From 7d4e03d9c8b1c92d07a837ff2c29a27f437c7d71 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 4 Apr 2000 03:32:02 +0000 Subject: [PATCH] more details, and a UKC(8) link --- share/man/man8/Makefile | 8 ++++---- share/man/man8/boot_config.8 | 8 +++++++- usr.sbin/config/config.8 | 9 +++++++-- 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 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 -- 2.20.1