summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-07 10:35:17 +0000
committerbde <bde@FreeBSD.org>1997-09-07 10:35:17 +0000
commita498d094905bd027f30950e75c38768f29e64756 (patch)
tree42e198d204dbd9dede7cbab486cf40994674e1d0 /usr.sbin/config
parentc79da43668adca756127cc0749cf456dea7d896d (diff)
downloadFreeBSD-src-a498d094905bd027f30950e75c38768f29e64756.zip
FreeBSD-src-a498d094905bd027f30950e75c38768f29e64756.tar.gz
Don't say that swapping is configured by config.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/Makefile2
-rw-r--r--usr.sbin/config/config.86
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 55f213e..f4b1f65 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= config
-CFLAGS+=-I. -I${.CURDIR}
+CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../sys
SRCS= config.c main.c lang.c mkioconf.c mkmakefile.c mkglue.c mkheaders.c \
mkoptions.c mkswapconf.c
MAN8= config.8
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index 35de364..5d65920 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -138,10 +138,10 @@ in building the system;
header files,
definitions of
the number of various devices that will be compiled into the system;
-swap configuration files,
+so-called swap configuration files,
definitions for
-the disk areas to be used for swapping, the root file system,
-argument processing, and system dumps.
+the disk areas to be used for the root file system
+and system dumps.
.Pp
After running
.Nm config ,
OpenPOWER on IntegriCloud