summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-04-29 10:46:02 +0000
committerwiz <wiz@NetBSD.org>2001-04-29 10:46:02 +0000
commitb0cdcfe61b2e701e7b7bfa6bcfb759afe313d7ed (patch)
tree416f77bfb63b02ad1fab10e81f9a07e10c39b62e
parentd53224619c2d5843f6d2fdfe7ce6ac06b7bfbe57 (diff)
Add RCS Id, formatting improvements, and typo fixes.
-rw-r--r--usr.sbin/isdn/ispppcontrol/ispppcontrol.829
1 files changed, 18 insertions, 11 deletions
diff --git a/usr.sbin/isdn/ispppcontrol/ispppcontrol.8 b/usr.sbin/isdn/ispppcontrol/ispppcontrol.8
index 439a78e0efd..1843e29ed28 100644
--- a/usr.sbin/isdn/ispppcontrol/ispppcontrol.8
+++ b/usr.sbin/isdn/ispppcontrol/ispppcontrol.8
@@ -1,3 +1,4 @@
+.\" $NetBSD: ispppcontrol.8,v 1.4 2001/04/29 10:46:02 wiz Exp $
.\" Copyright (C) 1997 by Joerg Wunsch, Dresden
.\" All rights reserved.
.\"
@@ -24,7 +25,7 @@
.\"
.\" From: spppcontrol.1,v 1.1.1.1 1997/10/11 11:30:30 joerg Exp
.\"
-.\" $Id: ispppcontrol.8,v 1.3 2001/04/29 10:30:41 martin Exp $
+.\" $Id: ispppcontrol.8,v 1.4 2001/04/29 10:46:02 wiz Exp $
.\"
.\" last edit-date: [Thu Aug 31 10:47:33 2000]
.\"
@@ -50,9 +51,9 @@
.Sh DESCRIPTION
There are two basic modes of operation: configuring security related
parameters and attaching a PPPoE interface to its ethernet interface,
-optionally passing in additional parameters for the PPPoE encapsulatione.
+optionally passing in additional parameters for the PPPoE encapsulation.
.Pp
-The later useage is indicated by the presence of the
+The later usage is indicated by the presence of the
.Fl e
option, which takes the name of the ethernet interface as its argument.
.Pp
@@ -70,7 +71,7 @@ Both the access concentrator name and the service name are typically
not specified.
.Pp
The
-.Xr isppp 4
+.Xr i4bisppp 4
driver might require a number of additional arguments or optional
parameters besides the settings that can be adjusted with
.Xr ifconfig 8 .
@@ -214,7 +215,7 @@ isp0: phase=dead
enable_vj: on
.Ed
.Pp
-Display the settings for pppoe0. The interface is currently in
+Display the settings for isp0. The interface is currently in
.Em dead
phase, i. e. the LCP layer is down, and no traffic is possible. Both
ends of the connection use the CHAP protocol, my end tells remote the
@@ -243,7 +244,8 @@ by the previous example.
.Xr i4bisppp 4 ,
.Xr ifconfig 8
.Rs
-.%A B. Lloyd, W. Simpson
+.%A B. Lloyd
+.%A W. Simpson
.%T "PPP Authentication Protocols"
.%O RFC 1334
.Re
@@ -258,21 +260,26 @@ by the previous example.
.%O RFC 1994
.Re
.Rs
-.%A L. Mamakos e.a.
+.%A L. Mamakos
+.%A K. Lidl
+.%A J. Evarts
+.%A D. Carrel
+.%A D. Simone
+.%A R. Wheeler
.%T "A Method for Transmitting PPP Over Ethernet (PPPoE)"
.%O RFC 2516
.Re
.Sh HISTORY
The
.Nm
-utility is based on the
+utility is based on the
.Ic spppcontrol
utility which appeared in
.Fx 3.0 .
-.Sh AUTHOR
+.Sh AUTHORS
The program was written by
.ie t J\(:org Wunsch,
.el Joerg Wunsch,
-Dresden and modified for PPPoE support by
-.ie t Martin Husemann.
+Dresden, and modified for PPPoE support by
+.ie t Martin Husemann
.el Martin Husemann.