aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2006-02-12 07:56:11 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2006-02-12 07:56:11 +0000
commit4bb7c6590e0beaeb59563eb06583fa52c8863539 (patch)
treee42770132aa35ae8cb7af26d9473bb17946bbaa6 /usr.sbin/config
parentd57d58dac4d04d6bdae8c0718ad2480d930e1cb6 (diff)
Notes
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/config.513
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/config/config.5 b/usr.sbin/config/config.5
index 6c75c01677eb..c5623085e417 100644
--- a/usr.sbin/config/config.5
+++ b/usr.sbin/config/config.5
@@ -164,7 +164,7 @@ and return to the current file after
is successfully processed.
.\" -------- MACHINE --------
.Pp
-.It Ic machine Ar arch
+.It Ic machine Ar arch Op Ar basearch
Specifies the architecture of the machine the kernel is being
compiled for.
Legal values for
@@ -188,6 +188,17 @@ The IBM PowerPC architecture.
The Sun Sparc64 architecture.
.El
.Pp
+If argument
+.Ar basearch
+is specified, it points
+.Xr config 8
+to the base architecture of the machine.
+Currently the
+.Cm pc98
+architecture requires its base architecture
+to be set to
+.Cm i386 .
+.Pp
A kernel configuration file may have only one
.Ic machine
directive.