diff --git a/doc/html/bluegene.shtml b/doc/html/bluegene.shtml
index 9b4b5d79926342b77dcb48a65ae301f3214ef7d0..58d9f5956efb0680a4cb79b3d9927334ea03240c 100644
--- a/doc/html/bluegene.shtml
+++ b/doc/html/bluegene.shtml
@@ -71,7 +71,7 @@ have, for instance, the 4th nodeboard populated instead of the 1st.
 <p>The normal set of SLURM user tools: <i>sbatch</i>, <i>scancel</i>,
 <i>sinfo</i>, <i>squeue</i>, and <i>scontrol</i> provide all of the expected
 services except support for job steps, which is detailed later.
-The sstat command is not supported on Cray systems.</p>
+The sstat command is not supported on BlueGene systems.</p>
 
 <p>Seven job submission options are available exclusively on BlueGene systems:</p>
 <table>
@@ -110,6 +110,13 @@ SLURM job step information, including accounting, functions as
 expected.  Totalview and other debuggers will also work with srun.
 If SLURM is installed and configured correctly IBM's runjob will not
 work.</p>
+<p>The <i>srun --launcher-opts</i> option is designed to convey
+options to <i>runjob</i> that are not available using <i>srun</i>
+alone.  Node selection options are conveyed automatically
+by <i>srun</i> and cannot be overridden using this option.  Two
+leading dashes are required when listing the <i>runjob</i>
+options, e.g., <i>srun --launcher-opts='--mapping TEDCBA'</i>.  See
+the <i>runjob</i> man page for the list of available options.</p>
 
 <h3>Task Launch on BlueGene/L and BlueGene/P only</h3>