summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-04 03:32:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-04 03:32:04 +0000
commit36b27701d23a280ec85500e0afde596bb3e2d0dd (patch)
treede1631eaff1ff6ec03d86cbe37805da3f590bfd9
parente41d6581f853e8cea2725619f4163389ed5cd2d9 (diff)
more details, and a UKC(8) link
-rw-r--r--share/man/man8/Makefile8
-rw-r--r--share/man/man8/boot_config.88
-rw-r--r--usr.sbin/config/config.89
3 files changed, 18 insertions, 7 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile
index 55748ae5bb8..8a04926bd18 100644
--- a/share/man/man8/Makefile
+++ b/share/man/man8/Makefile
@@ -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>
diff --git a/share/man/man8/boot_config.8 b/share/man/man8/boot_config.8
index ae2bcaf2455..001b897b758 100644
--- a/share/man/man8/boot_config.8
+++ b/share/man/man8/boot_config.8
@@ -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.
@@ -40,6 +40,10 @@
.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
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index 5d6d0b3136a..f2ff8556466 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -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