diff options
author | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2008-05-08 14:27:21 +0000 |
---|---|---|
committer | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2008-05-08 14:27:21 +0000 |
commit | aba86ba374a7ca16382c0bd1b897f1f2c09d23d0 (patch) | |
tree | 33f895e8238a34037e1c1f0feb3dc75fda1b63fb /debian/man | |
parent | f5d255a1823e16fe566dab6b158622d62081b57c (diff) | |
download | ntp-aba86ba374a7ca16382c0bd1b897f1f2c09d23d0.tar.gz |
Removed mentions of -d and -D options from ntpd man page, because the
Debian package does not support these options (closes: #479015)
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@215 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/man')
-rw-r--r-- | debian/man/ntpd.8 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/debian/man/ntpd.8 b/debian/man/ntpd.8 index 0524264..c8a5744 100644 --- a/debian/man/ntpd.8 +++ b/debian/man/ntpd.8 @@ -3,7 +3,7 @@ ntpd \- Network Time Protocol (NTP) daemon .SH SYNOPSIS .B ntpd -[ -46aAbdDgLmnNqx ] +[ -46aAbgLmnNqx ] [ -c \fIconffile\fR ] [ -f \fIdriftfile\fR ] [ -i \fIjaildir\fR ] @@ -71,13 +71,6 @@ Enable the client to synchronize to broadcast servers. \fB-c\fR \fIconffile\fR Specify the name and path of the configuration file, default \fI/etc/ntp.conf\fR. .TP -.B -d -Specify debugging mode. -This option may occur more than once, with each occurrence indicating greater detail of display. -.TP -\fB-D\fR \fIlevel\fR -Specify debugging level directly. -.TP \fB-f\fR \fIdriftfile\fR Specify the name and path of the frequency file, default \fI/etc/ntp.drift\fR. This is the same operation as the driftfile \fIdriftfile\fR configuration command. |