From b25f077a9359f739876ecddad42e647692465ec4 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 22 Jun 2015 18:31:50 +0000 Subject: document that boot.conf can contain comments; from tilo stritzky thanks miod for help with the diff, and who also noted that leading whitespace gets stripped too; --- sys/arch/hppa/stand/boot/boot.8 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index dabe14fac55..372d56022f9 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.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. -- cgit v1.2.3