diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-06-14 10:12:41 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-06-14 10:12:41 +0000 |
| commit | ec3026b6f70dc957313e91e7ab819de57d58342d (patch) | |
| tree | c48f9f21ba5aeb5c243d18f00142513219ffe1ed | |
| parent | 85dd1453b1f86078ed853e574278424c2cb441d5 (diff) | |
Notes
| -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 1e6e87aebd250..21efcd98d1520 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 1e6e87aebd250..21efcd98d1520 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 |
