From: Craig McQueen Date: Fri, 7 Aug 2020 00:19:16 +0000 (+1000) Subject: pppd: Add documentation of stop-bits option to pppd man page (#154) X-Git-Tag: ppp-2.4.9~58 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=5bdb1487f0391891e4124d9b7f60c6454c7f687b pppd: Add documentation of stop-bits option to pppd man page (#154) Signed-off-by: Craig McQueen --- diff --git a/pppd/pppd.8 b/pppd/pppd.8 index 540d62a..2517446 100644 --- a/pppd/pppd.8 +++ b/pppd/pppd.8 @@ -1087,6 +1087,10 @@ When operating as an EAP SRP\-SHA1 client, attempt to use the pseudonym stored in ~/.ppp_pseudonym first as the identity, and save in this file any pseudonym offered by the peer during authentication. .TP +.B stop\-bits \fIn +Set the number of stop bits for the serial port. Valid values are 1 or 2. +The default value is 1. +.TP .B sync Use synchronous HDLC serial encoding instead of asynchronous. The device used by pppd with this option must have sync support.