diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-05 00:28:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-05 00:28:59 +0000 |
commit | d42b8335945a579054f42dc44eb007664e15236f (patch) | |
tree | 7f180087c945146ff72b245dc58ebe19990adac4 /usr.sbin | |
parent | cb331a5fc3503bef1db7700c5754efd395dae2ad (diff) |
Finish standardizing options list introduction.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/afs/afsd/afsd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/apm/apm.8 | 5 | ||||
-rw-r--r-- | usr.sbin/ipftest/ipftest.1 | 4 | ||||
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 2 | ||||
-rw-r--r-- | usr.sbin/sa/sa.8 | 8 | ||||
-rw-r--r-- | usr.sbin/sesd/sesd/sesd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/trpt/trpt.8 | 8 | ||||
-rw-r--r-- | usr.sbin/trsp/trsp.8 | 6 |
8 files changed, 19 insertions, 22 deletions
diff --git a/usr.sbin/afs/afsd/afsd.8 b/usr.sbin/afs/afsd/afsd.8 index e5d9b02c678..df8b8c35f81 100644 --- a/usr.sbin/afs/afsd/afsd.8 +++ b/usr.sbin/afs/afsd/afsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afsd.8,v 1.6 1999/10/11 21:12:20 aaron Exp $ +.\" $OpenBSD: afsd.8,v 1.7 2000/03/05 00:28:57 aaron Exp $ .\" .Dd September 5, 1998 .Dt AFSD 8 @@ -43,7 +43,7 @@ automatically started when .Xr mount_xfs 8 is run. .Pp -Available options are as follows: +The options are as follows: .Bl -tag -width Ds .It Xo .Fl t Ns , diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 934c41efbe4..e4ea299d0d5 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: apm.8,v 1.8 1999/06/05 22:16:27 aaron Exp $ +.\" $Id: apm.8,v 1.9 2000/03/05 00:28:57 aaron Exp $ .\" .Dd March 18, 1996 .Dt APM 8 @@ -58,8 +58,7 @@ With no flags, .Nm displays the current power management state in verbose form. .Pp -Available options are as follows: -.Pp +The options are as follows: .Bl -tag -width indent .It Fl z Put the system into suspend (deep sleep) mode. diff --git a/usr.sbin/ipftest/ipftest.1 b/usr.sbin/ipftest/ipftest.1 index 8a55686242e..ba3fc96dd31 100644 --- a/usr.sbin/ipftest/ipftest.1 +++ b/usr.sbin/ipftest/ipftest.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipftest.1,v 1.12 1999/11/13 19:48:31 ericj Exp $ +.\" $OpenBSD: ipftest.1,v 1.13 2000/03/05 00:28:51 aaron Exp $ .Dd May 23, 1999 .Dt IPFTEST 1 .Os @@ -70,7 +70,7 @@ in on le0 localhost 10.4.12.1 out on le0 tcp 10.4.12.1,2245 10.1.1.1,23 S .Ed .Pp -The following options are available: +The options are as follows: .Bl -tag -width Fl .It Fl v Verbose mode. This provides more information about which parts of rule diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 306ece1b4b8..9096739b925 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -59,7 +59,7 @@ unless .Ar system is specified. .Pp -The following options are available: +The options are as follows: .Bl -tag -width Ds .It Fl T Prints the number of used and free slots for open files, used vnodes, and swap diff --git a/usr.sbin/sa/sa.8 b/usr.sbin/sa/sa.8 index 721caf05273..1b843ac850e 100644 --- a/usr.sbin/sa/sa.8 +++ b/usr.sbin/sa/sa.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sa.8,v 1.7 1999/10/07 22:13:34 aaron Exp $ +.\" $OpenBSD: sa.8,v 1.8 2000/03/05 00:28:57 aaron Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: sa.8,v 1.7 1999/10/07 22:13:34 aaron Exp $ +.\" $Id: sa.8,v 1.8 2000/03/05 00:28:57 aaron Exp $ .\" .Dd February 25, 1994 .Dt SA 8 @@ -97,9 +97,7 @@ Total number of I/O operations. User time, in minutes. .El .Pp -The options to -.Nm -are as follows: +The options are as follows: .Bl -tag -width Ds .It Fl a List all command names, including those containing unprintable diff --git a/usr.sbin/sesd/sesd/sesd.8 b/usr.sbin/sesd/sesd/sesd.8 index 56d5bd4b872..110b25e964e 100644 --- a/usr.sbin/sesd/sesd/sesd.8 +++ b/usr.sbin/sesd/sesd/sesd.8 @@ -1,5 +1,5 @@ .\" $NetBSD: $ -.\" $OpenBSD: sesd.8,v 1.1 2000/02/21 08:45:15 mjacob Exp $ +.\" $OpenBSD: sesd.8,v 1.2 2000/03/05 00:28:51 aaron Exp $ .\" $FreeBSD: $ .\" .\" Copyright (c) 2000 Matthew Jacob @@ -56,7 +56,7 @@ When no other options are supplied, detached becomes a daemon, by default waking up every 30 seconds to poll each device for a change in state. .Pp -The following options may be used: +The options are as follows: .Bl -tag -width Ds .It Fl p Ar poll-interval Change the interval of polling from the default 30 seconds to the number diff --git a/usr.sbin/trpt/trpt.8 b/usr.sbin/trpt/trpt.8 index 20fdbc4e02b..b325354e1ae 100644 --- a/usr.sbin/trpt/trpt.8 +++ b/usr.sbin/trpt/trpt.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: trpt.8,v 1.9 1999/06/05 22:18:19 aaron Exp $ +.\" $OpenBSD: trpt.8,v 1.10 2000/03/05 00:28:51 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -67,8 +67,8 @@ grouped according to connection protocol control block .Pq Tn PCB . -The following options may be used to -alter this behavior. +.Pp +The options are as follows: .Bl -tag -width Ds .It Fl a In addition to the normal output, @@ -89,7 +89,7 @@ In addition to the normal output, print a detailed description of the packet sequencing information. .It Fl t -in addition to the normal output, +In addition to the normal output, print the values for all timers at each point in the trace. .It Fl M Ar core diff --git a/usr.sbin/trsp/trsp.8 b/usr.sbin/trsp/trsp.8 index d4615d4518e..2f774d6b171 100644 --- a/usr.sbin/trsp/trsp.8 +++ b/usr.sbin/trsp/trsp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: trsp.8,v 1.8 1999/06/05 22:18:20 aaron Exp $ +.\" $OpenBSD: trsp.8,v 1.9 2000/03/05 00:28:51 aaron Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -67,8 +67,8 @@ grouped according to connection protocol control block .Pq Tn PCB . -The following options may be used to -alter this behavior. +.Pp +The options are as follows: .Bl -tag -width Ds .It Fl a In addition to the normal output, |