diff options
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index f5f9801e984..1244209488a 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.59 2013/11/06 17:23:03 brynet Exp $ +.\" $OpenBSD: boot.8,v 1.60 2015/01/24 20:47:19 naddy Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: November 6 2013 $ +.Dd $Mdocdate: January 24 2015 $ .Dt BOOT 8 i386 .Os .Sh NAME @@ -148,14 +148,14 @@ The following commands are accepted at the .Nm prompt: .Bl -tag -width shorten -.It boot Op Ar image Op Fl acds -Boots the kernel image specified by -.Ar image +.It boot Oo Oo Ar device : Oc Ns Ar image Oc Op Fl acds +Boots the specified kernel image with any options given. -Image specification consists of a pair -.Ar device : Ns Ar filename ; -either or both can be omitted (`:' is not needed if both are omitted), -in which case values from +If +.Ar device +or +.Ar image +are omitted, values from .Nm variables will be used. .Pp |