diff --git a/doc/html/intel_knl.shtml b/doc/html/intel_knl.shtml
index e1537363c14c37b1ab75f504e3cadd97a4424e43..7f8142c764ac0e03f088afc2017c35e499277419 100644
--- a/doc/html/intel_knl.shtml
+++ b/doc/html/intel_knl.shtml
@@ -91,7 +91,7 @@ the boot time.</p>
 <h3>Sample Use Cases</h3>
 
 <pre>
-$ sbatch -C flat,a2a -N2 -gres=hbm:8g --exclusive my.script
+$ sbatch -C flat,a2a -N2 --gres=hbm:8g --exclusive my.script
 $ srun --constraint=hemi,cache -n36 a.out
 $ srun --constraint=flat --gres=hbm:2g -n36 a.out
 
diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index f468bac0dd2044f6e758c6095c40ab3396fa2d4e..ae7cf0d0e6cbd32c883d5c7bdb907102996749c3 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -2287,7 +2287,7 @@ Related configuration options include \fBResumeTimeout\fR, \fBResumeProgram\fR,
 
 .TP
 \fBResumeTimeout\fR
-Maximum time permitted (in second) between when a node is resume request
+Maximum time permitted (in second) between when a node resume request
 is issued and when the node is actually available for use.
 Nodes which fail to respond in this time frame may be marked DOWN and
 the jobs scheduled on the node requeued.