diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-12 09:48:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-12 09:48:25 +0000 |
commit | 0342be06233eb4792bd048fbfdbb01de4b19b197 (patch) | |
tree | ea00d4084e5f6782b9fe7fc7decac71778b4ee69 /sbin/ifconfig | |
parent | c26d2b714dc7880d32a41c578c095a5a2a25be40 (diff) |
- add the sppp options to pppoe's synopsis
- for pppoe, note that it uses the sppp framework, and point to the
sppp section for a description of those options
- for sppp, avoid referring specifically to sppp devices, as other
devices, such as pppoe, may be using these options
this after some discussion with reyk
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 9035fd90df8..29da597023d 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.127 2006/06/11 12:48:21 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.128 2006/06/12 09:48:24 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -715,11 +715,26 @@ pseudo-device, broadcast the packets using multicast. .Nm ifconfig .Bk -words .Ar pppoe-interface +.Op Cm authkey Ar key +.Op Cm authname Ar name +.Op Cm authproto Ar proto +.Op Oo Fl Oc Ns Cm peerflag Ar flag +.Op Cm peerkey Ar key +.Op Cm peername Ar name +.Op Cm peerproto Ar proto .Op Oo Fl Oc Cm pppoeac Ar access-concentrator .Op Cm pppoedev Ar parent-interface .Op Oo Fl Oc Cm pppoesvc Ar service .Ek .Pp +.Xr pppoe 4 +uses the +.Xr sppp 4 +"generic" SPPP framework. +Any options not described in the section immediately following +are described in the +.Sx SPPP +section, below. The options are as follows: .Bl -tag -width Ds .It Cm pppoeac Ar access-concentrator @@ -759,7 +774,6 @@ Set the client key or password for the PPP authentication protocol. Set the client name for the PPP authentication protocol. .It Cm authproto Ar proto Set the PPP authentication protocol on the specified -.Xr sppp 4 interface acting as a client. The protocol name can be either .Ql chap , @@ -793,7 +807,6 @@ Set the authenticator key or password for the PPP authentication protocol. Set the authenticator name for the PPP authentication protocol. .It Cm peerproto Ar proto Set the PPP authentication protocol on the specified -.Xr sppp 4 interface acting as an authenticator. The protocol name can be either .Ql chap , |