Fix the rendering of previous commit:
- Add a missing whitespace - Avoid to wrap a line inside filename tags which leads to have sentences ending with a ( in the rendered version.
This commit is contained in:
parent
39f0f4e547
commit
d488b6ae6b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29961
1 changed files with 5 additions and 7 deletions
|
|
@ -731,11 +731,11 @@ alias scvs cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.org:/home/ncvs</p
|
|||
</itemizedlist>
|
||||
|
||||
<para>You will almost certainly get a conflict because
|
||||
of the <literal>$Id: article.sgml,v 1.259 2007-04-08 16:56:44 chinsan Exp $</literal> (or in FreeBSD's case,
|
||||
of the <literal>$Id: article.sgml,v 1.260 2007-04-08 17:45:24 blackend Exp $</literal> (or in FreeBSD's case,
|
||||
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
|
||||
lines, so you will have to edit the file to resolve the conflict
|
||||
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.259 2007-04-08 16:56:44 chinsan Exp $</literal> line,
|
||||
leaving the original <literal>$Id: article.sgml,v 1.259 2007-04-08 16:56:44 chinsan Exp $</literal> line intact).</para>
|
||||
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.260 2007-04-08 17:45:24 blackend Exp $</literal> line,
|
||||
leaving the original <literal>$Id: article.sgml,v 1.260 2007-04-08 17:45:24 blackend Exp $</literal> line intact).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
@ -1086,10 +1086,8 @@ Host pcvs.FreeBSD.org
|
|||
<listitem>
|
||||
<para>Add yourself to the <quote>Developers</quote> section of
|
||||
the <ulink url="&url.articles.contributors;/index.html">Contributors List</ulink>
|
||||
(<filename>doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml
|
||||
</filename>) and remove yourself from the <quote>Additional
|
||||
Contributors</quote> section(<filename>
|
||||
doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml</filename>).</para>
|
||||
(<filename>doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml</filename>) and remove yourself from the <quote>Additional
|
||||
Contributors</quote> section (<filename>doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml</filename>).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue