aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-07-27 00:30:32 +0000
committerBrian Somers <brian@FreeBSD.org>1999-07-27 00:30:32 +0000
commit83a18abc10cad340aaa50bac401e89f1286ae545 (patch)
tree029d8c16298e56d9ce2173a97e9ee096d2cebdbc
parent82753326e883f5c3771b6b324c0f9b7bead8e5fb (diff)
downloadsrc-83a18abc10cad340aaa50bac401e89f1286ae545.tar.gz
src-83a18abc10cad340aaa50bac401e89f1286ae545.zip
Be a bit more consistent with variable names.
Notes
Notes: svn path=/head/; revision=49124
-rw-r--r--usr.sbin/ppp/ppp.810
-rw-r--r--usr.sbin/ppp/ppp.8.m410
2 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 8217cb820a54..1a14d75dc028 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.178 1999/07/17 10:33:57 brian Exp $
+.\" $Id: ppp.8,v 1.179 1999/07/26 11:15:11 brian Exp $
.Dd 20 September 1995
.nr XX \w'\fC00'
.Os FreeBSD
@@ -886,13 +886,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
@@ -4303,9 +4303,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
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 8217cb820a54..1a14d75dc028 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.178 1999/07/17 10:33:57 brian Exp $
+.\" $Id: ppp.8,v 1.179 1999/07/26 11:15:11 brian Exp $
.Dd 20 September 1995
.nr XX \w'\fC00'
.Os FreeBSD
@@ -886,13 +886,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
@@ -4303,9 +4303,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