Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 01/05/2008 19:29:17
Module Name:	src
Committed By:	apb
Date:		Sat Jan  5 19:29:17 UTC 2008

Modified Files:
	src/share/man/man5: boot.cfg.5
	src/sys/arch/i386/stand/boot: boot2.c

Log Message:
If a menu line in boot.cfg has an empty description, then re-use the
command as the description.  For example,

	menu=:boot netbsd -s

now works like

	menu=boot netbsd -s:boot netbsd -s


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/share/man/man5/boot.cfg.5
cvs rdiff -r1.20 -r1.21 src/sys/arch/i386/stand/boot/boot2.c

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