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

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

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

It's a small fix to ntpdate man page for freebsd 7-stable.

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

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.

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