Hi all!
It's one more fix to ntp program set, ntpd man page for freebsd 7-stable.
commit 8d33c5f3a2ab8215f7b8e6efaa44ee1c5f63b4dc
Author: opv <[email protected]>
Date: Tue Aug 25 05:19:10 2009 +0200
fix ntpd man
man:
-d Specify debugging mode. This option may occur more than once,
with each occurrence indicating greater detail of display.
shell:
/etc# ntpd -d -c /etc/ntp.conf
ntpd: illegal option -- d
ntpd - NTP daemon program - Ver. 4.2.4p5
USAGE: ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
Signed-off-by: Oliver Pinter <[email protected]>
diff --git a/usr.sbin/ntp/doc/ntpd.8 b/usr.sbin/ntp/doc/ntpd.8
index 5194b75..36e98b3 100644
--- a/usr.sbin/ntp/doc/ntpd.8
+++ b/usr.sbin/ntp/doc/ntpd.8
@@ -104,10 +104,6 @@ Enable the client to synchronize to broadcast servers.
.It Fl c Ar conffile
Specify the name and path of the configuration file, default
.Pa /etc/ntp.conf .
-.It Fl d
-Specify debugging mode.
-This option may occur more than once,
-with each occurrence indicating greater detail of display.
.It Fl D Ar level
Specify debugging level directly.
.It Fl f Ar driftfile
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"