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 | |
parent | a146a9f0365e3c93c30c4fc9785ff2df44c48a29 (diff) |
correct the syntax description of the boot command; ok jmc@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/boot/boot.8 | 18 | ||||
-rw-r--r-- | sys/arch/armish/stand/boot/boot.8 | 18 | ||||
-rw-r--r-- | sys/arch/hppa/stand/boot/boot.8 | 18 | ||||
-rw-r--r-- | sys/arch/hppa64/stand/boot/boot.8 | 18 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 18 | ||||
-rw-r--r-- | sys/arch/landisk/stand/boot/boot.8 | 18 | ||||
-rw-r--r-- | sys/arch/socppc/stand/boot/boot.8 | 18 |
7 files changed, 63 insertions, 63 deletions
diff --git a/sys/arch/amd64/stand/boot/boot.8 b/sys/arch/amd64/stand/boot/boot.8 index 47aef6fc98a..5d43a5a653f 100644 --- a/sys/arch/amd64/stand/boot/boot.8 +++ b/sys/arch/amd64/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.22 2013/11/06 17:23:03 brynet Exp $ +.\" $OpenBSD: boot.8,v 1.23 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 amd64 .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 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 diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index 00d55709ef2..dabe14fac55 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.19 2012/09/27 12:26:28 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.20 2015/01/24 20:47:19 naddy Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2002 Michael Shalayeff @@ -26,7 +26,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: January 24 2015 $ .Dt BOOT 8 hppa .Os .Sh NAME @@ -110,14 +110,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. .Bl -tag -width _a_ diff --git a/sys/arch/hppa64/stand/boot/boot.8 b/sys/arch/hppa64/stand/boot/boot.8 index 2e3c001f2b4..f244faca1c8 100644 --- a/sys/arch/hppa64/stand/boot/boot.8 +++ b/sys/arch/hppa64/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.8 2012/09/27 12:26:28 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.9 2015/01/24 20:47:19 naddy Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2005 Michael Shalayeff @@ -26,7 +26,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: January 24 2015 $ .Dt BOOT 8 hppa64 .Os .Sh NAME @@ -110,14 +110,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. .Bl -tag -width _a_ 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 diff --git a/sys/arch/landisk/stand/boot/boot.8 b/sys/arch/landisk/stand/boot/boot.8 index b400ae1af39..f865aa0d366 100644 --- a/sys/arch/landisk/stand/boot/boot.8 +++ b/sys/arch/landisk/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 landisk .Os .Sh NAME @@ -115,14 +115,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 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 |