diff --git a/doc/man/man1/sacct.1 b/doc/man/man1/sacct.1
index 041cc37205640fb7d41c3c3ee5b51630682ca117..3aef1235f669969c33fe7f4a2f0c4e99586e69dc 100644
--- a/doc/man/man1/sacct.1
+++ b/doc/man/man1/sacct.1
@@ -191,7 +191,7 @@ Displays a general help message.
 
 .TP
 \f3\-i\fP\f3,\fP \f3\-\-nnodes\fP\f3=\fP\f2N\fP
-Return jobs which ran on this many nodes (N = min[-max])
+Return jobs which ran on this many nodes (N = min[\-max])
 
 .TP
 \f3\-j \fP\f2job(.step)\fP \f3,\fP  \f3\-\-jobs\fP\f3=\fP\f2job(.step)\fP
diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1
index 565f8c53f8027085eb23e0b4da3a8bb8a99a1d1b..c442537eb44e86dd7a056ffd000e6a8fef4eff56 100644
--- a/doc/man/man1/srun.1
+++ b/doc/man/man1/srun.1
@@ -813,10 +813,12 @@ Multiple license names should be comma separated (e.g.
 "\-\-licenses=foo:4,bar").
 
 .TP
+.na
 \fB\-m\fR, \fB\-\-distribution\fR=
 \fI*\fR|\fIblock\fR|\fIcyclic\fR|\fIarbitrary\fR|\fIplane=<options>
 \fR[:\fI*\fR|\fIblock\fR|\fIcyclic\fR|\fIfcyclic\fR[:\fI*\fR|\fIblock\fR|
 \fIcyclic\fR|\fIfcyclic\fR]][,\fIPack\fR|\fINoPack\fR]
+.ad
 
 Specify alternate distribution methods for remote processes.
 This option controls the distribution of tasks to the nodes on which
diff --git a/doc/man/man5/acct_gather.conf.5 b/doc/man/man5/acct_gather.conf.5
index 71fe8c58407981a8af5cb06412d68fcdefcbf8bb..1e5e39a566f489cbc2591ec7211ff1ea318f90e6 100644
--- a/doc/man/man5/acct_gather.conf.5
+++ b/doc/man/man5/acct_gather.conf.5
@@ -65,7 +65,9 @@ EnergyIPMIPowerSensors is optional, default value is "Node=number" where
 .br
 i.e.
 .br
+.na
 EnergyIPMIPowerSensors=Node=16,19,23,26;Socket0=16,23;Socket1=19,26;SSUP=23,26;KNC=16,19
+.ad
 .br
 EnergyIPMIPowerSensors=Node=29,32;SSUP0=29;SSUP1=32
 .br
diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 91e9bcc4a63876dd802fc0f8df840d920e4c6bf2..59d6fb20f688d42253b923e7b6a498c967a65b63 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -1454,7 +1454,7 @@ step completion, and epilog complete messages.
 .br
 .RE
 The format for this parameter is as follows:
-.b.br
+.br
 .RS
 .TP 12
 \fBMsgAggregationParams=\fR\fI<option>\fR\fB=\fR\fI<value>\fR
@@ -1973,7 +1973,7 @@ See \fBProlog and Epilog Scripts\fR for more information.
 .TP
 \fBPrologEpilogTimeout\fR
 The interval in seconds Slurms waits for Prolog and Epilog before terminating
-them. The dafault behavior is to wait indefinitely. This interval applies to
+them. The default behavior is to wait indefinitely. This interval applies to
 the Prolog and Epilog run by slurmd daemon before and after the job, the
 PrologSlurmctld and EpilogSlurmctld run by slurmctld daemon, and the SPANK
 plugins run by the slurmstep daemon.
@@ -2323,9 +2323,9 @@ consume any of the CPU or memory resources, configure it as a pseudo\-terminal,
 and preserve all of the job's environment variables (i.e. and not over\-write
 them with the job step's allocation information).
 
-For Cray systems, add --gres=craynetwork:0. e.g.:
+For Cray systems, add \-\-gres=craynetwork:0. e.g.:
 .nf
-    SallocDefaultCommand = "srun \-n1 \-N1 \-\-mem\-per\-cpu=0 --gres=craynetwork:0 \-\-pty \-\-preserve\-env \-\-mpi=none $SHELL"
+    SallocDefaultCommand = "srun \-n1 \-N1 \-\-mem\-per\-cpu=0 \-\-gres=craynetwork:0 \-\-pty \-\-preserve\-env \-\-mpi=none $SHELL"
 .fi
 
 .TP