rebuilding man page

This commit is contained in:
David Dollar
2010-06-23 19:10:16 -04:00
parent 6478bb749f
commit 7954ab0a60
+10
View File
@@ -65,6 +65,7 @@
<a href="#RUNNING">RUNNING</a>
<a href="#EXPORTING">EXPORTING</a>
<a href="#OPTIONS">OPTIONS</a>
<a href="#PROCFILE">PROCFILE</a>
<a href="#EXAMPLES">EXAMPLES</a>
<a href="#COPYRIGHT">COPYRIGHT</a>
</div>
@@ -140,6 +141,15 @@ application.</li>
</ul>
<h2 id="PROCFILE">PROCFILE</h2>
<p>A Procfile should contain both a name for the process and the command used
to run it.</p>
<pre><code>web bundle exec thin start
job bundle exec rake jobs:work
</code></pre>
<h2 id="EXAMPLES">EXAMPLES</h2>
<p>Start one instance of each process type, interleave the output on stdout:</p>