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.2 (requested by grant...
details: https://anonhg.NetBSD.org/src/rev/f10d66d32b57
branches: netbsd-1-6
changeset: 530705:f10d66d32b57
user: tron <tron%NetBSD.org@localhost>
date: Fri Sep 12 19:05:04 2003 +0000
description:
Pull up revision 1.2 (requested by grant in ticket #1459):
Uppercase ISDN and some unrelated fixes ispell stumbled over.
diffstat:
share/man/man4/irip.4 | 8 ++++----
share/man/man4/isdn.4 | 10 +++++-----
share/man/man4/isdnbchan.4 | 8 ++++----
share/man/man4/isdnctl.4 | 8 ++++----
share/man/man4/isdntel.4 | 6 +++---
share/man/man4/isdntrc.4 | 6 +++---
6 files changed, 23 insertions(+), 23 deletions(-)
diffs (195 lines):
diff -r 890bacde9995 -r f10d66d32b57 share/man/man4/irip.4
--- a/share/man/man4/irip.4 Fri Sep 12 19:01:33 2003 +0000
+++ b/share/man/man4/irip.4 Fri Sep 12 19:05:04 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: irip.4,v 1.1 2002/03/16 17:57:39 martin Exp $
+.\" $NetBSD: irip.4,v 1.1.2.1 2003/09/12 19:05:04 tron 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: irip.4,v 1.1 2002/03/16 17:57:39 martin Exp $
+.\" $Id: irip.4,v 1.1.2.1 2003/09/12 19:05:04 tron Exp $
.\"
.\" $FreeBSD$
.\"
@@ -41,7 +41,7 @@
The
.Nm
driver interfaces the IP subsystem of the operating system with the
-isdn layer so that transport of IP packets over an ISDN link
+ISDN layer so that transport of IP packets over an ISDN link
is possible.
.Pp
The driver just packs IP packets without anything appended or prepended
@@ -95,5 +95,5 @@
.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by
+device driver and this man page were written by
.An Hellmuth Michaelis Aq hm%kts.org@localhost .
diff -r 890bacde9995 -r f10d66d32b57 share/man/man4/isdn.4
--- a/share/man/man4/isdn.4 Fri Sep 12 19:01:33 2003 +0000
+++ b/share/man/man4/isdn.4 Fri Sep 12 19:05:04 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdn.4,v 1.1 2002/03/16 17:57:39 martin Exp $
+.\" $NetBSD: isdn.4,v 1.1.2.1 2003/09/12 19:05:04 tron 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: isdn.4,v 1.1 2002/03/16 17:57:39 martin Exp $
+.\" $Id: isdn.4,v 1.1.2.1 2003/09/12 19:05:04 tron Exp $
.\"
.\" $FreeBSD$
.\"
@@ -34,7 +34,7 @@
.Os
.Sh NAME
.Nm isdn
-.Nd isdn kernel to userland master device
+.Nd ISDN kernel to userland master device
.Sh SYNOPSIS
.Cd "pseudo-device isdn"
.Sh DESCRIPTION
@@ -42,7 +42,7 @@
.Nm
device driver is used by the
.Xr isdnd 8
-daemon to exchange messages with the isdn kernel part for the purpose
+daemon to exchange messages with the ISDN kernel part for the purpose
of call establishment, control and disconnection and to access various
control and status informations.
.Pp
@@ -105,5 +105,5 @@
.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by
+device driver and this man page were written by
.An Hellmuth Michaelis Aq hm%kts.org@localhost .
diff -r 890bacde9995 -r f10d66d32b57 share/man/man4/isdnbchan.4
--- a/share/man/man4/isdnbchan.4 Fri Sep 12 19:01:33 2003 +0000
+++ b/share/man/man4/isdnbchan.4 Fri Sep 12 19:05:04 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdnbchan.4,v 1.1 2002/03/16 17:57:39 martin Exp $
+.\" $NetBSD: isdnbchan.4,v 1.1.2.1 2003/09/12 19:05:05 tron 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: isdnbchan.4,v 1.1 2002/03/16 17:57:39 martin Exp $
+.\" $Id: isdnbchan.4,v 1.1.2.1 2003/09/12 19:05:05 tron Exp $
.\"
.\" $FreeBSD$
.\"
@@ -34,7 +34,7 @@
.Os
.Sh NAME
.Nm isdnbchan
-.Nd ISDN Raw B-CHannel access driver
+.Nd ISDN Raw B-Channel access driver
.Sh SYNOPSIS
.Cd "pseudo-device isdnbchan" Ar count
.Sh DESCRIPTION
@@ -47,5 +47,5 @@
.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by
+device driver and this man page were written by
.An Hellmuth Michaelis Aq hm%kts.org@localhost .
diff -r 890bacde9995 -r f10d66d32b57 share/man/man4/isdnctl.4
--- a/share/man/man4/isdnctl.4 Fri Sep 12 19:01:33 2003 +0000
+++ b/share/man/man4/isdnctl.4 Fri Sep 12 19:05:04 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdnctl.4,v 1.1 2002/03/16 17:57:40 martin Exp $
+.\" $NetBSD: isdnctl.4,v 1.1.2.1 2003/09/12 19:05:06 tron 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: isdnctl.4,v 1.1 2002/03/16 17:57:40 martin Exp $
+.\" $Id: isdnctl.4,v 1.1.2.1 2003/09/12 19:05:06 tron Exp $
.\"
.\" $FreeBSD$
.\"
@@ -34,7 +34,7 @@
.Os
.Sh NAME
.Nm isdnctl
-.Nd control device for the isdn kernel part
+.Nd control device for the ISDN kernel part
.Sh SYNOPSIS
.Cd "pseudo-device isdnctl"
.Sh DESCRIPTION
@@ -48,5 +48,5 @@
.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by
+device driver and this man page were written by
.An Hellmuth Michaelis Aq hm%kts.org@localhost .
diff -r 890bacde9995 -r f10d66d32b57 share/man/man4/isdntel.4
--- a/share/man/man4/isdntel.4 Fri Sep 12 19:01:33 2003 +0000
+++ b/share/man/man4/isdntel.4 Fri Sep 12 19:05:04 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdntel.4,v 1.1 2002/03/16 17:57:40 martin Exp $
+.\" $NetBSD: isdntel.4,v 1.1.2.1 2003/09/12 19:05:07 tron 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: isdntel.4,v 1.1 2002/03/16 17:57:40 martin Exp $
+.\" $Id: isdntel.4,v 1.1.2.1 2003/09/12 19:05:07 tron Exp $
.\"
.\" $FreeBSD$
.\"
@@ -132,5 +132,5 @@
.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by
+device driver and this man page were written by
.An Hellmuth Michaelis Aq hm%kts.org@localhost .
diff -r 890bacde9995 -r f10d66d32b57 share/man/man4/isdntrc.4
--- a/share/man/man4/isdntrc.4 Fri Sep 12 19:01:33 2003 +0000
+++ b/share/man/man4/isdntrc.4 Fri Sep 12 19:05:04 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdntrc.4,v 1.1 2002/03/16 17:57:40 martin Exp $
+.\" $NetBSD: isdntrc.4,v 1.1.2.1 2003/09/12 19:05:08 tron 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: isdntrc.4,v 1.1 2002/03/16 17:57:40 martin Exp $
+.\" $Id: isdntrc.4,v 1.1.2.1 2003/09/12 19:05:08 tron Exp $
.\"
.\" $FreeBSD$
.\"
@@ -53,5 +53,5 @@
.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by
+device driver and this man page were written by
.An Hellmuth Michaelis Aq hm%kts.org@localhost .
Home |
Main Index |
Thread Index |
Old Index