Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Fix Dd argument. New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/a26da3578b70
branches:  trunk
changeset: 585101:a26da3578b70
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Oct 16 19:23:35 2005 +0000

description:
Fix Dd argument. New sentence, new line.

diffstat:

 share/man/man4/fxp.4 |  26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

diffs (77 lines):

diff -r ce93dc2ac0ec -r a26da3578b70 share/man/man4/fxp.4
--- a/share/man/man4/fxp.4      Sun Oct 16 17:27:49 2005 +0000
+++ b/share/man/man4/fxp.4      Sun Oct 16 19:23:35 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fxp.4,v 1.14 2005/10/15 22:28:46 abs Exp $
+.\"    $NetBSD: fxp.4,v 1.15 2005/10/16 19:23:35 wiz Exp $
 .\"
 .\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,7 +35,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Oct 15, 2005
+.Dd October 15, 2005
 .Dt FXP 4
 .Os
 .Sh NAME
@@ -54,8 +54,8 @@
 a receive interrupt mitigation function, known as
 .Dq CPUSaver .
 Use of this option can improve performance in some situations by reducing
-interrupt load on the host.  This option is available on the following
-chip versions:
+interrupt load on the host.
+This option is available on the following chip versions:
 .Pp
 .Bl -bullet -compact
 .It
@@ -79,7 +79,8 @@
 .Pp
 Some chipset revisions can suffer from a receiver-side lockup bug which
 can be mitigated by resetting the chip every sixteen seconds without
-traffic.  Since the probe for affected chipsets generates false positives
+traffic.
+Since the probe for affected chipsets generates false positives
 and the workaround can cause momentary loss of responsiveness, particularly
 noticeable when playing audio, the workaround is not enabled by default.
 The boot messages will indicate if any interface may have this issue.
@@ -105,16 +106,19 @@
 Intel PRO/100 S
 .El
 .Sh MEDIA SELECTION
-Media selection is supported via MII.  See
+Media selection is supported via MII.
+See
 .Xr ifmedia 4
 and
 .Xr mii 4
 for more information.
 .Pp
 EtherExpress Pro 10+ boards may use a Seeq 80c24 AutoDUPLEX(tm)
-media interface.  Boards with these chips do not support media
+media interface.
+Boards with these chips do not support media
 selection, as the 80c24 has no programming interface, and no
-way to read link status.  These boards claim a media of "manual"
+way to read link status.
+These boards claim a media of "manual"
 since they self-configure based on the configuration of the link
 partner (hub or switch).
 .Sh DIAGNOSTICS
@@ -134,10 +138,12 @@
 errno value.
 .It "fxp0: device timeout"
 The device failed to generate a transmit complete interrupt for the
-last packet transmitted.  The device has been reset.
+last packet transmitted.
+The device has been reset.
 .It "fxp0: can't load rx buffer, error = %d"
 The driver was unable to load the DMA map for a receive buffer, and
-has reported the errno value.  This error is currently fatal, and will
+has reported the errno value.
+This error is currently fatal, and will
 panic the system.
 .It "fxp0: fxp_mdi_read: timed out"
 The MDIO failed to become ready during an MII read operation.



Home | Main Index | Thread Index | Old Index