Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Typos,



details:   https://anonhg.NetBSD.org/src/rev/9f0ab77f0599
branches:  trunk
changeset: 542267:9f0ab77f0599
user:      keihan <keihan%NetBSD.org@localhost>
date:      Sat Jan 25 00:17:30 2003 +0000

description:
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 7b02409b5dec -r 9f0ab77f0599 share/man/man4/ntwoc.4
--- a/share/man/man4/ntwoc.4    Fri Jan 24 22:40:02 2003 +0000
+++ b/share/man/man4/ntwoc.4    Sat Jan 25 00:17:30 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.4 2003/01/25 00:17:30 keihan 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