Hi all!
It's a small fix to ntpdate man page for freebsd 7-stable.
commit 541cadb46c21521851327e6de51e1ae349b56453
Author: opv <[email protected]>
Date: Tue Aug 25 04:43:28 2009 +0200
fix the ntprace man file
in ntptrace man:
--8<--
...
The following options are available:
-d Turn on some debugging output.
...
-->8--
but in command line:
--8<--
Unknown option: d
-->8--
Signed-off-by: Oliver Pinter <[email protected]>
diff --git a/usr.sbin/ntp/doc/ntptrace.8 b/usr.sbin/ntp/doc/ntptrace.8
index 554a3c0..bb17d6e 100644
--- a/usr.sbin/ntp/doc/ntptrace.8
+++ b/usr.sbin/ntp/doc/ntptrace.8
@@ -50,8 +50,6 @@ These terms are precisely defined in RFC 1305.
.Pp
The following options are available:
.Bl -tag -width indent
-.It Fl d
-Turn on some debugging output.
.It Fl n
Turn off the printing of host names; instead, host IP addresses
are given.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"