diff options
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r-- | usr.sbin/config/config.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index fca5b927790..0a8e2c64e61 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.39 2003/10/23 18:23:33 jmc Exp $ +.\" $OpenBSD: config.8,v 1.40 2003/11/17 10:09:11 avsm Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -64,19 +64,19 @@ recompiling, by editing the kernel executable using the option. Similarly, you can do the same editing at boot-time, using the in-kernel editor, as described in -.Xr boot_config 8 ) . +.Xr boot_config 8 . .Pp .Nm is most commonly invoked from the directory containing .Ox kernel configuration files (i.e., -.Pa /sys/arch/i386/conf +.Pa /usr/src/sys/arch/i386/conf for i386 machines). For instance, the following steps would be followed to configure and compile a new GENERIC kernel (assuming a complete kernel source tree is available in -.Pa /sys ) : +.Pa /usr/src/sys ) : .Bd -literal -offset indent -# cd /sys/arch/i386/conf +# cd /usr/src/sys/arch/i386/conf # config ./GENERIC # cd ../compile/GENERIC # make depend && make |