Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/isdn Uppercase ISDN and some unrelated fixes to wor...



details:   https://anonhg.NetBSD.org/src/rev/20de947c3879
branches:  trunk
changeset: 534522:20de947c3879
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jul 29 00:54:44 2002 +0000

description:
Uppercase ISDN and some unrelated fixes to words ispell didn't like.

diffstat:

 usr.sbin/isdn/daicctl/daicctl.1         |   4 ++--
 usr.sbin/isdn/dtmfdecode/dtmfdecode.1   |   6 +++---
 usr.sbin/isdn/isdnd/isdnd.8             |  10 +++++-----
 usr.sbin/isdn/isdnd/isdnd.rc.5          |   6 +++---
 usr.sbin/isdn/isdnmonitor/isdnmonitor.8 |   6 +++---
 usr.sbin/isdn/isdntelctl/isdntelctl.8   |   6 +++---
 usr.sbin/isdn/isdntrace/isdntrace.8     |  12 ++++++------
 7 files changed, 25 insertions(+), 25 deletions(-)

diffs (216 lines):

diff -r ea63d34aa7ff -r 20de947c3879 usr.sbin/isdn/daicctl/daicctl.1
--- a/usr.sbin/isdn/daicctl/daicctl.1   Mon Jul 29 00:42:56 2002 +0000
+++ b/usr.sbin/isdn/daicctl/daicctl.1   Mon Jul 29 00:54:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: daicctl.1,v 1.7 2002/04/14 11:41:43 martin Exp $
+.\" $NetBSD: daicctl.1,v 1.8 2002/07/29 00:54:45 wiz Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -38,7 +38,7 @@
 .Dt DAICCTL 1
 .Sh NAME
 .Nm daicctl
-.Nd isdn control, test and statistics utility
+.Nd ISDN control, test and statistics utility
 .Sh SYNOPSIS
 under construction
 .Sh DESCRIPTION
diff -r ea63d34aa7ff -r 20de947c3879 usr.sbin/isdn/dtmfdecode/dtmfdecode.1
--- a/usr.sbin/isdn/dtmfdecode/dtmfdecode.1     Mon Jul 29 00:42:56 2002 +0000
+++ b/usr.sbin/isdn/dtmfdecode/dtmfdecode.1     Mon Jul 29 00:54:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dtmfdecode.1,v 1.3 2002/02/08 01:38:48 ross Exp $
+.\" $NetBSD: dtmfdecode.1,v 1.4 2002/07/29 00:54:45 wiz Exp $
 .\"
 .\" Copyright (c) 1999 Hellmuth Michaelis.  All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: dtmfdecode.1,v 1.3 2002/02/08 01:38:48 ross Exp $
+.\"    $Id: dtmfdecode.1,v 1.4 2002/07/29 00:54:45 wiz Exp $
 .\"
 .\" $FreeBSD$
 .\"
@@ -44,7 +44,7 @@
 audio stream.
 .Pp
 It reads audio G.711 A-Law coded data from stdin and outputs the detected
-numbers values as ASCII charcters to stdout.
+numbers values as ASCII characters to stdout.
 .Pp
 The detector is implemented as 8 narrow band-pass filters realized with
 an integer double-cross recursive algorithm.  Various ad-hoc methods are
diff -r ea63d34aa7ff -r 20de947c3879 usr.sbin/isdn/isdnd/isdnd.8
--- a/usr.sbin/isdn/isdnd/isdnd.8       Mon Jul 29 00:42:56 2002 +0000
+++ b/usr.sbin/isdn/isdnd/isdnd.8       Mon Jul 29 00:54:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdnd.8,v 1.6 2002/03/05 15:11:35 wiz Exp $
+.\" $NetBSD: isdnd.8,v 1.7 2002/07/29 00:54:46 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: isdnd.8,v 1.6 2002/03/05 15:11:35 wiz Exp $
+.\"    $Id: isdnd.8,v 1.7 2002/07/29 00:54:46 wiz Exp $
 .\"
 .\" $FreeBSD$
 .\"
@@ -188,11 +188,11 @@
 .It Fl u
 Specifies the length of a charging unit in case the config file entry
 keyword
-.Em unitlenghtsrc
+.Em unitlengthsrc
 is set to
 .Em cmdl .
 .It Fl m
-If the isdn daemon is compiled with local or remote monitoring support,
+If the ISDN daemon is compiled with local or remote monitoring support,
 this option disables all monitoring access. It overrides the config
 file option
 .Em monitor-allowed .
@@ -355,7 +355,7 @@
 .It Pa /var/log/isdnd.log
 The default logging filename (if logging to a file is configured).
 .It Pa /var/run/isdnd.pid
-The process id of the isdn daemon (also known as "lockfile" to isdnd, preventing multiple invocations of it).
+The process id of the ISDN daemon (also known as "lockfile" to isdnd, preventing multiple invocations of it).
 .It Pa /etc/isdn
 The directory where isdnd expects some supplementary data files and programs
 for telephone answering support.
diff -r ea63d34aa7ff -r 20de947c3879 usr.sbin/isdn/isdnd/isdnd.rc.5
--- a/usr.sbin/isdn/isdnd/isdnd.rc.5    Mon Jul 29 00:42:56 2002 +0000
+++ b/usr.sbin/isdn/isdnd/isdnd.rc.5    Mon Jul 29 00:54:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdnd.rc.5,v 1.9 2002/06/13 09:15:39 wiz Exp $
+.\" $NetBSD: isdnd.rc.5,v 1.10 2002/07/29 00:54:46 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: isdnd.rc.5,v 1.9 2002/06/13 09:15:39 wiz Exp $
+.\"    $Id: isdnd.rc.5,v 1.10 2002/07/29 00:54:46 wiz Exp $
 .\"
 .\" $FreeBSD$
 .\"
