diff --git a/doc/html/faq.shtml b/doc/html/faq.shtml
index 24ebd1dc4c0f35b0cc4cf5dbf01629f0eec41dc7..ca707b1bfa88e9175fb06bd433c5af1fdee3245f 100644
--- a/doc/html/faq.shtml
+++ b/doc/html/faq.shtml
@@ -134,6 +134,8 @@ SLURM? Why does the DAKOTA program not run with SLURM?</a></li>
 core file?</a></li>
 <li><a href="#totalview">How can TotalView be configured to operate with
 SLURM?</a></li>
+<li><a href="#git_patch">How can a patch file be generated from a SLURM commit
+in github?</a></li>
 </ol>
 
 
@@ -1467,8 +1469,17 @@ dset TV::parallel_configs {
 	force_env: false;
 }
 </pre></p>
+
+<p><a name="git_patch"><b>43. How can a patch file be generated from a SLURM
+commit in github?</b></a></br>
+<p>Find and open the commit in github then append ".patch" to the URL and save
+the resutling file. For an example, see:
+<a href="https://github.com/SchedMD/slurm/commit/91e543d433bed11e0df13ce0499be641774c99a3.patch">
+https://github.com/SchedMD/slurm/commit/91e543d433bed11e0df13ce0499be641774c99a3.patch</a>
+</p>
+
 <p class="footer"><a href="#top">top</a></p>
 
-<p style="text-align:center;">Last modified 8 August 2011</p>
+<p style="text-align:center;">Last modified 28 September 2011</p>
 
 <!--#include virtual="footer.txt"-->