diff options
-rw-r--r-- | sys/arch/hppa/stand/boot/boot.8 | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index dd501a3c7b5..7c3c0933cbd 100644 --- a/sys/arch/hppa/stand/boot/boot.8 +++ b/sys/arch/hppa/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.4 2002/03/02 10:39:11 mickey Exp $ +.\" $OpenBSD: boot.8,v 1.5 2002/09/16 07:58:13 miod Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2002 Michael Shalayeff @@ -133,7 +133,7 @@ procedures. .It Fl d Causes the kernel to drop into .Xr ddb 4 -at the earliest convinient point. +at the earliest convenient point. .It Fl s Causes the kernel to boot single-user. .El diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 5b4cbc61270..b4dec8cd459 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.29 2002/03/01 19:43:38 miod Exp $ +.\" $OpenBSD: boot.8,v 1.30 2002/09/16 07:58:15 miod Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -159,7 +159,7 @@ procedures. .It Fl d Causes the kernel to drop into .Xr ddb 4 -at the earliest convinient point. +at the earliest convenient point. .It Fl s Causes the kernel to boot single-user. .El |