diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-11-17 10:09:12 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-11-17 10:09:12 +0000 |
commit | cd450b0f54675b3659be24aca9e4c3938dcd657b (patch) | |
tree | 6109ac3aad05741a0038a7c7ee9270ac8e379a4e /usr.sbin/config/config.8 | |
parent | a5f98f482e48a73ef1a24e191380599a03ee66b1 (diff) |
- remove extra trailing bracket
- change /sys -> /usr/src/sys for consistency with rest of page
jmc@ ok
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 |