Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/man/man4 Pull up revision 1.4 (requested by keiha...



details:   https://anonhg.NetBSD.org/src/rev/64a8e4a453f9
branches:  netbsd-1-6
changeset: 530223:64a8e4a453f9
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 02 09:43:02 2003 +0000

description:
Pull up revision 1.4 (requested by keihan in ticket #1135):
Typos,
ntwo -> ntwoc
ntowc -> ntwoc
Reviewed by Christian Hopps.

diffstat:

 share/man/man4/ntwoc.4 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 82c4688566c2 -r 64a8e4a453f9 share/man/man4/ntwoc.4
--- a/share/man/man4/ntwoc.4    Mon Jun 02 09:41:34 2003 +0000
+++ b/share/man/man4/ntwoc.4    Mon Jun 02 09:43:02 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ntwoc.4,v 1.3 2001/09/22 01:39:13 wiz Exp $
+.\"    $NetBSD: ntwoc.4,v 1.3.2.1 2003/06/02 09:43:02 tron Exp $
 .\"
 .\" Copyright (c) 2000 Christian E. Hopps
 .\" All rights reserved.
@@ -32,8 +32,8 @@
 .Nm ntwoc
 .Nd Riscom/N2, N2pci, WANic/400 synchronous serial interfaces
 .Sh SYNOPSIS
-.Cd "ntowc* at pci? dev ? function ? flags 0"
-.Cd "ntowc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1"
+.Cd "ntwoc* at pci? dev ? function ? flags 0"
+.Cd "ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1"
 .Sh DESCRIPTION
 The
 .Nm
@@ -145,13 +145,13 @@
 .El
 .Sh DIAGNOSTICS
 .Bl -diag
-.It "ntwo0: TXDMA underrun - fifo depth maxed"
+.It "ntwoc0: TXDMA underrun - fifo depth maxed"
 Indicates that the serial port's FIFO is being drained faster
 than DMA can fill it.  The driver automatically increases the
 low-water mark at which to begin dma transfers when underruns
 occur.  This diagnostic is issued when the low-water mark is
 maximized (i.e., 1 less than the depth of the FIFO).
-.It "ntwo0: RXDMA buffer overflow"
+.It "ntwoc0: RXDMA buffer overflow"
 Indicates that a frame is being received by the card, but
 there are no free receive buffers.
 .El



Home | Main Index | Thread Index | Old Index