Replace quote characters with SGML <quote>.

Also add an <xref> to a section instead of quoting it's title.

Approved by:	nik
This commit is contained in:
Giorgos Keramidas 2001-10-15 13:26:02 +00:00
parent c19dbd3a1b
commit fb07ee81fc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10946

View file

@ -22,7 +22,7 @@
</author>
</authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v 1.82 2001/08/06 22:43:27 murray Exp $</pubdate>
<pubdate>$FreeBSD$</pubdate>
<copyright>
<year>1999</year>
@ -471,7 +471,7 @@
(though the result might not be syntactically or semantically
correct).</para>
<para>CVS will print an 'M' in front of every locally modified
<para>CVS will print an <literal>M</literal> in front of every locally modified
file even if there is no newer version in the repository, so
<command>cvs update</command> is handy for getting a summary
of what you've changed locally.</para>
@ -522,11 +522,11 @@
</itemizedlist>
<para>You'll almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.83 2001-08-22 23:16:09 mike Exp $</literal> (or in FreeBSD's case,
of the <literal>$Id: article.sgml,v 1.84 2001-10-15 13:26:02 keramida Exp $</literal> (or in FreeBSD's case,
<literal>$FreeBSD<!-- stop expansion -->$</literal>) lines, so you'll have to edit
the file to resolve the conflict (remove the marker lines and
the second <literal>$Id: article.sgml,v 1.83 2001-08-22 23:16:09 mike Exp $</literal> line, leaving the original
<literal>$Id: article.sgml,v 1.83 2001-08-22 23:16:09 mike Exp $</literal> line intact).</para>
the second <literal>$Id: article.sgml,v 1.84 2001-10-15 13:26:02 keramida Exp $</literal> line, leaving the original
<literal>$Id: article.sgml,v 1.84 2001-10-15 13:26:02 keramida Exp $</literal> line intact).</para>
</listitem>
<listitem>
@ -1233,13 +1233,13 @@ docs:Documentation Bug:nik:</programlisting>
<listitem>
<para>developers is all committers. This list was created to be a
forum for the committers "community" issues. Examples are Core
forum for the committers <quote>community</quote> issues. Examples are Core
voting, announcements, etc... developers@FreeBSD.org is
<emphasis>not</emphasis> intended as a place for code reviews or a
replacement for arch@FreeBSD.org or audit@FreeBSD.org. In fact
using it as such hurts the FreeBSD Project as it gives a sense of a
closed list where general decisions affecting all of the FreeBSD
using community are made with out being "open".</para>
using community are made with out being <quote>open</quote>.</para>
</listitem>
</varlistentry>
</variablelist>
@ -1434,7 +1434,7 @@ docs:Documentation Bug:nik:</programlisting>
<title>Details</title>
<orderedlist>
<listitem>
<listitem id="respect">
<para>Respect other committers.</para>
<para>This means that you need to treat other committers as
@ -1488,7 +1488,7 @@ docs:Documentation Bug:nik:</programlisting>
many contributions before you became a committer. Always
remember that. </para>
<para>Consider the points raised under 'Respect other committers'
<para>Consider the points raised under <xref linkend="respect">
and apply them also to contributors.</para>
</listitem>