summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.8
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-18 04:15:04 +0000
committereivind <eivind@FreeBSD.org>1998-02-18 04:15:04 +0000
commit6c500cca36cd8b42d90b9b5df1144ad9171cd977 (patch)
treeefa70db94c5ee708399755b993700ddb78e1ec3f /usr.sbin/config/config.8
parentfb3f84b8bf589c9ebeb77f8ab1a1caf40db52e5d (diff)
downloadFreeBSD-src-6c500cca36cd8b42d90b9b5df1144ad9171cd977.zip
FreeBSD-src-6c500cca36cd8b42d90b9b5df1144ad9171cd977.tar.gz
Make '-n' the default, and introduce a new flag '-r' to get old
behaviour. Also indicate which option(s) are unknown if there are any old-style options.
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r--usr.sbin/config/config.815
1 files changed, 6 insertions, 9 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index 2cd8699..d2be2bb 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -39,7 +39,7 @@
.Nd build system configuration files
.Sh SYNOPSIS
.Nm config
-.Op Fl gpn
+.Op Fl gpr
.Ar SYSTEM_NAME
.Sh DESCRIPTION
This is the old version of the
@@ -84,8 +84,8 @@ If two or more
options are supplied,
.Nm
will configure a system for high resolution profiling.
-.It Fl n
-Do not remove the old compile directory (see below).
+.It Fl r
+Remove the old compile directory (see below).
.It Ar SYSTEM_NAME
Specifies the name of the system configuration file
containing device specifications, configuration options
@@ -101,12 +101,9 @@ subdirectory of the system source (usually
will create the directory
.Pa ../../compile/SYSTEM_NAME
as necessary and place all output files there.
-If the directory already exists, it will be removed
-first unless the
-.Fl n
-flag was specified or the environment variable
-.Ev NO_CONFIG_CLOBBER
-is set.
+If the directory already exists and the
+.Fl r
+flag was specified, it will be removed first.
The output of
.Nm
consists of a number of files; for the
OpenPOWER on IntegriCloud