diff options
author | brian <brian@FreeBSD.org> | 1999-06-14 10:12:41 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-06-14 10:12:41 +0000 |
commit | 3fc0f0acb60b3419a78051ae5be748cf29e9d43c (patch) | |
tree | 28b2993032f6b923edc2191356b2d64eea02379a /usr.sbin/ppp | |
parent | 22534f28fe546eda1a17574e1746bf1ca9675375 (diff) | |
download | FreeBSD-src-3fc0f0acb60b3419a78051ae5be748cf29e9d43c.zip FreeBSD-src-3fc0f0acb60b3419a78051ae5be748cf29e9d43c.tar.gz |
Come up with something useful when someone searches for
``dynamic IP''.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 5 | ||||
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 1e6e87a..21efcd9 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.174 1999/06/10 00:17:27 brian Exp $ +.\" $Id: ppp.8,v 1.175 1999/06/11 11:27:18 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -3905,7 +3905,8 @@ is omitted, it defaults to unless the IP address is 0.0.0.0 in which case it defaults to .Dq /0 . .Pp -.Ar Hisaddr +If you wish to assign a dynamic IP number to the peer, +.Ar hisaddr may also be specified as a range of IP numbers in the format .Bd -literal -offset indent .Ar \&IP Ns Oo \&- Ns Ar \&IP Ns Xo diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 1e6e87a..21efcd9 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.174 1999/06/10 00:17:27 brian Exp $ +.\" $Id: ppp.8,v 1.175 1999/06/11 11:27:18 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -3905,7 +3905,8 @@ is omitted, it defaults to unless the IP address is 0.0.0.0 in which case it defaults to .Dq /0 . .Pp -.Ar Hisaddr +If you wish to assign a dynamic IP number to the peer, +.Ar hisaddr may also be specified as a range of IP numbers in the format .Bd -literal -offset indent .Ar \&IP Ns Oo \&- Ns Ar \&IP Ns Xo |