diff options
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r-- | usr.sbin/config/config.8 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index cb12a1fb8f9..456d7e33b73 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.6 1998/03/16 07:46:04 deraadt Exp $ +.\" $OpenBSD: config.8,v 1.7 1998/11/08 00:21:28 aaron Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -47,8 +47,7 @@ .Op Fl p .Op Ar config-file .Sh DESCRIPTION -.Pp -.Nm Config +.Nm config creates a kernel build directory from the file .Ar config-file , which describes the system to configure. @@ -78,7 +77,7 @@ where .Pa SYSTEMNAME is the last path component of .Ar config-file . -.Nm Config +.Nm config will assume that the top-level kernel source directory is located four directories above the build directory. .Pp @@ -89,7 +88,7 @@ and run .Nm config from within the build directory without specifying a .Ar config-file . -.Nm Config +.Nm config will then by default create files in the current directory. If you run .Nm config @@ -160,7 +159,7 @@ it is wise to run .Dq Li make depend in the directory where the new makefile was created. -.Nm Config +.Nm config prints a reminder of this when it completes. .Pp If @@ -168,14 +167,14 @@ If stops due to errors, the problems reported should be corrected and .Nm config should be run again. -.Nm Config +.Nm config attempts to avoid changing the compilation directory if there are configuration errors, but this code is not well-tested, and some problems (such as running out of disk space) are unrecoverable. .Sh SEE ALSO -.Xr options 4 . +.Xr options 4 .Pp The SYNOPSIS portion of each device in section 4. .Rs |