diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-04 10:33:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-04 10:33:05 +0000 |
commit | 2ee6a64ba6ae4f1b97f3936660077c5c843ad442 (patch) | |
tree | 6ca686ed69eb8a95e7fc69397404ca8b23c57706 /sys/arch/i386/stand | |
parent | 13ab4ed3248fe139149948005ce123d9e4ce0067 (diff) |
(boot): device: filename -> device:filename
nice CAVEAT, BTW.
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 6402645465c..fb75a72a903 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.33 2003/06/06 21:45:33 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.34 2003/10/04 10:33:04 jmc Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -135,8 +135,8 @@ Boots the kernel image specified by .Ar image with any options given. Image specification consists of a pair -.Em device : filename , -either or both can be omitted (':' is not needed if both are omitted), +.Ar device : Ns Ar filename ; +either or both can be omitted (`:' is not needed if both are omitted), in which case values from .Nm variables will be used. |