diff options
author | brian <brian@cvs.openbsd.org> | 1999-07-27 00:31:28 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1999-07-27 00:31:28 +0000 |
commit | cb6507e32a472a944d4072706e6d25b083c9c44e (patch) | |
tree | 79844c1b294f4af03fe6cf9d74494ee8873409ea /usr.sbin | |
parent | 8fe8669f74c5856803db534b3a09df3af1d7894c (diff) |
Be a bit more consistent with variable names.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index 9a23f6641bb..c512b4e2461 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.59 1999/07/26 11:18:11 brian Exp $ +.\" $Id: ppp.8,v 1.60 1999/07/27 00:31:27 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Dt PPP 8 @@ -885,13 +885,13 @@ reverts to only after a successful connection is established. The default value for .Ar inc is zero. -.It Ar maxinc +.It Ar max is the maximun number of times .Nm should increment .Ar secs . The default value for -.Ar maxinc +.Ar max is 10. .It Ar next is the number of seconds to wait before attempting @@ -4298,9 +4298,9 @@ each time tries a new number. .Ar secs will only be incremented at most -.Ar maxinc +.Ar max times. -.Ar maxinc +.Ar max defaults to 10. .Pp Note, the |