summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2005-02-10 14:26:21 +0000
committerdes <des@FreeBSD.org>2005-02-10 14:26:21 +0000
commit6a0712c33a5d8b668977a2afcd5ae04d609c86b7 (patch)
tree899701a50876ca48fcc6d3ecde4120221e65f27c /share/man/man5
parentac0decfad836cbb3a2d603729867489c63230548 (diff)
downloadFreeBSD-src-6a0712c33a5d8b668977a2afcd5ae04d609c86b7.zip
FreeBSD-src-6a0712c33a5d8b668977a2afcd5ae04d609c86b7.tar.gz
Fully document (no)?(device|option)s?.
This page should probably be repocopied to src/usr.sbin/config/.
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/config.540
1 files changed, 23 insertions, 17 deletions
diff --git a/share/man/man5/config.5 b/share/man/man5/config.5
index 63d7b32..84d7cd6 100644
--- a/share/man/man5/config.5
+++ b/share/man/man5/config.5
@@ -97,15 +97,10 @@ The allowed list of CPU names is architecture specific and is
defined in the file
.Pa sys/conf/options. Ns Aq Ar arch .
.\" -------- DEVICE --------
-.It Ic device Ar name Op Ar count
-Configures device
-.Ar name
+.It Ic device Ar name Op , Ar name Op ...
+.It Ic devices Ar name Op , Ar name Op ...
+Configures the specified devices
for inclusion into the kernel image.
-If
-.Ar count
-is specified, the device is configured for
-.Ar count
-instances.
Devices that are common to all architectures are
defined in the file
.Pa sys/conf/files .
@@ -233,6 +228,17 @@ As explained in
.Xr tuning 7 ,
this tunable can also be set at boot time using
.Xr loader 8 .
+.\" -------- NODEVICE --------
+.It Ic nodevice Ar name Op , Ar name Op ...
+.It Ic nodevices Ar name Op , Ar name Op ...
+Remove the specified devices
+from the list of previously selected devices.
+This directive can be used to cancel the effects of
+.Ic device
+or
+.Ic devices
+directives in files included using
+.Ic include .
.\" -------- NOMAKEOPTION --------
.It Ic nomakeoption Ar name
Removes previously defined
@@ -245,26 +251,26 @@ This directive can be used to cancel the effects of
directives in files included using
.Ic include .
.\" -------- NOOPTION --------
-.It Ic nooption Ar kerneloptionname
-Remove kernel option
-.Ar kerneloptionname
+.It Ic nooption Ar name Op , Ar name Op ...
+.It Ic nooptions Ar name Op , Ar name Op ...
+Remove the specified kernel options
from the list of previously defined options.
This directive can be used to cancel the effects of
+.Ic option
+or
.Ic options
directives in files included using
.Ic include .
.\" -------- OPTIONS --------
-.It Ic options Ar optionspecs
+.It Ic option Ar optionspec Op , Ar optionspec Op ...
+.It Ic options Ar optionspec Op , Ar optionspec Op ...
Add compile time kernel options to the kernel build.
-The argument
-.Ar optionspecs
-is a comma separated list of option specifications.
Each option specification has the form
.Pp
-.D1 Ar KernelOptionName Ns Op = Ns Ar OptionValue
+.D1 Ar name Ns Op = Ns Ar value
.Pp
If
-.Ar OptionValue
+.Ar value
is not specified, it is assumed to be
.Dv NULL .
Options common to all architectures are specified in
OpenPOWER on IntegriCloud