more details, and a UKC(8) link
authorderaadt <deraadt@openbsd.org>
Tue, 4 Apr 2000 03:32:02 +0000 (03:32 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 4 Apr 2000 03:32:02 +0000 (03:32 +0000)
share/man/man8/Makefile
share/man/man8/boot_config.8
usr.sbin/config/config.8

index 55748ae..8a04926 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.24 2000/02/28 22:36:42 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.25 2000/04/04 03:32:02 deraadt Exp $
 #      $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
@@ -10,8 +10,8 @@ MAN=  afterboot.8 compat_bsdos.8 compat_freebsd.8 compat_ibcs2.8 \
 SUBDIR=        man8.amiga man8.arm32 man8.atari man8.hp300 man8.i386 man8.mac68k \
        man8.sparc man8.sun3 man8.vax
 
-MLINKS=        afterboot.8 faq.8
-
-MLINKS+= rc.8 rc.local.8 rc.8 rc.securelevel.8 rc.8 netstart.8
+MLINKS=        afterboot.8 faq.8 \
+       boot_config.8 UKC.8 \
+       rc.8 rc.local.8 rc.8 rc.securelevel.8 rc.8 netstart.8
 
 .include <bsd.prog.mk>
index ae2bcaf..001b897 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: boot_config.8,v 1.10 2000/01/08 23:23:37 d Exp $
+.\"    $OpenBSD: boot_config.8,v 1.11 2000/04/04 03:32:03 deraadt Exp $
 .\"
 .\" Copyright (c) 1996 Mats O Jansson
 .\" All rights reserved.
 .Nm BOOT_CONFIG
 is a kernel option that makes it possible to change the configuration
 at boot time.
+The same interface is available from userland, using the
+.Fl e
+argument to
+.Xr config 8 .
 .Pp
 The boot time configuration is invoked by the
 .Fl c
@@ -209,6 +213,8 @@ commands.
 Continuing...
 mainbus0 (root)
 .Ed
+.Sh SEE ALSO
+.Xr config 8
 .Sh BUGS
 The add command is rather restricted, and might be expanded in the future.
 .Sh AUTHOR
index 5d6d0b3..f2ff855 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: config.8,v 1.16 2000/03/19 17:57:03 aaron Exp $
+.\"    $OpenBSD: config.8,v 1.17 2000/04/04 03:32:02 deraadt Exp $
 .\"    $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
@@ -61,7 +61,12 @@ In the second synopsis form,
 .Nm
 allows editing of the kernel binary specified by
 .Ar infile .
-Devices may be enabled, disabled, or modified without recompiling (see
+.Pp
+Furthermore, devices may be enabled, disabled, or modified without
+recompiling, by editing the kernel executable using the
+.Fl e
+option.  Similarily, you can do the same editing at boot-time, using
+the in-kernel editor, as described in
 .Xr boot_config 8 ) .
 .Pp
 .Nm