document that boot.conf can contain comments;
authorjmc <jmc@openbsd.org>
Mon, 22 Jun 2015 18:31:48 +0000 (18:31 +0000)
committerjmc <jmc@openbsd.org>
Mon, 22 Jun 2015 18:31:48 +0000 (18:31 +0000)
from tilo stritzky

thanks miod for help with the diff, and who also noted that
leading whitespace gets stripped too;

sys/arch/amd64/stand/boot/boot.8
sys/arch/armish/stand/boot/boot.8
sys/arch/hppa/stand/boot/boot.8
sys/arch/hppa64/stand/boot/boot.8
sys/arch/i386/stand/boot/boot.8
sys/arch/landisk/stand/boot/boot.8
sys/arch/macppc/stand/boot.8
sys/arch/socppc/stand/boot/boot.8
sys/arch/zaurus/stand/zboot/boot.8

index 5d43a5a..5b04f7e 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: boot.8,v 1.23 2015/01/24 20:47:19 naddy Exp $
+.\"    $OpenBSD: boot.8,v 1.24 2015/06/22 18:31:48 jmc Exp $
 .\"
 .\" Copyright (c) 1997-2001 Michael Shalayeff
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd $Mdocdate: January 24 2015 $
+.Dd $Mdocdate: June 22 2015 $
 .Dt BOOT 8 amd64
 .Os
 .Sh NAME
@@ -102,7 +102,12 @@ If the file
 exists on the filesystem
 .Nm
 was loaded from, open and parse it.
-This file may contain any commands
+Lines beginning with the
+.Sq #
+character,
+as well as whitespace at the beginning of lines,
+are ignored.
+The file may contain any commands
 .Nm
 accepts at the interactive prompt.
 Though default settings usually suffice, they can be changed here.
index 7f84573..932261b 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: boot.8,v 1.4 2015/01/24 20:47:19 naddy Exp $
+.\"    $OpenBSD: boot.8,v 1.5 2015/06/22 18:31:48 jmc Exp $
 .\"
 .\" Copyright (c) 1997-2001 Michael Shalayeff
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd $Mdocdate: January 24 2015 $
+.Dd $Mdocdate: June 22 2015 $
 .Dt BOOT 8 armish
 .Os
 .Sh NAME
@@ -80,7 +80,12 @@ exists on the filesystem in slice
 on the first disk drive
 .Pq wd0 ,
 open and parse it.
-This file may contain any commands
+Lines beginning with the
+.Sq #
+character,
+as well as whitespace at the beginning of lines,
+are ignored.
+The file may contain any commands
 .Nm
 accepts at the interactive prompt.
 Though default settings usually suffice, they can be changed here.
index dabe14f..372d560 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: boot.8,v 1.20 2015/01/24 20:47:19 naddy Exp $
+.\"    $OpenBSD: boot.8,v 1.21 2015/06/22 18:31:49 jmc Exp $
 .\"
 .\" Copyright (c) 2002 Miodrag Vallat
 .\" Copyright (c) 1997-2002 Michael Shalayeff
@@ -26,7 +26,7 @@
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd $Mdocdate: January 24 2015 $
+.Dd $Mdocdate: June 22 2015 $
 .Dt BOOT 8 hppa
 .Os
 .Sh NAME
@@ -75,7 +75,12 @@ If the file
 exists on the filesystem or LIF image
 .Nm
 was loaded from, open and parse it.
-This file may contain any commands
+Lines beginning with the
+.Sq #
+character,
+as well as whitespace at the beginning of lines,
+are ignored.
+The file may contain any commands
 .Nm
 accepts at the interactive prompt.
 Though default settings usually suffice, they can be changed here.
index f244fac..3ccebfb 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: boot.8,v 1.9 2015/01/24 20:47:19 naddy Exp $
+.\"    $OpenBSD: boot.8,v 1.10 2015/06/22 18:31:49 jmc Exp $
 .\"
 .\" Copyright (c) 2002 Miodrag Vallat
 .\" Copyright (c) 1997-2005 Michael Shalayeff
@@ -26,7 +26,7 @@
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd $Mdocdate: January 24 2015 $
+.Dd $Mdocdate: June 22 2015 $
 .Dt BOOT 8 hppa64
 .Os
 .Sh NAME
@@ -75,7 +75,12 @@ If the file
 exists on the filesystem or LIF image
 .Nm
 was loaded from, open and parse it.
-This file may contain any commands
+Lines beginning with the
+.Sq #
+character,
+as well as whitespace at the beginning of lines,
+are ignored.
+The file may contain any commands
 .Nm
 accepts at the interactive prompt.
 Though default settings usually suffice, they can be changed here.
