summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2000-01-23 20:16:21 +0000
committercharnier <charnier@FreeBSD.org>2000-01-23 20:16:21 +0000
commit70562f7f0b6512c2fe1d6295116778a8859428fb (patch)
treee9451d08403b9388d965a734aa63a21b2cfd6f40 /usr.sbin
parentfb5d4fa8430a468cd580b5241fb5e5ed63fe2ddf (diff)
downloadFreeBSD-src-70562f7f0b6512c2fe1d6295116778a8859428fb.zip
FreeBSD-src-70562f7f0b6512c2fe1d6295116778a8859428fb.tar.gz
Use Ns and Sx. -current is 4 not 3.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/config.811
-rw-r--r--usr.sbin/config/configvers.h4
2 files changed, 8 insertions, 7 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index 918e878..565df77 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -72,7 +72,6 @@ that give alternate files for a specific machine
section below).
.Pp
Available options and operands:
-.Pp
.Bl -tag -width SYSTEM_NAME
.It Fl d Ar destdir
Use
@@ -96,7 +95,7 @@ configures a system for high resolution profiling.
.It Fl r
Remove the old compile directory (see below).
.It Ar SYSTEM_NAME
-Specifies the name of the system configuration file
+Specify the name of the system configuration file
containing device specifications, configuration options
and other system parameters for one system configuration.
.El
@@ -136,7 +135,7 @@ definitions of
the number of various devices that will be compiled into the system.
.Pp
After running
-.Nm config ,
+.Nm Ns ,
it is necessary to run
.Dq Li make depend
in the directory where the new makefile
@@ -145,7 +144,7 @@ was created.
prints a reminder of this when it completes.
.Pp
If any other error messages are produced by
-.Nm config ,
+.Nm Ns ,
the problems in the configuration file should be corrected and
.Nm
should be run again.
@@ -230,7 +229,9 @@ default kernel build directory for system
.Pa SYSTEM_NAME .
.El
.Sh SEE ALSO
-The SYNOPSIS portion of each device in section 4.
+The
+.Sx SYNOPSIS
+portion of each device in section 4.
.Rs
.%T "Building 4.3 BSD UNIX System with Config"
.Re
diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h
index 5b23c89..fad0cae 100644
--- a/usr.sbin/config/configvers.h
+++ b/usr.sbin/config/configvers.h
@@ -1,7 +1,7 @@
/*
* 6 digits of version. The most significant are branch indicators
- * (eg: RELENG_2_2 = 22, -current presently = 30 etc). The least
- * significant digits are incremented for each incompatable change.
+ * (eg: RELENG_2_2 = 22, -current presently = 40 etc). The least
+ * significant digits are incremented for each incompatible change.
*
* The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
* and <osreldate.h> system.
OpenPOWER on IntegriCloud