Replace all occurances of "n bit" in the Committers Guide by "n-bit".
This complies with paragraph 7.90 of the Chicago Manual of Style. Reviewed by: trhodes, pgj, remko Approved by: trhodes
This commit is contained in:
parent
4ca1917f8e
commit
f2bd5f3599
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33672
1 changed files with 6 additions and 6 deletions
|
@ -751,11 +751,11 @@ alias scvs cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.org:/home/ncvs</p
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>You will almost certainly get a conflict because
|
<para>You will almost certainly get a conflict because
|
||||||
of the <literal>$Id: article.sgml,v 1.280 2009-01-07 20:17:55 rene Exp $</literal> (or in FreeBSD's case,
|
of the <literal>$Id: article.sgml,v 1.281 2009-01-07 20:32:16 rene Exp $</literal> (or in FreeBSD's case,
|
||||||
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
|
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
|
||||||
lines, so you will have to edit the file to resolve the conflict
|
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.280 2009-01-07 20:17:55 rene Exp $</literal> line,
|
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.281 2009-01-07 20:32:16 rene Exp $</literal> line,
|
||||||
leaving the original <literal>$Id: article.sgml,v 1.280 2009-01-07 20:17:55 rene Exp $</literal> line intact).</para>
|
leaving the original <literal>$Id: article.sgml,v 1.281 2009-01-07 20:32:16 rene Exp $</literal> line intact).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -2216,10 +2216,10 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
|
||||||
mandate:</para>
|
mandate:</para>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<para>Our 32 bit reference platform is i386, and our 64 bit
|
<para>Our 32-bit reference platform is i386, and our 64-bit
|
||||||
reference platform is Sparc64. Major design work (including
|
reference platform is Sparc64. Major design work (including
|
||||||
major API and ABI changes) must prove itself on at least one
|
major API and ABI changes) must prove itself on at least one
|
||||||
32 bit and at least one 64 bit platform, preferably the
|
32-bit and at least one 64-bit platform, preferably the
|
||||||
primary reference platforms, before it may be committed
|
primary reference platforms, before it may be committed
|
||||||
to the source tree.</para>
|
to the source tree.</para>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
@ -2236,7 +2236,7 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
|
||||||
developers.</para>
|
developers.</para>
|
||||||
|
|
||||||
<para>We will continue to re-evaluate this policy as cost and
|
<para>We will continue to re-evaluate this policy as cost and
|
||||||
availability of the 64 bit platforms change.</para>
|
availability of the 64-bit platforms change.</para>
|
||||||
|
|
||||||
<para>Developers should also be aware of our Tier Policy for
|
<para>Developers should also be aware of our Tier Policy for
|
||||||
the long term support of hardware architectures. The rules
|
the long term support of hardware architectures. The rules
|
||||||
|
|
Loading…
Reference in a new issue