svn commit: r44370 - head/en_US.ISO8859-1/books/handbook/config

Warren Block wblock at FreeBSD.org
Fri Mar 28 03:20:19 UTC 2014


Author: wblock
Date: Fri Mar 28 03:20:19 2014
New Revision: 44370
URL: http://svnweb.freebsd.org/changeset/doc/44370

Log:
  Recover lost <replaceable> tags.

Modified:
  head/en_US.ISO8859-1/books/handbook/config/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/config/chapter.xml	Fri Mar 28 03:15:59 2014	(r44369)
+++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml	Fri Mar 28 03:20:19 2014	(r44370)
@@ -649,7 +649,7 @@ ifconfig_fxp0="inet 10.1.1.1/8"</program
       <para>If the <acronym>NIC</acronym> is supported, determine
 	the name of the &os; driver for the <acronym>NIC</acronym>.
 	Refer to <filename>/usr/src/sys/conf/NOTES</filename> and
-	<filename>/usr/src/sys/arch/conf/NOTES</filename>
+	<filename>/usr/src/sys/<replaceable>arch</replaceable>/conf/NOTES</filename>
 	for the list of <acronym>NIC</acronym> drivers with some
 	information about the supported chipsets.  When in doubt, read
 	the manual page of the driver as it will provide more
@@ -698,7 +698,7 @@ dc1: [ITHREAD]</screen>
 	  <para>Alternatively, statically compile support for the
 	    <acronym>NIC</acronym> into a custom kernel.  Refer to
 	    <filename>/usr/src/sys/conf/NOTES</filename>,
-	    <filename>/usr/src/sys/arch/conf/NOTES</filename> and the
+	    <filename>/usr/src/sys/<replaceable>arch</replaceable>/conf/NOTES</filename> and the
 	    manual page of the driver to determine which line to add
 	    to the custom kernel configuration file.  For more
 	    information about recompiling the kernel, refer to
@@ -785,14 +785,14 @@ linuxemu/chapter.xml -->
 	  <systemitem class="username">root</systemitem>, use
 	  &man.ndisgen.8;:</para>
 
-	<screen>&prompt.root; <userinput>ndisgen /path/to/W32DRIVER.INF /path/to/W32DRIVER.SYS</userinput></screen>
+	<screen>&prompt.root; <userinput>ndisgen <replaceable>/path/to/W32DRIVER.INF</replaceable> <replaceable>/path/to/W32DRIVER.SYS</replaceable></userinput></screen>
 
 	<para>This command is interactive and prompts for any extra
 	  information it requires.  A new kernel module will be
 	  generated in the current directory.  Use &man.kldload.8;
 	  to load the new module:</para>
 
-	<screen>&prompt.root; <userinput>kldload ./W32DRIVER_SYS.ko</userinput></screen>
+	<screen>&prompt.root; <userinput>kldload <replaceable>./W32DRIVER_SYS.ko</replaceable></userinput></screen>
 
 	<para>In addition to the generated kernel module, the
 	  <filename>ndis.ko</filename> and
@@ -995,8 +995,8 @@ ifconfig_dc1="inet 10.0.0.1 netmask 255.
 	  access to the Internet is needed, manually configure the
 	  default gateway and the nameserver:</para>
 
-	<screen>&prompt.root; <userinput>echo 'defaultrouter="your_default_router"' >> /etc/rc.conf</userinput>
-&prompt.root; <userinput>echo 'nameserver your_DNS_server' >> /etc/resolv.conf</userinput></screen>
+	<screen>&prompt.root; <userinput>echo 'defaultrouter="<replaceable>your_default_router</replaceable>"' >> /etc/rc.conf</userinput>
+&prompt.root; <userinput>echo 'nameserver <replaceable>your_DNS_server</replaceable>' >> /etc/resolv.conf</userinput></screen>
       </note>
     </sect2>
 
@@ -1151,7 +1151,7 @@ round-trip min/avg/max/stddev = 0.700/0.
     <programlisting>ifconfig_fxp0_alias0="inet xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx"</programlisting>
 
     <para>Alias entries must start with
-      <literal>alias0</literal> using a
+      <literal>alias<replaceable>0</replaceable></literal> using a
       sequential number such as
       <literal>alias0</literal>, <literal>alias1</literal>,
       and so on.  The configuration process will stop at the first
@@ -2729,7 +2729,7 @@ kern.maxvnodes: 100000</screen>
       <para>Use &man.swapon.8; to add a swap partition to the system.
 	For example:</para>
 
-      <screen>&prompt.root; <userinput>swapon /dev/ada1s1b</userinput></screen>
+      <screen>&prompt.root; <userinput>swapon <replaceable>/dev/ada1s1b</replaceable></userinput></screen>
 
       <warning>
 	<para>It is possible to use any partition not currently
@@ -3065,7 +3065,7 @@ kern.maxvnodes: 100000</screen>
 	    very large.  Generate a copy of the
 	    <acronym>ASL</acronym> by running this command:</para>
 
-	  <screen>&prompt.root; <userinput>acpidump -dt > name-system.asl</userinput></screen>
+	  <screen>&prompt.root; <userinput>acpidump -dt > <replaceable>name</replaceable>-<replaceable>system</replaceable>.asl</userinput></screen>
 
 	  <para>Substitute the login name for
 	    <replaceable>name</replaceable> and manufacturer/model for
@@ -3427,8 +3427,8 @@ hw.acpi.s4bios: 0</screen>
 
 	<para>Some <acronym>AML</acronym> versions assume the user is
 	  running &windows;.  To override this, set
-	  <literal>hw.acpi.osname="Windows
-	    2001"</literal> in
+	  <literal>hw.acpi.osname=<replaceable>"Windows
+	    2001"</replaceable></literal> in
 	  <filename>/boot/loader.conf</filename>, using the strings
 	  in the <acronym>ASL</acronym>.</para>
       </sect3>


More information about the svn-doc-head mailing list