From 3ec03428c3d540d11c413e7068b02401fa2949fb Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 7 Sep 1997 10:35:17 +0000 Subject: [PATCH] Don't say that swapping is configured by config. --- usr.sbin/config/Makefile | 2 +- usr.sbin/config/config.8 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index 55f213ec086..f4b1f659f01 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 35de3643d44..5d659205a95 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 ,