diff options
author | 2001-06-20 19:55:35 +0000 | |
---|---|---|
committer | 2001-06-20 19:55:35 +0000 | |
commit | 34845974a6e2343c7392770ee02160f3a9c1cfe2 (patch) | |
tree | 7de683c394eeea69766b3296f662dea94bf543b3 | |
parent | sync (diff) | |
download | wireguard-openbsd-34845974a6e2343c7392770ee02160f3a9c1cfe2.tar.xz wireguard-openbsd-34845974a6e2343c7392770ee02160f3a9c1cfe2.zip |
Avoid using too many args for ``set m[tr]u''
-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 |