Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2010 18:14:12 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208273 - head/usr.sbin/ntp/doc
Message-ID:  <201005181814.o4IIEC0k028431@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcr (doc committer)
Date: Tue May 18 18:14:12 2010
New Revision: 208273
URL: http://svn.freebsd.org/changeset/base/208273

Log:
  Add a sentence to the man page explaining that the -d option
  can only be used when ntpd is compiled with DEBUG support.
  
  PR:             docs/138206
  Submitted by:   Oliver Pinter (oliver dot pntr at gmail dot com)
  MFC after:      5 days
  Approved by:    roberto

Modified:
  head/usr.sbin/ntp/doc/ntpd.8

Modified: head/usr.sbin/ntp/doc/ntpd.8
==============================================================================
--- head/usr.sbin/ntp/doc/ntpd.8	Tue May 18 17:43:53 2010	(r208272)
+++ head/usr.sbin/ntp/doc/ntpd.8	Tue May 18 18:14:12 2010	(r208273)
@@ -1,7 +1,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 17, 2006
+.Dd May 18, 2010
 .Dt NTPD 8
 .Os
 .Sh NAME
@@ -108,6 +108,9 @@ Specify the name and path of the configu
 Specify debugging mode.
 This option may occur more than once,
 with each occurrence indicating greater detail of display.
+You need to compile
+.Nm
+with DEBUG in order to use this.
 .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?201005181814.o4IIEC0k028431>