]> git.ozlabs.org Git - ppp.git/commitdiff
pppd: Add documentation of stop-bits option to pppd man page (#154)
authorCraig McQueen <craig@mcqueen.id.au>
Fri, 7 Aug 2020 00:19:16 +0000 (10:19 +1000)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 00:19:16 +0000 (10:19 +1000)
Signed-off-by: Craig McQueen <craig@mcqueen.id.au>
pppd/pppd.8

index 540d62a1337ef79a31ff69889bfd8fbf6f5fca85..2517446a7acc78d6f7d9f9c079643b219d57d674 100644 (file)
@@ -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.