Expand contraction.

This commit is contained in:
Joel Dahl 2006-10-23 21:03:21 +00:00
parent ecb7c94fba
commit f9dd8e24dd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28920

View file

@ -797,7 +797,7 @@ run_rc_command "$1"</programlisting>
<para>Our script supports two non-standard commands,
<option>plugh</option> and <option>xyzzy</option>. We
saw them listed in <envar>extra_commands</envar>, and now
it's time to provide methods for them. The method for
it is time to provide methods for them. The method for
<option>xyzzy</option> is just inlined while that for
<option>plugh</option> is implemented as the
<function>mumbled_plugh</function> function.</para>