Module Name: src
Committed By: nonaka
Date: Sat Mar 3 15:14:03 UTC 2012
Modified Files:
src/share/man/man5: boot.cfg.5
Log Message:
fix incorrent example.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/share/man/man5/boot.cfg.5:1.25
--- src/share/man/man5/boot.cfg.5:1.24 Mon Nov 28 09:38:45 2011
+++ src/share/man/man5/boot.cfg.5 Sat Mar 3 15:14:03 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot.cfg.5,v 1.24 2011/11/28 09:38:45 wiz Exp $
+.\" $NetBSD: boot.cfg.5,v 1.25 2012/03/03 15:14:03 nonaka Exp $
.\"
.\" Copyright (c) 2007 Stephen Borrill
.\" All rights reserved.
@@ -146,7 +146,7 @@ time limit for the user to choose an opt
.It Sy userconf
Passes a
.Xr userconf 4
-command to the kernel at boot time .
+command to the kernel at boot time.
.It Sy rndseed
Takes the path to a random-seed file as written by the
.Fl S
@@ -183,7 +183,7 @@ menu=Go to command line (advanced users
clear=1
timeout=-1
default=1
-userconf disable ehci*
+userconf=disable ehci*
# Always load ramdisk module
load=/miniroot.kmod
.Ed