Mention RELENG_6 as noteworthy branch.

This commit is contained in:
Christian Brueffer 2005-11-16 16:09:53 +00:00
parent ee776df01e
commit 7c015317a8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26355

View file

@ -97,7 +97,7 @@
<row> <row>
<entry><emphasis>Noteworthy CVS Tags</emphasis></entry> <entry><emphasis>Noteworthy CVS Tags</emphasis></entry>
<entry><literal>RELENG_4</literal> (4.X-STABLE), <literal>RELENG_5</literal> (5.X-STABLE), <literal>HEAD</literal> (-CURRENT)</entry> <entry><literal>RELENG_4</literal> (4.X-STABLE), <literal>RELENG_5</literal> (5.X-STABLE), <literal>RELENG_6</literal> (6.X-STABLE), <literal>HEAD</literal> (-CURRENT)</entry>
</row> </row>
</tbody> </tbody>
</tgroup> </tgroup>
@ -729,11 +729,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
</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.233 2005-11-09 22:20:49 linimon Exp $</literal> (or in FreeBSD's case, of the <literal>$Id: article.sgml,v 1.234 2005-11-16 16:09:53 brueffer 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.233 2005-11-09 22:20:49 linimon Exp $</literal> line, (remove the marker lines and the second <literal>$Id: article.sgml,v 1.234 2005-11-16 16:09:53 brueffer Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.233 2005-11-09 22:20:49 linimon Exp $</literal> line intact).</para> leaving the original <literal>$Id: article.sgml,v 1.234 2005-11-16 16:09:53 brueffer Exp $</literal> line intact).</para>
</listitem> </listitem>
<listitem> <listitem>