summaryrefslogtreecommitdiff
path: root/share/man/man8
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 /share/man/man8
parente41d6581f853e8cea2725619f4163389ed5cd2d9 (diff)
more details, and a UKC(8) link
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/Makefile8
-rw-r--r--share/man/man8/boot_config.88
2 files changed, 11 insertions, 5 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