Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8/man8.i386 Sort list items. Remove a trailing...



details:   https://anonhg.NetBSD.org/src/rev/e6f8115f9928
branches:  trunk
changeset: 765581:e6f8115f9928
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue May 31 03:43:47 2011 +0000

description:
Sort list items.  Remove a trailing whitespace.

diffstat:

 share/man/man8/man8.i386/boot.8 |  32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diffs (60 lines):

diff -r 20af357c3755 -r e6f8115f9928 share/man/man8/man8.i386/boot.8
--- a/share/man/man8/man8.i386/boot.8   Tue May 31 03:40:22 2011 +0000
+++ b/share/man/man8/man8.i386/boot.8   Tue May 31 03:43:47 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.57 2011/05/26 04:25:26 uebayasi Exp $
+.\"    $NetBSD: boot.8,v 1.58 2011/05/31 03:43:47 uebayasi Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -346,20 +346,6 @@
 .Sx Console Selection Policy
 in
 .Xr boot_console 8 .
-.It Ic vesa Bro Va modenum | Ar on | off | enabled | disabled | list Brc
-Initialise the video card to the specified resolution and bit depth.
-The
-.Va modenum
-should be in the form of
-.Ar 0x100 , 800x600 , 800x600x32 .
-The values
-.Ar enabled , on
-put the display into the default mode, and
-.Ar disabled , off
-returns the display into standard vga mode.
-The value
-.Ar list
-lists all supported modes.
 .It Ic dev Op Va device
 Set the default drive and partition for subsequent filesystem
 operations.
@@ -423,7 +409,7 @@
 .Xr pxeboot 8 ) .
 .It Ic console Ns = Ns Ar dev
 Console used by DOM0 kernel during boot.
-.Ar dev 
+.Ar dev
 accepts the same values as the ones given for the
 .Cm consdev
 command.
@@ -567,6 +553,20 @@
 These commands are processed before the interactive
 .Xr userconf 4
 shell is executed, if requested .
+.It Ic vesa Bro Va modenum | Ar on | off | enabled | disabled | list Brc
+Initialise the video card to the specified resolution and bit depth.
+The
+.Va modenum
+should be in the form of
+.Ar 0x100 , 800x600 , 800x600x32 .
+The values
+.Ar enabled , on
+put the display into the default mode, and
+.Ar disabled , off
+returns the display into standard vga mode.
+The value
+.Ar list
+lists all supported modes.
 .El
 .Pp
 In an emergency, the bootstrap methods described in the



Home | Main Index | Thread Index | Old Index