mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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:
parent
2b672ee9f5
commit
9163ee5e9d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23865
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue