Add a missing space ("the add _ command").
New committers should add themselves to the "Developers" section, not the "Developer's" section.
This commit is contained in:
parent
386540d1ce
commit
1d3c1680b6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7849
2 changed files with 12 additions and 12 deletions
|
@ -16,7 +16,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD$</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml,v 1.34 2000/08/15 01:39:50 kuriyama Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1999</year>
|
||||
|
@ -520,11 +520,11 @@
|
|||
</itemizedlist>
|
||||
|
||||
<para>You'll almost certainly get a conflict because
|
||||
of the <literal>$Id: article.sgml,v 1.34 2000-08-15 01:39:50 kuriyama Exp $</literal> (or in FreeBSD's case,
|
||||
of the <literal>$Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy 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.34 2000-08-15 01:39:50 kuriyama Exp $</literal> line, leaving the original
|
||||
<literal>$Id: article.sgml,v 1.34 2000-08-15 01:39:50 kuriyama Exp $</literal> line intact).</para>
|
||||
the second <literal>$Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy Exp $</literal> line, leaving the original
|
||||
<literal>$Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy Exp $</literal> line intact).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -595,7 +595,7 @@
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Add new files with the <literal>add</literal>command.</para>
|
||||
<para>Add new files with the <literal>add</literal> command.</para>
|
||||
|
||||
<para>Create the file, <command>cvs add</command> it, then
|
||||
<command>cvs commit</command> it.</para>
|
||||
|
@ -772,7 +772,7 @@ checkout -P</programlisting>
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Add yourself to the <quote>Developer's</quote> section of the
|
||||
<para>Add yourself to the <quote>Developers</quote> section of the
|
||||
Handbook and remove yourself from the <quote>Additional
|
||||
Contributors</quote> section.</para>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD$</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml,v 1.34 2000/08/15 01:39:50 kuriyama Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1999</year>
|
||||
|
@ -520,11 +520,11 @@
|
|||
</itemizedlist>
|
||||
|
||||
<para>You'll almost certainly get a conflict because
|
||||
of the <literal>$Id: article.sgml,v 1.34 2000-08-15 01:39:50 kuriyama Exp $</literal> (or in FreeBSD's case,
|
||||
of the <literal>$Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy 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.34 2000-08-15 01:39:50 kuriyama Exp $</literal> line, leaving the original
|
||||
<literal>$Id: article.sgml,v 1.34 2000-08-15 01:39:50 kuriyama Exp $</literal> line intact).</para>
|
||||
the second <literal>$Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy Exp $</literal> line, leaving the original
|
||||
<literal>$Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy Exp $</literal> line intact).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -595,7 +595,7 @@
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Add new files with the <literal>add</literal>command.</para>
|
||||
<para>Add new files with the <literal>add</literal> command.</para>
|
||||
|
||||
<para>Create the file, <command>cvs add</command> it, then
|
||||
<command>cvs commit</command> it.</para>
|
||||
|
@ -772,7 +772,7 @@ checkout -P</programlisting>
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Add yourself to the <quote>Developer's</quote> section of the
|
||||
<para>Add yourself to the <quote>Developers</quote> section of the
|
||||
Handbook and remove yourself from the <quote>Additional
|
||||
Contributors</quote> section.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue