X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.8;h=3395631d8f649872a468f1254b9fbc7891e7007b;hp=4c9819792b21af1b423500846acaeb464fec23c0;hb=771311b501e115d48b66a102ccfe06b37a50474f;hpb=d9163dc83a0f7c50930cd254e9ff1e709a886548 diff --git a/pppd/pppd.8 b/pppd/pppd.8 index 4c98197..3395631 100644 --- a/pppd/pppd.8 +++ b/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.0 -.\" $Id: pppd.8,v 1.5 1994/05/24 11:27:08 paulus Exp $ +.\" $Id: pppd.8,v 1.7 1994/06/09 01:50:48 paulus Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -235,7 +235,9 @@ option is given, \fIpppd\fR will log the contents of all control packets sent or received in a readable form. The packets are logged through syslog with facility \fIdaemon\fR and level \fIdebug\fR. This information can be directed to a file by setting up /etc/syslog.conf -appropriately (see syslog.conf(5)). +appropriately (see syslog.conf(5)). (If \fIpppd\fR is compiled with +extra debugging enabled, it will log messages using facility +\fIlocal2\fR instead of \fIdaemon\fR). .TP .B domain \fI Append the domain name to the local host name for authentication @@ -588,8 +590,9 @@ to direct the messages to the desired output device or file. The \fBdebug\fR option causes the contents of all control packets sent or received to be logged, that is, all LCP, PAP, CHAP or IPCP packets. This can be useful if the PPP negotiation does not succeed. -If debugging is enabled at compile time, the \fBdebug\fR option also -causes other debugging messages to be logged. +If debugging is enabled at compile time, \fIpppd\fR uses facility +LOG_LOCAL2 instead of LOG_DAEMON, and the \fBdebug\fR option +causes additional debugging messages to be logged. .LP Debugging can also be enabled by sending a SIGUSR1 to the @@ -638,6 +641,10 @@ read before user default options or command-line options. .TP .B ~/.ppprc User default options, read before command-line options. +.TP +.B /etc/ppp/options.\fIttyname +System default options for the serial port being used, read after +command-line options. .SH SEE ALSO .TP .B RFC1144