diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2009-02-12 01:33:38 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2009-02-12 01:33:38 +0000 |
commit | 34d7bd5d3750a21f3205ea6bdaf52dc4d072cab1 (patch) | |
tree | a50e03e8275af1ac1546b9ddf6d1015f7a2043ef /usr.sbin/ntpd | |
parent | 2fba3784dd94129a26c74ce49159e85e5d2230ad (diff) |
-v logs debug adjtime calls also; ok henning@
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r-- | usr.sbin/ntpd/ntpd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.8 b/usr.sbin/ntpd/ntpd.8 index c24330279e3..27ad87b7bcb 100644 --- a/usr.sbin/ntpd/ntpd.8 +++ b/usr.sbin/ntpd/ntpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ntpd.8,v 1.26 2009/01/31 15:34:25 stevesk Exp $ +.\" $OpenBSD: ntpd.8,v 1.27 2009/02/12 01:33:37 stevesk 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: January 31 2009 $ +.Dd $Mdocdate: February 12 2009 $ .Dt NTPD 8 .Os .Sh NAME @@ -82,6 +82,8 @@ Should .Nm be started with the .Fl d +or +.Fl v option, all calls to .Xr adjtime 2 will be logged. |