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.sandpoint New sentence, new line. Avoid ...



details:   https://anonhg.NetBSD.org/src/rev/e53672d2b921
branches:  trunk
changeset: 772963:e53672d2b921
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Jan 22 16:41:42 2012 +0000

description:
New sentence, new line. Avoid unnecessary macros.

diffstat:

 share/man/man8/man8.sandpoint/altboot.8 |  40 +++++++++++++++++++-------------
 1 files changed, 24 insertions(+), 16 deletions(-)

diffs (96 lines):

diff -r fcb289f5180d -r e53672d2b921 share/man/man8/man8.sandpoint/altboot.8
--- a/share/man/man8/man8.sandpoint/altboot.8   Sun Jan 22 16:35:39 2012 +0000
+++ b/share/man/man8/man8.sandpoint/altboot.8   Sun Jan 22 16:41:42 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: altboot.8,v 1.6 2012/01/22 15:37:23 phx Exp $
+.\" $NetBSD: altboot.8,v 1.7 2012/01/22 16:41:42 wiz Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -95,25 +95,30 @@
 where
 .Ar N
 is a string of digits, which defines the number of connected drives on each
-PATA channel. This option is useful to avoid the delays, when
+PATA channel.
+This option is useful to avoid the delays, when
 .Nm
-is trying to detect a non-existing drive. Examples:
+is trying to detect a non-existing drive.
+Examples:
 .Bl -tag -width xx
 .It ide: Ns Ar 10
-A single master drive on the first channel. Nothing on the second channel.
+A single master drive on the first channel.
+Nothing on the second channel.
 .It ide: Ns Ar 22
 A master and slave drive on both channels of the first controller.
 .It ide: Ns Ar 1111
-A master drive on each channel. The first two digits belong to the first
+A master drive on each channel.
+The first two digits belong to the first
 controller, the last two to the second controller.
 .El
 .Pp
 Unspecified digits will be read as
-.Ar 0 Ns .
+.Ar 0 .
 The
 .Ar ide
-option has only a meaning for PATA disks. Omitting it makes it default to
-.Ar ide:10 Ns .
+option has only a meaning for PATA disks.
+Omitting it makes it default to
+.Ar ide:10 .
 .Pp
 .It Va optN
 multi, auto, ask, single, ddb, userconf, norm, quiet, verb,
@@ -134,8 +139,8 @@
 .Dl nfs:
 .Dl tftp: Ns Ar filename
 .Dl tftp:
-.Dl wd Ns Ar Np Ns : Ns Ar filename
-.Dl wd Ns Ar Np Ns :
+.Dl wd Ns Ar Np : Ns Ar filename
+.Dl wd Ns Ar Np :
 .Dl mem: Ns Ar address
 .Dl net:
 .Pp
@@ -233,28 +238,31 @@
 is lacking important commands like
 .Tn cp
 or
-.Tn go Ns ,
+.Tn go ,
 or is unable to save the enviroment, then there is still the option to
 replace the
 .Tn Linux
 kernel module by
 .Pa altboot.img
-and save it to the same address in flash ROM. In this case you have only
-two options left to pass arguments:
+and save it to the same address in flash ROM.
+In this case you have only two options left to pass arguments:
 .Pp
 .Bl -bullet -compact
 .It
 Enter the interactive command line mode, after
 .Nm
-has started. This requires a serial console.
+has started.
+This requires a serial console.
 .It
 Write a fixed command line into flash, replacing the
 .Tn Linux
-initrd image. The command line is a normal
+initrd image.
+The command line is a normal
 .Tn ASCII
 file, started by the identifier
 .Em altboot:
-and terminated by any control character between 0 and 31. Example:
+and terminated by any control character between 0 and 31.
+Example:
 .Dl altboot:silent ide:1111 wd0:netbsd
 .El
 .Sh SEE ALSO



Home | Main Index | Thread Index | Old Index