summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2006-02-12 07:56:11 +0000
committerjkoshy <jkoshy@FreeBSD.org>2006-02-12 07:56:11 +0000
commite17ecbb07cdcfb9899ea22b1a3be48c9813e9794 (patch)
treee42770132aa35ae8cb7af26d9473bb17946bbaa6 /usr.sbin/config
parent8e902c8278dacf959495a1fe705435e481073506 (diff)
downloadFreeBSD-src-e17ecbb07cdcfb9899ea22b1a3be48c9813e9794.zip
FreeBSD-src-e17ecbb07cdcfb9899ea22b1a3be48c9813e9794.tar.gz
Document the two argument form of the "machine" directive.
Reviewed by: imp MFC After: 3 days
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 6c75c01..c562308 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.
OpenPOWER on IntegriCloud