diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2012-09-19 16:30:40 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2012-09-19 16:30:40 +0000 |
commit | 6d46f25fab07c68f91999619681d6965ff0c4f48 (patch) | |
tree | 2b0be942bf34686268edaf349ec464043ab06e49 /usr.sbin/ntpd | |
parent | 946940f045090e841444b8c249cbd1e57c6b7f52 (diff) |
clarify which process writes out stats upong SIGINFO reception.
pointed out by Frank Brodbeck <fab at guug.de>, actual change with & ok jmc
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r-- | usr.sbin/ntpd/ntpd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.8 b/usr.sbin/ntpd/ntpd.8 index d43b5849a42..3a5fdcb027c 100644 --- a/usr.sbin/ntpd/ntpd.8 +++ b/usr.sbin/ntpd/ntpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ntpd.8,v 1.32 2012/08/30 06:48:33 jmc Exp $ +.\" $OpenBSD: ntpd.8,v 1.33 2012/09/19 16:30:39 henning Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Henning Brauer <henning@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 30 2012 $ +.Dd $Mdocdate: September 19 2012 $ .Dt NTPD 8 .Os .Sh NAME @@ -119,6 +119,7 @@ Clock drift is periodically written to the drift file thereafter. .Pp When .Nm +.Pq engine receives a .Dv SIGINFO signal, it writes its peer and sensor status to |