X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.8;h=bc0cb7031c677c3bd2b2d565c9eb9bacd255ff87;hp=473eba550c971f1559b614642df45fba3263beb3;hb=c5871dbfa014bb554c101e65150c48fc8ba80c7b;hpb=41e270e1e197f693b019d8a9e54b9057c33a4108 diff --git a/pppd/pppd.8 b/pppd/pppd.8 index 473eba5..bc0cb70 100644 --- a/pppd/pppd.8 +++ b/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.0 -.\" $Id: pppd.8,v 1.18 1996/04/04 04:01:28 paulus Exp $ +.\" $Id: pppd.8,v 1.19 1996/07/01 01:19:01 paulus Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -204,9 +204,9 @@ transmit and receive direction. .TP .B deflate \fInr,nt Request that the peer compress packets that it sends, using the -Deflate scheme, with a maximum window size of \fI2**nr\fR bits, and +Deflate scheme, with a maximum window size of \fI2**nr\fR bytes, and agree to compress packets sent to the peer with a maximum window size of -\fI2**nt\fR bits. If \fInt\fR is not specified, it defaults to the value +\fI2**nt\fR bytes. If \fInt\fR is not specified, it defaults to the value given for \fInr\fR. Values in the range 8 to 15 may be used for \fInr\fR and \fInt\fR; larger values give better compression but consume more kernel memory for compression dictionaries.