Minor tweaks to the markup for 1.1120

This commit is contained in:
Doug Barton 2011-12-02 22:24:30 +00:00
parent b6153f14ea
commit 12509b1e6e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37990

View file

@ -8816,18 +8816,19 @@ run_rc_command "$1"</programlisting>
<procedure>
<step>
<para>If this is a new file, does it have <literal>.sh</literal>
<para>If this is a new file, does it have <filename>.sh</filename>
in the file name? If so that should be changed to just
<filename>file.in</filename> since new rc.d files may not end
with that extension.</para>
<filename>file.in</filename> since new <filename>rc.d</filename>
files may not end with that extension.</para>
</step>
<step>
<para>Does the file have a $dollar;FreeBSD$dollar; tag?</para>
<para>Does the file have a
<literal>&dollar;FreeBSD&dollar;</literal> tag?</para>
</step>
<step>
<para>Do the name of the file (minus <literal>.in</literal>),
<para>Do the name of the file (minus <filename>.in</filename>),
the PROVIDE line, and &dollar;name all match? The file name
matching PROVIDE makes debugging easier, especially for
&man.rcorder.8; issues. Matching the file name and