diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2015-01-24 20:47:20 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2015-01-24 20:47:20 +0000 |
commit | 53ea9eba39efe4646cebb1e627e4d43199505be6 (patch) | |
tree | 9219c3cd704675b6a578663675ec2a20628acac4 /sys/arch/armish | |
parent | a146a9f0365e3c93c30c4fc9785ff2df44c48a29 (diff) |
correct the syntax description of the boot command; ok jmc@
Diffstat (limited to 'sys/arch/armish')
-rw-r--r-- | sys/arch/armish/stand/boot/boot.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/armish/stand/boot/boot.8 b/sys/arch/armish/stand/boot/boot.8 index 2ab57d787db..7f845730e53 100644 --- a/sys/arch/armish/stand/boot/boot.8 +++ b/sys/arch/armish/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.3 2012/09/27 12:26:28 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.4 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 armish .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 |