View | Details | Raw Unified | Return to bug 18832
Collapse All | Expand All

(-)chapter.sgml (-6 / +41 lines)
Lines 542-552 Link Here
542
	  </varlistentry>
542
	  </varlistentry>
543
543
544
	  <varlistentry>
544
	  <varlistentry>
545
	    <term>RELENG_4</term>
546
547
	    <listitem>
548
	      <para>The line of development for FreeBSD-4.X, also known
549
		as FreeBSD-STABLE.</para>
550
	    </listitem>
551
	  </varlistentry>
552
553
	  <varlistentry>
545
	    <term>RELENG_3</term>
554
	    <term>RELENG_3</term>
546
555
547
	    <listitem>
556
	    <listitem>
548
	      <para>The line of development for FreeBSD-3.X, also known
557
	      <para>The line of development for FreeBSD-3.X, also known
549
		as FreeBSD-STABLE.</para>
558
		as 3-STABLE.</para>
550
	    </listitem>
559
	    </listitem>
551
	  </varlistentry>
560
	  </varlistentry>
552
561
Lines 567-572 Link Here
567
576
568
	<variablelist>
577
	<variablelist>
569
	  <varlistentry>
578
	  <varlistentry>
579
	    <term>RELENG_4_0_0_RELEASE</term>
580
581
	    <listitem>
582
	      <para>FreeBSD-4.0.</para>
583
	    </listitem>
584
	  </varlistentry>
585
586
	  <varlistentry>
570
	    <term>RELENG_3_4_0_RELEASE</term>
587
	    <term>RELENG_3_4_0_RELEASE</term>
571
588
572
	    <listitem>
589
	    <listitem>
Lines 693-706 Link Here
693
	</example>
710
	</example>
694
711
695
	<example>
712
	<example>
696
	  <title>Checking out the version of &man.ls.1; in the 2.2-STABLE
713
	  <title>Checking out the version of &man.ls.1; in the 3-STABLE
697
	    branch:</title>
714
	    branch:</title>
698
	    
715
	    
699
	  <screen>
716
	  <screen>
700
&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs</userinput>
717
&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs</userinput>
701
&prompt.user; <userinput>cvs login</userinput>
718
&prompt.user; <userinput>cvs login</userinput>
702
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>.
719
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>.
703
&prompt.user; <userinput>cvs co -rRELENG_2_2 ls</userinput>
720
&prompt.user; <userinput>cvs co -rRELENG_3 ls</userinput>
704
&prompt.user; <userinput>cvs release -d ls</userinput>
721
&prompt.user; <userinput>cvs release -d ls</userinput>
705
&prompt.user; <userinput>cvs logout</userinput>
722
&prompt.user; <userinput>cvs logout</userinput>
706
	  </screen>
723
	  </screen>
Lines 713-719 Link Here
713
&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs</userinput>
730
&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs</userinput>
714
&prompt.user; <userinput>cvs login</userinput>
731
&prompt.user; <userinput>cvs login</userinput>
715
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>.
732
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>.
716
&prompt.user; <userinput>cvs rdiff -u -rRELENG_2_2_2_RELEASE -rRELENG_2_2_6_RELEASE ls</userinput>
733
&prompt.user; <userinput>cvs rdiff -u -rRELENG_3_0_0_RELEASE -rRELENG_3_4_0_RELEASE ls</userinput>
717
&prompt.user; <userinput>cvs logout</userinput>
734
&prompt.user; <userinput>cvs logout</userinput>
718
	  </screen>
735
	  </screen>
719
	</example>
736
	</example>
Lines 1279-1289 Link Here
1279
	      </varlistentry>
1296
	      </varlistentry>
1280
1297
1281
	      <varlistentry>
1298
	      <varlistentry>
1299
		<term>RELENG_4</term>
1300
1301
		<listitem>
1302
		  <para>The line of development for FreeBSD-4.X, also
1303
		    known as FreeBSD-STABLE.</para>
1304
		</listitem>
1305
	      </varlistentry>
1306
1307
	      <varlistentry>
1282
		<term>RELENG_3</term>
1308
		<term>RELENG_3</term>
1283
1309
1284
		<listitem>
1310
		<listitem>
1285
		  <para>The line of development for FreeBSD-3.X, also
1311
		  <para>The line of development for FreeBSD-3.X, also
1286
		    known as FreeBSD-STABLE.</para>
1312
		    known as 3-STABLE.</para>
1287
		</listitem>
1313
		</listitem>
1288
	      </varlistentry>
1314
	      </varlistentry>
1289
	      
1315
	      
Lines 1292-1298 Link Here
1292
		
1318
		
1293
		<listitem>
1319
		<listitem>
1294
		  <para>The line of development for FreeBSD-2.2.X, also
1320
		  <para>The line of development for FreeBSD-2.2.X, also
1295
		    known as 2.2-STABLE.</para>
1321
		    known as 2.2-STABLE.  This branch is mostly
1322
		    obsolete.</para>
1296
		</listitem>
1323
		</listitem>
1297
	      </varlistentry>
1324
	      </varlistentry>
1298
	    </variablelist>
1325
	    </variablelist>
Lines 1302-1307 Link Here
1302
	      collection.</para>
1329
	      collection.</para>
1303
1330
1304
	    <variablelist>
1331
	    <variablelist>
1332
	      <varlistentry>
1333
		<term>RELENG_4_0_0_RELEASE</term>
1334
1335
		<listitem>
1336
		  <para>FreeBSD-4.0.</para>
1337
		</listitem>
1338
	      </varlistentry>
1339
1305
	      <varlistentry>
1340
	      <varlistentry>
1306
		<term>RELENG_3_4_0_RELEASE</term>
1341
		<term>RELENG_3_4_0_RELEASE</term>

Return to bug 18832