index 1244209..ef64bbb 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: boot.8,v 1.60 2015/01/24 20:47:19 naddy Exp $
+.\"    $OpenBSD: boot.8,v 1.61 2015/06/22 18:31:49 jmc Exp $
 .\"
 .\" Copyright (c) 1997-2001 Michael Shalayeff
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd $Mdocdate: January 24 2015 $
+.Dd $Mdocdate: June 22 2015 $
 .Dt BOOT 8 i386
 .Os
 .Sh NAME
@@ -102,7 +102,12 @@ If the file
 exists on the filesystem
 .Nm
 was loaded from, open and parse it.
-This file may contain any commands
+Lines beginning with the
+.Sq #
+character,
+as well as whitespace at the beginning of lines,
+are ignored.
+The file may contain any commands
 .Nm
 accepts at the interactive prompt.
 Though default settings usually suffice, they can be changed here.
index f865aa0..4426017 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: boot.8,v 1.5 2015/01/24 20:47:19 naddy Exp $
+.\"    $OpenBSD: boot.8,v 1.6 2015/06/22 18:31:49 jmc Exp $
 .\"
 .\" Copyright (c) 1997-2001 Michael Shalayeff
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd $Mdocdate: January 24 2015 $
+.Dd $Mdocdate: June 22 2015 $
 .Dt BOOT 8 landisk
 .Os
 .Sh NAME
@@ -75,7 +75,12 @@ If the file
 exists on the filesystem
 .Nm
 was loaded from, open and parse it.
-This file may contain any commands
+Lines beginning with the
+.Sq #
+character,
+as well as whitespace at the beginning of lines,
+are ignored.
+The file may contain any commands
 .Nm
 accepts at the interactive prompt.
 Though default settings usually suffice, they can be changed here.
index 24e087e..aa4b3b5 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: boot.8,v 1.1 2013/10/14 11:51:08 mpi Exp $
+.\"    $OpenBSD: boot.8,v 1.2 2015/06/22 18:31:49 jmc Exp $
 .\"
 .\" Copyright (c) 1997-2001 Michael Shalayeff
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd $Mdocdate: October 14 2013 $
+.Dd $Mdocdate: June 22 2015 $
 .Dt BOOT 8 macppc
 .Os
 .Sh NAME
@@ -79,7 +79,12 @@ exists on the filesystem in slice
 on the first disk drive
 .Pq wd0 ,
 open and parse it.
-This file may contain any commands
+Lines beginning with the
+.Sq #
+character,
+as well as whitespace at the beginning of lines,
+are ignored.
+The file may contain any commands
 .Nm
 accepts at the interactive prompt.
 Though default settings usually suffice, they can be changed here.
index 6aa2c7d..0c1a4db 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: boot.8,v 1.5 2015/01/24 20:47:19 naddy Exp $
+.\"    $OpenBSD: boot.8,v 1.6 2015/06/22 18:31:49 jmc Exp $
 .\"
 .\" Copyright (c) 1997-2001 Michael Shalayeff
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd $Mdocdate: January 24 2015 $
+.Dd $Mdocdate: June 22 2015 $
 .Dt BOOT 8 socppc
 .Os
 .Sh NAME
@@ -80,7 +80,12 @@ exists on the filesystem in slice
 on the first disk drive
 .Pq wd0 ,
 open and parse it.
-This file may contain any commands
+Lines beginning with the
+.Sq #
+character,
+as well as whitespace at the beginning of lines,
+are ignored.
+The file may contain any commands
 .Nm
 accepts at the interactive prompt.
 Though default settings usually suffice, they can be changed here.
index 34d4569..08ce1dc 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: boot.8,v 1.11 2014/07/20 19:33:54 tobias Exp $
+.\"    $OpenBSD: boot.8,v 1.12 2015/06/22 18:31:49 jmc Exp $
 .\"
 .\" Copyright (c) 1997-2001 Michael Shalayeff
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd $Mdocdate: July 20 2014 $
+.Dd $Mdocdate: June 22 2015 $
 .Dt BOOT 8 zaurus
 .Os
 .Sh NAME
@@ -99,7 +99,12 @@ primary partition.
 If the file
 .Pa /etc/boot.conf
 exists on the root filesystem on the selected disk, open and parse it.
-This file may contain any commands
+Lines beginning with the
+.Sq #
+character,
+as well as whitespace at the beginning of lines,
+are ignored.
+The file may contain any commands
 .Nm
 accepts at the interactive prompt.
 Though default settings usually suffice, they can be changed here.