Use Ns and Sx. -current is 4 not 3.

This commit is contained in:
Philippe Charnier 2000-01-23 20:16:21 +00:00
parent fe8140cd15
commit d67724c7c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56481
2 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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.