Module Name:    src
Committed By:   fcambus
Date:           Fri Apr 15 16:30:09 UTC 2022

Modified Files:
        src/share/man/man5: boot.cfg.5

Log Message:
boot.cfg.5: banner can span up to 12 lines, and not 10 like stated.

For the record, the value is set by the BOOTCFG_MAXBANNER macro defined
in sys/lib/libsa/bootcfg.h.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/share/man/man5/boot.cfg.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/boot.cfg.5
diff -u src/share/man/man5/boot.cfg.5:1.31 src/share/man/man5/boot.cfg.5:1.32
--- src/share/man/man5/boot.cfg.5:1.31	Tue Nov 24 07:46:46 2020
+++ src/share/man/man5/boot.cfg.5	Fri Apr 15 16:30:09 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.cfg.5,v 1.31 2020/11/24 07:46:46 kim Exp $
+.\"	$NetBSD: boot.cfg.5,v 1.32 2022/04/15 16:30:09 fcambus Exp $
 .\"
 .\" Copyright (c) 2007 Stephen Borrill
 .\" All rights reserved.
@@ -65,7 +65,7 @@ using multiple entries.
 .It Sy banner
 The text from banner lines is displayed instead of the standard welcome text
 by the boot loader.
-Up to 10 lines can be defined.
+Up to 12 lines can be defined.
 No special character sequences are recognised, so to specify a blank line, a
 banner line with no value should be given.
 .It Sy clear

Reply via email to