X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.8;h=59d74c0bcc980e5b2e00be1668828c4dfc487623;hb=ade32d2243161da94d757258cd0929a975a6a74c;hp=04d60c3b56a151848589ea467ae6561e27a6ad31;hpb=1fd9b499c32e19ecbd2be685f7af98e7e4252808;p=ppp.git diff --git a/pppd/pppd.8 b/pppd/pppd.8 index 04d60c3..59d74c0 100644 --- a/pppd/pppd.8 +++ b/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.3 -.\" $Id: pppd.8,v 1.35 1999/03/19 01:24:57 paulus Exp $ +.\" $Id: pppd.8,v 1.36 1999/03/22 05:55:34 paulus Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -560,6 +560,19 @@ Disable the \fIproxyarp\fR option. The system administrator who wishes to prevent users from creating proxy ARP entries with pppd can do so by placing this option in the /etc/ppp/options file. .TP +.B notty +Normally, pppd requires a terminal device. With this option, pppd +will allocate itself a pseudo-tty master/slave pair and use the slave +as its terminal device. Pppd will create a child process to act as a +`character shunt' to transfer characters between the pseudo-tty master +and its standard input and output. Thus pppd will transmit characters +on its standard output and receive characters on its standard input +even if they are not terminal devices. This option increases the +latency and CPU overhead of transferring data over the ppp interface +as all of the characters sent and received must flow through the +character shunt process. An explicit device name may not be given if +this option is used. +.TP .B novj Disable Van Jacobson style TCP/IP header compression in both the transmit and the receive direction. @@ -628,6 +641,14 @@ with the IP address of the peer and the Ethernet address of this system. This will have the effect of making the peer appear to other systems to be on the local ethernet. .TP +.B pty \fIscript +Specifies that the command \fIscript\fR is to be used to communicate +rather than a specific terminal device. Pppd will allocate itself a +pseudo-tty master/slave pair and use the slave as its terminal +device. The \fIscript\fR will be run in a child process with the +pseudo-tty master as its standard input and output. An explicit +device name may not be given if this option is used. +.TP .B receive-all With this option, pppd will accept all control characters from the peer, including those marked in the receive asyncmap. Without this