Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2009 05:29:02 +0200
From:      Oliver Pinter <oliver.pntr@gmail.com>
To:        freebsd-stable <freebsd-stable@freebsd.org>
Cc:        src-committers@freebsd.org
Subject:   fix ntpd man page
Message-ID:  <6101e8c40908242029v28ab946fq8385ffaec97c58d3@mail.gmail.com>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hi all!

 It's one more fix to ntp program set, ntpd man page for freebsd 7-stable.

[-- Attachment #2 --]
commit 8d33c5f3a2ab8215f7b8e6efaa44ee1c5f63b4dc
Author: opv <opv@oliverp.teteny.bme.hu>
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 <oliver.pntr@gmail.com>

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

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6101e8c40908242029v28ab946fq8385ffaec97c58d3>