Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/eshconfig Non-argument options in SYNOPSIS belong b...



details:   https://anonhg.NetBSD.org/src/rev/fb240f0c323e
branches:  trunk
changeset: 582121:fb240f0c323e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 17 18:22:18 2005 +0000

description:
Non-argument options in SYNOPSIS belong before options with arguments.
New sentence, new line.

diffstat:

 usr.sbin/eshconfig/eshconfig.8 |  16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r 92eb9b67eaa9 -r fb240f0c323e usr.sbin/eshconfig/eshconfig.8
--- a/usr.sbin/eshconfig/eshconfig.8    Fri Jun 17 18:19:39 2005 +0000
+++ b/usr.sbin/eshconfig/eshconfig.8    Fri Jun 17 18:22:18 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: eshconfig.8,v 1.6 2005/06/17 17:49:07 peter Exp $
+.\"    $NetBSD: eshconfig.8,v 1.7 2005/06/17 18:22:18 wiz Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -43,18 +43,15 @@
 .Nd configure Essential Communications' HIPPI network interface
 .Sh SYNOPSIS
 .Nm eshconfig
+.Op Fl estx
 .Op Fl b Ar bytes
 .Op Fl c Ar bytes
 .Op Fl d Ar filename
-.Op Fl e
 .Op Fl i Ar usecs
 .Op Fl m Ar bytes
 .Op Fl r Ar bytes
-.Op Fl s
-.Op Fl t
 .Op Fl u Ar filename
 .Op Fl w Ar bytes
-.Op Fl x
 .Op Ar interface
 .Sh DESCRIPTION
 .Nm
@@ -88,9 +85,9 @@
 Interrupt delay in microseconds.
 .It Fl m Ar bytes
 Minimum number of bytes to DMA in one direction (read or write)
-before allowing a DMA in the other direction.  Tuning this prevents
-one direction from dominating the flow of bytes, and artificially
-throttling the NIC.
+before allowing a DMA in the other direction.
+Tuning this prevents one direction from dominating the flow of
+bytes, and artificially throttling the NIC.
 .It Fl r Ar bytes
 Bytes before DMA starts for read (from host to NIC).
 This controls how soon the DMA is triggered;  until this many bytes
@@ -108,7 +105,8 @@
 is started.
 Until this many bytes are ready to be written, the DMA will not start.
 .It Fl x
-Reset the NIC.  This is necessary for the HIPPI-FP support, as
+Reset the NIC.
+This is necessary for the HIPPI-FP support, as
 .Xr ifconfig 8
 will no longer physically reset the NIC when the interfaces goes
 up and down.



Home | Main Index | Thread Index | Old Index