Miscellaneous punctuation and markup fixes.

This commit is contained in:
Warren Block 2014-01-05 22:52:50 +00:00
parent 7a3d8abb09
commit 3a39b7c20a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43438

View file

@ -2490,7 +2490,7 @@ ControlPersist yes</screen>
<example> <example>
<title>Commit Log for a Commit Needing Approval</title> <title>Commit Log for a Commit Needing Approval</title>
<para>You want to commit a port You have collaborated with <para>You want to commit a port. You have collaborated with
the listed MAINTAINER, who has told you to go ahead and the listed MAINTAINER, who has told you to go ahead and
commit.</para> commit.</para>
@ -3020,7 +3020,7 @@ MFC after: 1 month</programlisting>
the analysis results of the automated the analysis results of the automated
<application>Coverity</application> runs, can sign up at <uri <application>Coverity</application> runs, can sign up at <uri
xlink:href="http://scan.coverity.com/">Coverity xlink:href="http://scan.coverity.com/">Coverity
Scan</uri></para> Scan</uri>.</para>
<para>The &os; wiki includes a mini-guide for developers who are <para>The &os; wiki includes a mini-guide for developers who are
interested in working with the &coverity; analysis reports: <uri interested in working with the &coverity; analysis reports: <uri
@ -3810,8 +3810,8 @@ MFC after: 1 month</programlisting>
Contributors List.</para> Contributors List.</para>
<para>Close the PR if the port came in as a PR. To close <para>Close the PR if the port came in as a PR. To close
a PR, just do <userinput>edit-pr a PR, just do <command>edit-pr
PR#</userinput> on <replaceable>PR#</replaceable></command> on
<systemitem>freefall</systemitem> and change the <systemitem>freefall</systemitem> and change the
<varname>state</varname> from <constant>open</constant> <varname>state</varname> from <constant>open</constant>
to <constant>closed</constant>. You will be asked to to <constant>closed</constant>. You will be asked to
@ -3908,14 +3908,13 @@ MFC after: 1 month</programlisting>
<para>Figure out when the port was removed. Use this <para>Figure out when the port was removed. Use this
<link <link
xlink:href="http://people.freebsd.org/~crees/removed_ports/index.xml">list</link> xlink:href="http://people.freebsd.org/~crees/removed_ports/index.xml">list</link>
and then copy the last living revision of the port: and then copy the last living revision of the
port:</para>
<screen>&prompt.user; <userinput>cd /usr/ports/category <screen>&prompt.user; <userinput>cd /usr/ports/category
</userinput> </userinput>&prompt.user; <userinput>svn cp 'svn+ssh://svn.freebsd.org/ports/head/category/portname/@{YYYY-MM-DD}' portname</userinput></screen>
&prompt.user; <userinput>svn cp 'svn+ssh://svn.freebsd.org/ports/head/category/portname/@{YYYY-MM-DD}' portname
</userinput></screen>
Pick a date that is before the removal but after the <para>Pick a date that is before the removal but after the
last true commit.</para> last true commit.</para>
</step> </step>