Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2002 00:46:16 +0200 (CEST)
From:      Martin Heinen <martin@sumuk.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/37943: [PATCH] minor corrections for cutting-edge
Message-ID:  <200205102246.g4AMkGt25667@Moses.earth.sol>

next in thread | raw e-mail | index | archive | help

>Number:         37943
>Category:       docs
>Synopsis:       [PATCH] minor corrections for cutting-edge
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 10 15:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Martin Heinen
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD Moses.earth.sol 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Dec 22 07:35:30 CET 2001 toor@Moses.earth.sol:/usr/obj/usr/src/sys/MOSES i386


	
>Description:
	
	- changed '..' to '.'
	- replaced <quote> with something more appropriate
	- added missing mark up
	- Pentium 3 -> Pentium III
	- added the missing word 'file'
>How-To-Repeat:
	Read the chapter 'The Cutting Edge'.
>Fix:

	
Index: chapter.sgml
===================================================================
RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml,v
retrieving revision 1.121
diff -u -r1.121 chapter.sgml
--- chapter.sgml	10 May 2002 16:12:14 -0000	1.121
+++ chapter.sgml	10 May 2002 22:34:45 -0000
@@ -561,7 +561,7 @@
     </indexterm>
     <para><application>CTM</application>, on the other hand, does not
       interactively compare the sources you have with those on the master
-      archive or otherwise pull them across..  Instead, a script which
+      archive or otherwise pull them across.  Instead, a script which
       identifies changes in files since its previous run is executed
       several times a day on the master CTM machine, any detected changes
       being compressed, stamped with a sequence-number and encoded for
@@ -699,8 +699,8 @@
 	to exist.  When performing an upgrade it is likely that these
 	groups did not exist. This caused problems when upgrading.</para>
 
-      <para>The most recent example of this is when the <quote/ppp/ group
-	(later renamed <quote/network/) was added.  Users had the
+      <para>The most recent example of this is when the <groupname>ppp</groupname> group
+	(later renamed <groupname>network</groupname>) was added.  Users had the
 	installation process fail for them when parts of the
 	<filename>ppp</filename> subsystem were installed using a
 	non-existent (for them) group name.</para>
@@ -930,7 +930,7 @@
 
 	<screen>&prompt.root; <userinput>make buildworld</userinput></screen>
  
-        <para>It is now possible to specify a -j option to
+        <para>It is now possible to specify a <option>-j</option> option to
           <command>make</command> which will cause it to spawn several
           simultaneous processes.  This is most useful on multi-CPU machines.
           However, since much of the compiling process is IO bound rather
@@ -962,7 +962,7 @@
 	</indexterm>
 
         <para>Many factors influence the build time, but currently a 500 MHz
-          Pentium 3 with 128 MB of RAM takes about 2 hours to build
+          Pentium III with 128 MB of RAM takes about 2 hours to build
           the &os.stable; tree, with no tricks or shortcuts used during the
           process.  A &os.current; tree will take somewhat longer.</para>
       </sect3>
@@ -1099,7 +1099,7 @@
         merge the temporary file with the currently installed file, or view the
         &man.diff.1; results again.</para>
 
-      <para>Choosing to delete the temporary will tell &man.mergemaster.8; that we
+      <para>Choosing to delete the temporary file will tell &man.mergemaster.8; that we
         wish to keep our current file unchanged, and to delete the one that is
         new.  This option is not the most recommended one, unless you see no
         reason to change the current file.  You can get help at any time by
@@ -1418,7 +1418,7 @@
 
 	  <answer>
             <para>There is no easy answer to this one, as it depends on the
-	      nature of the change.  For example, if you just ran CVSup, and
+	      nature of the change.  For example, if you just ran <application>CVSup</application>, and
 	      it has shown the following files as being updated,</para>
       
 	    <screen><filename>src/games/cribbage/instr.c</filename>
@@ -1500,7 +1500,7 @@
 	      corners.</para>
       
 	    <para>If you want to live dangerously then make the world, passing
-	      the <makevar>NOCLEAN</makevar> definition to make, like
+	      the <makevar>NOCLEAN</makevar> definition to <command>make</command>, like
 	      this:</para>
 
 	    <screen>&prompt.root; <userinput>make -DNOCLEAN world</userinput></screen>
@@ -1601,11 +1601,11 @@
 	      
 	      <listitem>
 		<para>Also in <filename>/etc/make.conf</filename>, set
-		  <makevar>CFLAGS</makevar> to something like <quote>-O
-		  -pipe</quote>.  The optimization <quote>-O2</quote> is much
+		  <makevar>CFLAGS</makevar> to something like <option>-O
+		  -pipe</option>.  The optimization <option>-O2</option> is much
 		  slower, and the optimization difference between
-		  <quote>-O</quote> and <quote>-O2</quote> is normally
-		  negligible.  <quote>-pipe</quote> lets the compiler use
+		  <option>-O</option> and <option>-O2</option> is normally
+		  negligible.  <option>-pipe</option> lets the compiler use
 		  pipes rather than temporary files for communication, which
 		  saves disk access (at the expense of memory).</para>
 	      </listitem>
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205102246.g4AMkGt25667>