diff options
Diffstat (limited to 'sys/arch/socppc/stand/boot/boot.8')
-rw-r--r-- | sys/arch/socppc/stand/boot/boot.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/socppc/stand/boot/boot.8 b/sys/arch/socppc/stand/boot/boot.8 index 29daaeaa349..6aa2c7dc862 100644 --- a/sys/arch/socppc/stand/boot/boot.8 +++ b/sys/arch/socppc/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.4 2012/09/27 12:26:28 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.5 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: September 27 2012 $ +.Dd $Mdocdate: January 24 2015 $ .Dt BOOT 8 socppc .Os .Sh NAME @@ -121,14 +121,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 |