diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.xml b/en_US.ISO8859-1/books/handbook/config/chapter.xml index 2fa1bfca6a..2846617df5 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.xml @@ -649,7 +649,7 @@ ifconfig_fxp0="inet 10.1.1.1/8" If the NIC is supported, determine the name of the &os; driver for the NIC. Refer to /usr/src/sys/conf/NOTES and - /usr/src/sys/arch/conf/NOTES + /usr/src/sys/arch/conf/NOTES for the list of NIC 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] Alternatively, statically compile support for the NIC into a custom kernel. Refer to /usr/src/sys/conf/NOTES, - /usr/src/sys/arch/conf/NOTES and the + /usr/src/sys/arch/conf/NOTES 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 --> root, use &man.ndisgen.8;: - &prompt.root; ndisgen /path/to/W32DRIVER.INF /path/to/W32DRIVER.SYS + &prompt.root; ndisgen /path/to/W32DRIVER.INF /path/to/W32DRIVER.SYS 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: - &prompt.root; kldload ./W32DRIVER_SYS.ko + &prompt.root; kldload ./W32DRIVER_SYS.ko In addition to the generated kernel module, the ndis.ko and @@ -995,8 +995,8 @@ ifconfig_dc1="inet 10.0.0.1 netmask 255.255.255.0 media 10baseT/UTP" - &prompt.root; echo 'defaultrouter="your_default_router"' >> /etc/rc.conf -&prompt.root; echo 'nameserver your_DNS_server' >> /etc/resolv.conf + &prompt.root; echo 'defaultrouter="your_default_router"' >> /etc/rc.conf +&prompt.root; echo 'nameserver your_DNS_server' >> /etc/resolv.conf @@ -1151,7 +1151,7 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms ifconfig_fxp0_alias0="inet xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx" Alias entries must start with - alias0 using a + alias0 using a sequential number such as alias0, alias1, and so on. The configuration process will stop at the first @@ -2729,7 +2729,7 @@ kern.maxvnodes: 100000 Use &man.swapon.8; to add a swap partition to the system. For example: - &prompt.root; swapon /dev/ada1s1b + &prompt.root; swapon /dev/ada1s1b It is possible to use any partition not currently @@ -3065,7 +3065,7 @@ kern.maxvnodes: 100000 very large. Generate a copy of the ASL by running this command: - &prompt.root; acpidump -dt > name-system.asl + &prompt.root; acpidump -dt > name-system.asl Substitute the login name for name and manufacturer/model for @@ -3427,8 +3427,8 @@ hw.acpi.s4bios: 0 Some AML versions assume the user is running &windows;. To override this, set - hw.acpi.osname="Windows - 2001" in + hw.acpi.osname="Windows + 2001" in /boot/loader.conf, using the strings in the ASL.