Oops - forgot to document the new -HUP action.

This should make 2.2 if the HUP stuff (earlier today) does.
This commit is contained in:
Brian Somers 1997-03-13 21:39:41 +00:00
parent 2b672ee9f5
commit 9163ee5e9d
2 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
.\" manual page [] for ppp 0.94 beta2 + alpha
.\" $Id$
.\" $Id: ppp.8,v 1.25 1997/02/22 16:10:45 peter Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@ -335,7 +335,7 @@ If it succeeds, then
.Nm ppp
becomes a daemon, and returns an exit status of zero to its caller.
The daemon exits automatically if the connection is dropped by the
remote system, or it receives a HUP or TERM signal.
remote system, or it receives a TERM signal.
The file
.Pa /var/run/ppp.tun0.pid
@ -839,6 +839,9 @@ command allows you to set logging output level, of which
multiple levels can be specified. The default is equivalent to
.Dq set debug carrier link phase .
If a HUP signal is received, the log file is closed and re-opened
to facilitate log file rotation.
.Sh MORE DETAILS
.Bl -bullet -compact

View File

@ -1,5 +1,5 @@
.\" manual page [] for ppp 0.94 beta2 + alpha
.\" $Id$
.\" $Id: ppp.8,v 1.25 1997/02/22 16:10:45 peter Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@ -335,7 +335,7 @@ If it succeeds, then
.Nm ppp
becomes a daemon, and returns an exit status of zero to its caller.
The daemon exits automatically if the connection is dropped by the
remote system, or it receives a HUP or TERM signal.
remote system, or it receives a TERM signal.
The file
.Pa /var/run/ppp.tun0.pid
@ -839,6 +839,9 @@ command allows you to set logging output level, of which
multiple levels can be specified. The default is equivalent to
.Dq set debug carrier link phase .
If a HUP signal is received, the log file is closed and re-opened
to facilitate log file rotation.
.Sh MORE DETAILS
.Bl -bullet -compact