Description: Fix sackd.8 manpage
 This patch fixes a formatting error in the sackd.8 manpage. The original
 source used the invalid escape sequence \fb, which makes groff attempt to
 select a non-existent font 'b' and triggers the warning:
 troff:<standard input>:91: warning: cannot select font 'b'.
 The patch corrects this by replacing \fb with the proper escape sequence \fB
 to select bold font.
Author: Gennaro Oliva <oliva@debian.org>
Bug: https://support.schedmd.com/show_bug.cgi?id=23940
Last-Update: 2025-10-22

--- slurm-wlm-25.05.3.orig/doc/man/man8/sackd.8
+++ slurm-wlm-25.05.3/doc/man/man8/sackd.8
@@ -88,7 +88,7 @@ If multiple sackds need to be started on
 otherwise it requires manual setting (i.e. via \fBEnvironmentFile\fR unit
 option).
 
-If this is not set, the default value is \fb/run/slurm/\fR.
+If this is not set, the default value is \fB/run/slurm/\fR.
 .IP
 
 .TP
