diff options
author | 1997-11-17 18:15:14 +0000 | |
---|---|---|
committer | 1997-11-17 18:15:14 +0000 | |
commit | ed9d7d2ed41ed19954bd2f18df9334c56be81277 (patch) | |
tree | 3f98ad303dd965060976bf8654977700d7f686bb | |
parent | kleink: When fstat(2)ing a file descriptor of a local communications domain (diff) | |
download | wireguard-openbsd-ed9d7d2ed41ed19954bd2f18df9334c56be81277.tar.xz wireguard-openbsd-ed9d7d2ed41ed19954bd2f18df9334c56be81277.zip |
Mention SIGUSR1 in SIGNALS section. Noted by Heiko W.Rupp <hwr@pilhuhn.de>
-rw-r--r-- | usr.sbin/pppd/pppd.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index ea152fe54a9..6820acca236 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppd.8,v 1.11 1997/11/13 23:55:31 millert Exp $ +.\" $OpenBSD: pppd.8,v 1.12 1997/11/17 18:15:14 millert Exp $ .\" manual page [] for pppd 2.3 .\" SH section heading .\" SS subsection heading @@ -1025,6 +1025,11 @@ serial device settings, and close the serial device. If the the serial device and start another connection. Otherwise \fBpppd\fR will exit. .TP +.B SIGUSR1 +This signal causes +.B pppd +to toggle debugging on or off. +.TP .B SIGUSR2 This signal causes .B pppd |