svn commit: r208446 - stable/8/usr.sbin/ntp/doc

Benedict Reuschling bcr at FreeBSD.org
Sun May 23 11:26:43 UTC 2010


Author: bcr (doc committer)
Date: Sun May 23 11:26:43 2010
New Revision: 208446
URL: http://svn.freebsd.org/changeset/base/208446

Log:
  MFC r208273:
  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)
  Approved by:    roberto

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

Modified: stable/8/usr.sbin/ntp/doc/ntpd.8
==============================================================================
--- stable/8/usr.sbin/ntp/doc/ntpd.8	Sun May 23 11:20:26 2010	(r208445)
+++ stable/8/usr.sbin/ntp/doc/ntpd.8	Sun May 23 11:26:43 2010	(r208446)
@@ -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


More information about the svn-src-stable-8 mailing list