@@ -375,7 +375,7 @@
 will be "up" if connection just got up, or "down" if interface changed to down
 state and
 .Em addr
-the address that got assigned to the interface as a dotted-quad ip address
+the address that got assigned to the interface as a dotted-quad IP address
 (optional, only if it can be figured out by isdnd). (optional)
 .It Li dialin-reaction
 Used to specify what to do when an incoming connection request is received.
diff -r ea63d34aa7ff -r 20de947c3879 usr.sbin/isdn/isdnmonitor/isdnmonitor.8
--- a/usr.sbin/isdn/isdnmonitor/isdnmonitor.8   Mon Jul 29 00:42:56 2002 +0000
+++ b/usr.sbin/isdn/isdnmonitor/isdnmonitor.8   Mon Jul 29 00:54:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdnmonitor.8,v 1.3 2002/01/19 03:18:52 wiz Exp $
+.\" $NetBSD: isdnmonitor.8,v 1.4 2002/07/29 00:54:46 wiz Exp $
 .\"
 .\" Copyright (c) 1999 Hellmuth Michaelis. All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: isdnmonitor.8,v 1.3 2002/01/19 03:18:52 wiz Exp $
+.\"    $Id: isdnmonitor.8,v 1.4 2002/07/29 00:54:46 wiz Exp $
 .\"
 .\" $FreeBSD$
 .\"
@@ -45,7 +45,7 @@
 .Op Fl p Ar portspec
 .Sh DESCRIPTION
 .Nm
-is used to remotely monitor the operation of the isdn demon,
+is used to remotely monitor the operation of the ISDN demon,
 .Xr isdnd 8 ,
 which manages all ISDN related connection and disconnection of ISDN
 devices supported by the isdn4bsd package.
diff -r ea63d34aa7ff -r 20de947c3879 usr.sbin/isdn/isdntelctl/isdntelctl.8
--- a/usr.sbin/isdn/isdntelctl/isdntelctl.8     Mon Jul 29 00:42:56 2002 +0000
+++ b/usr.sbin/isdn/isdntelctl/isdntelctl.8     Mon Jul 29 00:54:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdntelctl.8,v 1.4 2002/02/08 01:38:49 ross Exp $
+.\" $NetBSD: isdntelctl.8,v 1.5 2002/07/29 00:54:44 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: isdntelctl.8,v 1.4 2002/02/08 01:38:49 ross Exp $
+.\"    $Id: isdntelctl.8,v 1.5 2002/07/29 00:54:44 wiz Exp $
 .\"
 .\" $FreeBSD$
 .\"
@@ -97,5 +97,5 @@
 .Sh AUTHORS
 The
 .Nm
-utility and this manpage were written by
+utility and this man page were written by
 .An Hellmuth Michaelis Aq hm%kts.org@localhost .
diff -r ea63d34aa7ff -r 20de947c3879 usr.sbin/isdn/isdntrace/isdntrace.8
--- a/usr.sbin/isdn/isdntrace/isdntrace.8       Mon Jul 29 00:42:56 2002 +0000
+++ b/usr.sbin/isdn/isdntrace/isdntrace.8       Mon Jul 29 00:54:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdntrace.8,v 1.4 2002/02/08 01:38:50 ross Exp $
+.\" $NetBSD: isdntrace.8,v 1.5 2002/07/29 00:54:45 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: isdntrace.8,v 1.4 2002/02/08 01:38:50 ross Exp $
+.\"    $Id: isdntrace.8,v 1.5 2002/07/29 00:54:45 wiz Exp $
 .\"
 .\" $FreeBSD$
 .\"
@@ -74,12 +74,12 @@
 All filenames, user specified or default, get a date and time stamp string
 added in the form -yymmdd-hhmmss: a hyphen, two digits year, month, day,
 a hyphen and two digits hour, minutes and seconds.
-Tracefiles no longer get overwritten.
+Trace files no longer get overwritten.
 In case a new filename is needed within a second, the filename-generating
 mechanism sleeps one second.
 .br
 In case the program is sent a USR1 signal, a new user specified or default
-filename with a new date and timestamp is generated and opened.
+filename with a new date and time stamp is generated and opened.
 .Pp
 The following options can be used:
 .Bl -tag -width Ds
@@ -110,7 +110,7 @@
 switch displaying of Layer 2 (Q.921) frames off (default on).
 .It Fl n
 This option takes a numeric argument specifying the minimum
-frame size in octetts a frame must have to be displayed. (default 0)
+frame size in octets a frame must have to be displayed. (default 0)
 .It Fl o
 switch off writing trace output to a file (default on).
 .It Fl p
@@ -178,7 +178,7 @@
 .Sh FILES
 .Bl -tag -width daddeldi -compact
 .It Pa /dev/i4btrc\*[Lt]n\*[Gt]
-The devicefile(s) used to get the trace messages for ISDN card unit \*[Lt]n\*[Gt]
+The device file(s) used to get the trace messages for ISDN card unit \*[Lt]n\*[Gt]
 out of the kernel.
 .El
 .Sh EXAMPLES



Home | Main Index | Thread Index | Old Index