diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2007-05-25 16:05:17 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2007-05-25 16:05:17 +0000 |
| commit | 2d0225ec1acbfaa0e29ed9d4f9f760da34361007 (patch) | |
| tree | 98e7bcd444599df4c7e2652f541f0540dc95cba4 /usr.sbin/ppp | |
| parent | d4d4a70a35247b1b3d30df99bad94837aa8e33e5 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index e71e6592fb0f..705e366eab46 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -5589,7 +5589,7 @@ to sent RADIUS accounting information to the RADIUS server every .Ar timeout seconds. .It set rad_port_id Ar option -When RADIUS is configured, setting +When RADIUS is configured, setting the .Dq rad_port_id value allows to specify what should be sent to the RADIUS server as NAS-Port-Id. @@ -5601,9 +5601,11 @@ are as follows: .It pid PID of the corresponding tunnel. .It tunnum -tun(4) interface number. +.Xr tun 4 +interface number. .It ifnum -index of the interface as of returned by if_nametoindex(3). +index of the interface as returned by +.Xr if_nametoindex 3 . .It default keeps the default behavior. .El |
