diff options
author | 2002-03-01 19:43:38 +0000 | |
---|---|---|
committer | 2002-03-01 19:43:38 +0000 | |
commit | 5d5c7943aa6ad31bf5f4705714c1b31e6556fee1 (patch) | |
tree | 6290d806572fd716239cb123ad55d00b410c3c1b | |
parent | disable undo until it is fixed to be (1) correct and (2) not crash like it does now (diff) | |
download | wireguard-openbsd-5d5c7943aa6ad31bf5f4705714c1b31e6556fee1.tar.xz wireguard-openbsd-5d5c7943aa6ad31bf5f4705714c1b31e6556fee1.zip |
Change a config(8) reference to a more appropriate boot_config(8) reference.
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index e996a77afe2..5b4cbc61270 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.28 2001/09/03 11:34:17 deraadt Exp $ +.\" $OpenBSD: boot.8,v 1.29 2002/03/01 19:43:38 miod Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -309,7 +309,7 @@ Boot the kernel named from the second IDE disk in .Dq User Kernel Configuration mode (see -.Xr config 8 ) . +.Xr boot_config 8 ) . This mechanism allows for the explicit enabling and disabling of devices during the current boot sequence, as well as the modification of device parameters. |