Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin New sentence, new line. From Robert Elz.
details: https://anonhg.NetBSD.org/src/rev/c29f0941cf76
branches: trunk
changeset: 537617:c29f0941cf76
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Oct 03 15:41:44 2002 +0000
description:
New sentence, new line. From Robert Elz.
diffstat:
sbin/rcorder/rcorder.8 | 18 +++++----
sbin/reboot/reboot.8 | 13 ++++---
sbin/rndctl/rndctl.8 | 11 +++--
sbin/route/route.8 | 6 +-
sbin/routed/routed.8 | 17 +++++----
sbin/savecore/savecore.8 | 5 +-
sbin/scsictl/scsictl.8 | 80 +++++++++++++++++++++++++--------------------
sbin/slattach/slattach.8 | 20 ++++++-----
sbin/sysctl/sysctl.8 | 23 +++++++-----
sbin/ttyflags/ttyflags.8 | 5 +-
sbin/wdogctl/wdogctl.8 | 52 ++++++++++++++++-------------
sbin/wsconsctl/wsconsctl.8 | 11 ++++--
12 files changed, 144 insertions(+), 117 deletions(-)
diffs (truncated from 630 to 300 lines):
diff -r ad149f5d4df5 -r c29f0941cf76 sbin/rcorder/rcorder.8
--- a/sbin/rcorder/rcorder.8 Thu Oct 03 07:51:10 2002 +0000
+++ b/sbin/rcorder/rcorder.8 Thu Oct 03 15:41:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: rcorder.8,v 1.4 2001/11/16 10:25:50 wiz Exp $
+.\" $NetBSD: rcorder.8,v 1.5 2002/10/03 15:41:44 wiz Exp $
.\"
.\" Copyright (c) 1998
.\" Perry E. Metzger. All rights reserved.
@@ -44,9 +44,9 @@
.Sh DESCRIPTION
.Nm
is designed to print out a dependency ordering of a set of
-interdependent files. Typically it is used to find an execution
-sequence for a set of shell scripts in which certain files must be
-executed before others.
+interdependent files.
+Typically it is used to find an execution sequence for a set of
+shell scripts in which certain files must be executed before others.
.Pp
Each file passed to
.Nm
@@ -65,7 +65,8 @@
and
.Dq KEYWORD
lines must appear.
-The format of the lines is rigid. Each line must begin with a single
+The format of the lines is rigid.
+Each line must begin with a single
.Dq # ,
followed by a single space, followed by
.Dq PROVIDE: ,
@@ -75,7 +76,8 @@
.Dq KEYWORD: .
No deviation is permitted.
Each dependency line is then followed by a series of conditions,
-separated by whitespace. Multiple
+separated by whitespace.
+Multiple
.Dq PROVIDE ,
.Dq REQUIRE ,
.Dq BEFORE
@@ -154,5 +156,5 @@
program first appeared in
.Nx 1.5 .
.Sh AUTHORS
-Written by Perry E. Metzger (perry%piermont.com@localhost) and Matthew R.
-Green (mrg%eterna.com.au@localhost).
+Written by Perry E. Metzger (perry%piermont.com@localhost) and
+Matthew R. Green (mrg%eterna.com.au@localhost).
diff -r ad149f5d4df5 -r c29f0941cf76 sbin/reboot/reboot.8
--- a/sbin/reboot/reboot.8 Thu Oct 03 07:51:10 2002 +0000
+++ b/sbin/reboot/reboot.8 Thu Oct 03 15:41:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: reboot.8,v 1.16 2002/04/17 16:31:02 wiz Exp $
+.\" $NetBSD: reboot.8,v 1.17 2002/10/03 15:41:45 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -73,12 +73,13 @@
before halting or restarting.
.It Fl n
Do not flush the file system cache.
-This option should be used with extreme caution. It can be used if a disk
-or the processor is on fire.
+This option should be used with extreme caution.
+It can be used if a disk or the processor is on fire.
.It Fl p
-Attempt to powerdown the system. If the powerdown fails, or the system
-does not support software powerdown, the system will halt. This option
-is only valid for
+Attempt to powerdown the system.
+If the powerdown fails, or the system does not support
+software powerdown, the system will halt.
+This option is only valid for
.Nm halt .
.It Fl q
Do not give processes a chance to shut down before halting or restarting.
diff -r ad149f5d4df5 -r c29f0941cf76 sbin/rndctl/rndctl.8
--- a/sbin/rndctl/rndctl.8 Thu Oct 03 07:51:10 2002 +0000
+++ b/sbin/rndctl/rndctl.8 Thu Oct 03 15:41:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: rndctl.8,v 1.13 2002/10/01 14:39:51 wiz Exp $
+.\" $NetBSD: rndctl.8,v 1.14 2002/10/03 15:41:45 wiz Exp $
.\"
.\" Copyright (c) 1997 Michael Graff
.\" All rights reserved.
@@ -67,9 +67,10 @@
.Fl t .
.It Fl E
Disable entropy estimation from the collected timing information for
-the given device name or device type. If collection is still enabled,
-timing information is still collected and mixed into the internal
-entropy pool, but no entropy is assumed to be present.
+the given device name or device type.
+If collection is still enabled, timing information is still
+collected and mixed into the internal entropy pool,
+but no entropy is assumed to be present.
.It Fl e
Enable entropy estimation using the collected timing information
for the given device name or device type.
@@ -113,7 +114,7 @@
The
.Nm
program was written by
-.An Michael Graff
+.An Michael Graff
.Aq explorer%flame.org@localhost .
.Sh BUGS
Turning on entropy estimation from unsafe or predictable sources will
diff -r ad149f5d4df5 -r c29f0941cf76 sbin/route/route.8
--- a/sbin/route/route.8 Thu Oct 03 07:51:10 2002 +0000
+++ b/sbin/route/route.8 Thu Oct 03 15:41:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: route.8,v 1.29 2002/02/08 13:32:32 hubertf Exp $
+.\" $NetBSD: route.8,v 1.30 2002/10/03 15:41:46 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -328,8 +328,8 @@
.Sh EXIT STATUS
The
.Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs. This includes
-the use of the
+utility exits 0 on success, and \*[Gt]0 if an error occurs.
+This includes the use of the
.Cm get
command to look up a route that is incomplete.
.Sh EXAMPLES
diff -r ad149f5d4df5 -r c29f0941cf76 sbin/routed/routed.8
--- a/sbin/routed/routed.8 Thu Oct 03 07:51:10 2002 +0000
+++ b/sbin/routed/routed.8 Thu Oct 03 15:41:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: routed.8,v 1.37 2002/05/12 15:48:37 wiz Exp $
+.\" $NetBSD: routed.8,v 1.38 2002/10/03 15:41:46 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -206,10 +206,10 @@
if multi-homed to ensure all interfaces are used.
.Pp
The Router Discovery standard requires that advertisements
-have a default "lifetime" of 30 minutes. That means should
-something happen, a client can be without a good route for
-30 minutes. It is a good idea to reduce the default to 45
-seconds using
+have a default "lifetime" of 30 minutes.
+That means should something happen,
+a client can be without a good route for 30 minutes.
+It is a good idea to reduce the default to 45 seconds using
.Fl P Cm rdisc_interval=45
on the command line or
.Cm rdisc_interval=45
@@ -280,8 +280,8 @@
This is typically used on a gateway to the Internet,
or on a gateway that uses another routing protocol whose routes
are not reported to other local routers.
-Notice that because a metric of 1 is used, this feature is
-dangerous. It is more commonly accidentally used to create chaos with a
+Notice that because a metric of 1 is used, this feature is dangerous.
+It is more commonly accidentally used to create chaos with a
routing loop than to solve problems.
.It Fl h
cause host or point-to-point routes to not be advertised,
@@ -528,7 +528,8 @@
The network number must specify a full, 32-bit value, as in 192.0.2.0
instead of 192.0.2.
.Pp
-Do not use this feature unless necessary. It is dangerous.
+Do not use this feature unless necessary.
+It is dangerous.
.It Cm ripv1_mask Ns \&= Ns Ar nname/mask1,mask2
specifies that netmask of the network of which
.Cm nname/mask1
diff -r ad149f5d4df5 -r c29f0941cf76 sbin/savecore/savecore.8
--- a/sbin/savecore/savecore.8 Thu Oct 03 07:51:10 2002 +0000
+++ b/sbin/savecore/savecore.8 Thu Oct 03 15:41:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: savecore.8,v 1.26 2001/11/16 11:21:39 wiz Exp $
+.\" $NetBSD: savecore.8,v 1.27 2002/10/03 15:41:46 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -81,7 +81,8 @@
full bug report should be filed using
.Xr send-pr 1 ,
containing as much information as possible about the circumstances of
-the crash. Since crash dumps are typically very large and may contain
+the crash.
+Since crash dumps are typically very large and may contain
whatever (potentially confidential) information was in memory at the
time of the crash, do
.Em NOT
diff -r ad149f5d4df5 -r c29f0941cf76 sbin/scsictl/scsictl.8
--- a/sbin/scsictl/scsictl.8 Thu Oct 03 07:51:10 2002 +0000
+++ b/sbin/scsictl/scsictl.8 Thu Oct 03 15:41:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: scsictl.8,v 1.16 2002/09/03 16:56:05 thorpej Exp $
+.\" $NetBSD: scsictl.8,v 1.17 2002/10/03 15:41:47 wiz Exp $
.\"
.\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -52,9 +52,9 @@
.Sh DESCRIPTION
.Nm
allows a user or system administrator to issue commands to and otherwise
-control SCSI devices and busses. It is used by specifying a device or
-bus to manipulate, the command to perform, and any arguments the command
-may require.
+control SCSI devices and busses.
+It is used by specifying a device or bus to manipulate,
+the command to perform, and any arguments the command may require.
.Nm
determines if the specified device is an actual device or a SCSI bus
automatically, and selects the appropriate command set.
@@ -74,35 +74,39 @@
.Oc
.Oc
.Pp
-(Low level) format the named device. If the optional
+(Low level) format the named device.
+If the optional
.Li blocksize
parameter is provided, the device geometry will be modified to
use the specified
.Li blocksize .
If this parameter is different form the Current or Default Mode Page 3
parameters, the device will update Mode Page 3 at the successful
-completion of the Format. Device geometry may change as a result of
-using a new device
+completion of the Format.
+Device geometry may change as a result of using a new device
.Li blocksize .
When the optional
.Li blocksize
parameter is specified, the Defect List on the drive will revert to
the original primary defect list created at the time of manufacture
-if available. The drive will usually recertify itself
-during the Format and add any other defective blocks to the new Defect
-List. Some disks may not support the ability to change the blocksize and
-may enter a Degraded Mode when fed a Format command of this type. If this
-happens the standard recovery for the drive requires issuing a correct
-Format command, i.e. one without the blocksize parameter.
+if available.
+The drive will usually recertify itself during the Format
+and add any other defective blocks to the new Defect List.
+Some disks may not support the ability to change the blocksize and
+may enter a Degraded Mode when fed a Format command of this type.
+If this happens the standard recovery for the drive requires issuing
+a correct Format command, i.e. one without the blocksize parameter.
.Pp
When the
.Li immediate
parameter is also specified, the disk is instructed to return from the
-format command right away. It continues to format, and every ten seconds
+format command right away.
+It continues to format, and every ten seconds
.Nm
-issues a TEST UNIT READY command to check the associated sense data. This
-associated sense data has a progress indicator which indicates how far
-the format is progressing. Note well that most SCSI disk drives prior to
+issues a TEST UNIT READY command to check the associated sense data.
+This associated sense data has a progress indicator which indicates
+how far the format is progressing.
+Note well that most SCSI disk drives prior to
a few years ago do not support this option.
.Pp
.Nm identify
@@ -120,8 +124,8 @@
Issues a
.Li REASSIGN BLOCKS
command to the device, adding the specified blocks to the
-grown defect list. This command is only supported on
-direct access devices.
+grown defect list.
+This command is only supported on direct access devices.
.Pp
.Nm release
.Pp
@@ -137,8 +141,8 @@
.Pp
.Nm reset
.Pp
-Reset the device. This command is only supported for devices which
-support the
+Reset the device.
+This command is only supported for devices which support the
.Li SCIOCRESET
ioctl.
.Pp
@@ -146,22 +150,22 @@
.Pp
Send a
.Dq START
-command to the device. This is useful typically only for
-disk devices.
+command to the device.
+This is useful typically only for disk devices.
.Pp
Home |
Main Index |
Thread Index |
Old Index