diff options
author | brueffer <brueffer@FreeBSD.org> | 2007-05-25 16:05:17 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2007-05-25 16:05:17 +0000 |
commit | efb0bae1f0200d34be71439cad52e752c8bf1ffd (patch) | |
tree | 98e7bcd444599df4c7e2652f541f0540dc95cba4 /usr.sbin/ppp | |
parent | 60802ef7dc4f1df45d1ea0d4cc9424fd63c2d015 (diff) | |
download | FreeBSD-src-efb0bae1f0200d34be71439cad52e752c8bf1ffd.zip FreeBSD-src-efb0bae1f0200d34be71439cad52e752c8bf1ffd.tar.gz |
Cleanup after previous commit.
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 e71e659..705e366 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 |