summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8.m4
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-06-20 19:55:58 +0000
committerbrian <brian@FreeBSD.org>2001-06-20 19:55:58 +0000
commit96c4f4c55f2b07d5365e284c784e3c6392c421bd (patch)
tree0e014e068b8656c119e1b1725068550e5ac62c9c /usr.sbin/ppp/ppp.8.m4
parentc918059febc7b09c3c6ed3110375834401f6bb5d (diff)
downloadFreeBSD-src-96c4f4c55f2b07d5365e284c784e3c6392c421bd.zip
FreeBSD-src-96c4f4c55f2b07d5365e284c784e3c6392c421bd.tar.gz
Avoid using too many args for ``set m[tr]u''
This needs to work with OpenBSD's groff too :(
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r--usr.sbin/ppp/ppp.8.m410
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 23e4e9a..e130a83 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -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
OpenPOWER on IntegriCloud