Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 1999 23:43:41 -0500 (CDT)
From:      chris@calldei.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating.
Message-ID:  <199906130443.XAA05060@holly.dyndns.org>

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

>Number:         12181
>Category:       docs
>Synopsis:       [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 12 21:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Costello
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Zero.
>Environment:

$Id: chapter.sgml,v 1.16 1999/05/28 00:31:25 dwhite Exp $

>Description:

Modified kernel config sample lines to remove the quotes.
Fix where I probably put 'i386' instead of <replaceable>arch</replaceable>
Remove warning note about quote characters.

>How-To-Repeat:

View the relevant section of the handbook.

>Fix:

Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en/handbook/kernelconfig/chapter.sgml,v
retrieving revision 1.16
diff -u -r1.16 chapter.sgml
--- chapter.sgml	1999/05/28 00:31:25	1.16
+++ chapter.sgml	1999/06/13 04:35:59
@@ -195,7 +195,7 @@
       
       <variablelist>
 	<varlistentry>
-	  <term><literal>machine "i386"</literal></term>
+	  <term><literal>machine <replaceable>arch</replaceable></literal></term>
 	  
 	  <listitem>
 	    <para>The first keyword is <literal>machine</literal>, which,
@@ -203,20 +203,12 @@
 	      DEC Alpha processors, will be either 
 	      <replaceable>i386</replaceable> or 
 	      <replaceable>alpha</replaceable>.</para>
-
-	    <note>
-	      <para>Any keyword which contains numbers used as text must be
-		enclosed in quotation marks, otherwise
-		<command>config</command> gets confused and thinks you mean
-		the actual number 386 if you enter 
-		<literal>machine i386</literal>.</para>
-	    </note>
 	  </listitem>
 	</varlistentry>
 	
 	<varlistentry>
 	  <term><literal>cpu
-	      "<replaceable>cpu_type</replaceable>"</literal></term>
+	      <replaceable>cpu_type</replaceable></literal></term>
 	  
 	  <listitem>
 	    <para>The next keyword is <literal>cpu</literal>, which includes
@@ -382,7 +374,7 @@
 	</varlistentry>
 	
 	<varlistentry>
-	  <term><literal>options "COMPAT_43"</literal></term>
+	  <term><literal>options COMPAT_43</literal></term>
 	  
 	  <listitem>
 	    <para>Compatibility with 4.3BSD.  Leave this in; some programs
@@ -501,7 +493,7 @@
 	</varlistentry>
 	
 	<varlistentry>
-	  <term><literal>options "CD9660"</literal></term>
+	  <term><literal>options CD9660</literal></term>
 	  
 	  <listitem>
 	    <para>ISO 9660 filesystem for CD-ROMs.  Comment it out if you do
@@ -557,7 +549,7 @@
 	</varlistentry>
 	
 	<varlistentry>
-	  <term><literal>options "EXT2FS"</literal></term>
+	  <term><literal>options EXT2FS</literal></term>
 	  
 	  <listitem>
 	    <para>Linux's native file system.  With ext2fs support you are
@@ -656,7 +648,7 @@
 	</varlistentry>
 	
 	<varlistentry>
-	  <term><literal>device npx0 at isa? port "IO_NPX" irq 13
+	  <term><literal>device npx0 at isa? port IO_NPX irq 13
 	      vector npxintr</literal></term>
 	  
 	  <listitem>
@@ -740,7 +732,7 @@
 	    
 	    <variablelist>
 	      <varlistentry>
-		<term><literal>controller bt0 at isa? port "IO_BT0" bio irq ?
+		<term><literal>controller bt0 at isa? port IO_BT0 bio irq ?
 		    vector btintr</literal></term>
 		
 		<listitem>
@@ -749,7 +741,7 @@
 	      </varlistentry>
 	      
 	      <varlistentry>
-		<term><literal>controller uha0 at isa? port "IO_UHA0" bio irq
+		<term><literal>controller uha0 at isa? port IO_UHA0 bio irq
 		    ? drq 5 vector uhaintr</literal></term>
 		
 		<listitem>
@@ -775,7 +767,7 @@
 	      </varlistentry>
 	      
 	      <varlistentry>
-		<term><literal>controller aha0    at isa? port "IO_AHA0" bio
+		<term><literal>controller aha0    at isa? port IO_AHA0 bio
 		    irq ? drq 5 vector ahaintr</literal></term>
 		
 		<listitem>
@@ -906,7 +898,7 @@
 	  
       <variablelist>
 	<varlistentry>
-	  <term><literal>device sc0 at isa? port "IO_KBD" tty irq 1 vector
+	  <term><literal>device sc0 at isa? port IO_KBD tty irq 1 vector
 	      scintr</literal></term>
 	  
 	  <listitem>
@@ -936,8 +928,8 @@
 	    <variablelist>
 	      <varlistentry>
 		<term><literal>options 
-		  "KBD_RESETDELAY=<replaceable>X</replaceable>", options 
-		  "KBD_MAXWAIT=<replaceable>Y</replaceable>"</literal></term>
+		  KBD_RESETDELAY=<replaceable>X</replaceable>, options 
+		  KBD_MAXWAIT=<replaceable>Y</replaceable></literal></term>
 
 		<listitem>
 		  <para>The keyboard driver <literal>atkbd</literal> and the
@@ -958,7 +950,7 @@
 
 	      <varlistentry>
 		<term><literal>options 
-		  "KBDIO_DEBUG=<replaceable>N</replaceable>"</literal></term>
+		  KBDIO_DEBUG=<replaceable>N</replaceable></literal></term>
 
 		<listitem>
 		  <para>Sets the debug level to <replaceable>N</replaceable>.
@@ -989,7 +981,7 @@
 	</varlistentry>
 
 	<varlistentry>
-	  <term><literal>device vt0 at isa? port "IO_KBD" tty irq 1 vector
+	  <term><literal>device vt0 at isa? port IO_KBD tty irq 1 vector
 	      pcrint</literal></term>
 	  
 	  <listitem>
@@ -1007,7 +999,7 @@
 		  
 	    <variablelist>
 	      <varlistentry>
-		<term><literal>options "PCVT_FREEBSD=210"</literal></term>
+		<term><literal>options PCVT_FREEBSD=210</literal></term>
 		
 		<listitem>
 		  <para>Required with the <literal>vt0</literal> console
@@ -1047,7 +1039,7 @@
 	</varlistentry>
 	
 	<varlistentry>
-	  <term><literal>device psm0 at isa? port "IO_KBD" conflicts tty irq
+	  <term><literal>device psm0 at isa? port IO_KBD conflicts tty irq
 	      12 vector psmintr</literal></term>
 	  
 	  <listitem>
@@ -1069,7 +1061,7 @@
 	  
       <variablelist>
 	<varlistentry>
-	  <term><literal>device sio0 at isa? port "IO_COM1" tty irq 4 vector
+	  <term><literal>device sio0 at isa? port IO_COM1 tty irq 4 vector
 	      siointr</literal><anchor
 	      id="kernelconfig-serial"></term>
 	  
@@ -1508,7 +1500,7 @@
 	
 	<varlistentry>
 	  <term><literal>device uart0 at isa? port 0x330 irq 5 vector
-	      "m6850intr"</literal></term>
+	      m6850intr</literal></term>
 	  
 	  <listitem>
 	    <para>Stand-alone 6850 UART for MIDI.</para>
@@ -1516,7 +1508,7 @@
 	</varlistentry>
 	
 	<varlistentry>
-	  <term><literal>device pca0 at isa? port "IO_TIMER1"
+	  <term><literal>device pca0 at isa? port IO_TIMER1
 	      tty</literal><anchor id="kernelconfig-pcaudio"></term>
 	  
 	  <listitem>
@@ -1654,7 +1646,7 @@
       
       <variablelist>
 	<varlistentry>
-	  <term><literal>device joy0 at isa? port "IO_GAME"</literal></term>
+	  <term><literal>device joy0 at isa? port IO_GAME</literal></term>
 
 	  <listitem>
 	    <para>PC joystick device.</para>

>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?199906130443.XAA05060>