summaryrefslogtreecommitdiff
path: root/debian/man/ntpdc.1
diff options
context:
space:
mode:
authorpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2009-05-05 07:38:03 +0000
committerpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2009-05-05 07:38:03 +0000
commit7ca29f4869dbc8238a166989ea096d1eaf918b90 (patch)
treece9b76bdeed9143ecf9254d2ab6aa6f29842ef79 /debian/man/ntpdc.1
parentc1278ae9edcf0cef6c49d822440d5a8d049238b3 (diff)
downloadntp-7ca29f4869dbc8238a166989ea096d1eaf918b90.tar.gz
Cleaned up man pages to satisfy lintian's hyphen-used-as-minus-sign
complaint git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@254 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/man/ntpdc.1')
-rw-r--r--debian/man/ntpdc.132
1 files changed, 16 insertions, 16 deletions
diff --git a/debian/man/ntpdc.1 b/debian/man/ntpdc.1
index 0b14376..6ef3699 100644
--- a/debian/man/ntpdc.1
+++ b/debian/man/ntpdc.1
@@ -4,7 +4,7 @@
ntpdc \- special NTP query program
.SH SYNOPSIS
.B ntpdc
-[-ilnps] [-c \fIcommand\fR] [\fIhost\fR] [...]
+[\-ilnps] [\-c \fIcommand\fR] [\fIhost\fR] [...]
.SH DESCRIPTION
ntpdc is used to query the ntpd daemon about its current state and to request changes in that state. The program may be run either in interactive mode or controlled using command line arguments. Extensive state and statistics information is available through the ntpdc interface. In addition, nearly all the configuration options which can be specified at startup using ntpd's configuration file may also be specified at run time using ntpdc.
.PP
@@ -14,33 +14,33 @@ ntpdc uses NTP mode 7 packets to communicate with the NTP server, and hence can
.PP
The operation of ntpdc are specific to the particular implementation of the ntpd daemon and can be expected to work only with this and maybe some previous versions of the daemon. Requests from a remote ntpdc program which affect the state of the local server must be authenticated, which requires both the remote program and local server share a common key and key identifier.
.PP
-Note that in contexts where a host name is expected, a -4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier forces DNS resolution to the IPv6 namespace.
+Note that in contexts where a host name is expected, a \-4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a \-6 qualifier forces DNS resolution to the IPv6 namespace.
.SH OPTIONS
-Specifying a command line option other than -i or -n will cause the specified query (queries) to be sent to the indicated host(s) immediately. Otherwise, ntpdc will attempt to read interactive format commands from the standard input.
+Specifying a command line option other than \-i or \-n will cause the specified query (queries) to be sent to the indicated host(s) immediately. Otherwise, ntpdc will attempt to read interactive format commands from the standard input.
.TP
--4
+\-4
Force DNS resolution of following host names on the command line to the IPv4 namespace.
.TP
--6
+\-6
Force DNS resolution of following host names on the command line to the IPv6 namespace.
.TP
--c command
-The following argument is interpreted as an interactive format command and is added to the list of commands to be executed on the specified host(s). Multiple -c options may be given.
+\-c command
+The following argument is interpreted as an interactive format command and is added to the list of commands to be executed on the specified host(s). Multiple \-c options may be given.
.TP
--i
+\-i
Force ntpdc to operate in interactive mode. Prompts will be written to the standard output and commands read from the standard input.
.TP
--l
-Obtain a list of peers which are known to the server(s). This switch is equivalent to -c listpeers.
+\-l
+Obtain a list of peers which are known to the server(s). This switch is equivalent to \-c listpeers.
.TP
--n
+\-n
Output all host addresses in dotted-quad numeric format rather than converting to the canonical host names.
.TP
--p
-Print a list of the peers known to the server as well as a summary of their state. This is equivalent to -c peers.
+\-p
+Print a list of the peers known to the server as well as a summary of their state. This is equivalent to \-c peers.
.TP
--s
-Print a list of the peers known to the server as well as a summary of their state, but in a slightly different format than the -p switch. This is equivalent to -c dmpeers.
+\-s
+Print a list of the peers known to the server as well as a summary of their state, but in a slightly different format than the \-p switch. This is equivalent to \-c dmpeers.
.SH "SEE ALSO"
-.I /usr/share/doc/ntp-doc/html/ntpdc.html
+.I /usr/share/doc/ntp\-doc/html/ntpdc.html
for the full documentation.