diff options
author | brian <brian@cvs.openbsd.org> | 2001-06-20 19:55:36 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2001-06-20 19:55:36 +0000 |
commit | 1114d318a5d1357a23eb3bad32de5b71717315d3 (patch) | |
tree | 9a61ddca2a015ae513f4922c303e9f912aae1ef3 /usr.sbin | |
parent | 354cb47eafa56ad999ab44d7731ae8fc70075160 (diff) |
Avoid using too many args for ``set m[tr]u''
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index ded98a9554c..289c82b3fe2 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ppp.8,v 1.112 2001/06/19 10:24:57 brian Exp $ +.\" $OpenBSD: ppp.8,v 1.113 2001/06/20 19:55:35 brian Exp $ .\" .Dd September 20, 1995 .Dt PPP 8 @@ -4943,7 +4943,10 @@ Setting this option enables Multi-link PPP negotiations, also known as Multi-link Protocol or MP. There is no default MRRU (Maximum Reconstructed Receive Unit) value. If no argument is given, multi-link mode is disabled. -.It set mru Oo max Ns Oo imum Oc Oc Op Ar value +.It set mru Xo +.Op max Ns Op imum +.Op Ar value +.Xc The default MRU (Maximum Receive Unit) is 1500. If it is increased, the other side *may* increase its MTU. In theory there is no point in decreasing the MRU to below the default as the @@ -4968,7 +4971,10 @@ If no argument is given, 1500 is assumed. A value must be given when .Dq maximum is specified. -.It set mtu Oo max Ns Oo imum Oc Oc Op Ar value +.It set mtu Xo +.Op max Ns Op imum +.Op Ar value +.Xc The default MTU is 1500. At negotiation time, .Nm |