X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.8;h=e2768b135273d1772e1241a322fe1116aa1587b8;hb=5e90783d11a59268e05f4cfb29ce2343b13e8ab2;hp=77be9801d1024f1f1468970ce24ff15440f2441a;hpb=224841f4799f4f1e2e71bc490c54448d66740f4f;p=ppp.git diff --git a/pppd/pppd.8 b/pppd/pppd.8 index 77be980..e2768b1 100644 --- a/pppd/pppd.8 +++ b/pppd/pppd.8 @@ -624,6 +624,14 @@ must have an entry in the /etc/ppp/pap\-secrets file as well as the system password database to be allowed access. See also the \fBenable\-session\fR option. .TP +.B master_detach +If multilink is enabled and this pppd process is the multilink bundle +master, and the link controlled by this pppd process terminates, this +pppd process continues to run in order to maintain the bundle. If the +\fBmaster_detach\fR option has been given, pppd will detach from its +controlling terminal in this situation, even if the \fBnodetach\fR +option has been given. +.TP .B maxconnect \fIn Terminate the connection when it has been available for network traffic for \fIn\fR seconds (i.e. \fIn\fR seconds after the first @@ -1124,7 +1132,7 @@ the initial /dev/ is removed from the terminal name, and any remaining .PP An options file is parsed into a series of words, delimited by whitespace. Whitespace can be included in a word by enclosing the -word in double-quotes ("). A backslash (\\) quotes the following character. +word in double-quotes ("). A backslash (\e) quotes the following character. A hash (#) starts a comment, which continues until the end of the line. There is no restriction on using the \fIfile\fR or \fIcall\fR options within an options file. @@ -1436,9 +1444,9 @@ OK "atdt2468135" .br "name:" "^Umyuserid" .br -"word:" "\\qmypassword" +"word:" "\eqmypassword" .br -"ispts" "\\q^Uppp" +"ispts" "\eq^Uppp" .br "~\-^Uppp\-~" .LP