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>
<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
commit.</para>
@ -3020,7 +3020,7 @@ MFC after: 1 month</programlisting>
the analysis results of the automated
<application>Coverity</application> runs, can sign up at <uri
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
interested in working with the &coverity; analysis reports: <uri
@ -3810,8 +3810,8 @@ MFC after: 1 month</programlisting>
Contributors List.</para>
<para>Close the PR if the port came in as a PR. To close
a PR, just do <userinput>edit-pr
PR#</userinput> on
a PR, just do <command>edit-pr
<replaceable>PR#</replaceable></command> on
<systemitem>freefall</systemitem> and change the
<varname>state</varname> from <constant>open</constant>
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
<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
</userinput>
&prompt.user; <userinput>svn cp 'svn+ssh://svn.freebsd.org/ports/head/category/portname/@{YYYY-MM-DD}' portname
</userinput></screen>
</userinput>&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>
</step>