Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2000 20:18:02 +0900 (JST)
From:      takamune@avrl.mei.co.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/18562: Revice ntpq.8
Message-ID:  <200005151118.UAA47763@dream.vrl.mei.co.jp>

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

>Number:         18562
>Category:       docs
>Synopsis:       Name section of ntptrace.8 is broken.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 15 04:20:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Kazu TAKAMUNE
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Matsushita Electric Industrial Co., Ltd.
>Environment:

FreeBSD 4.0-STABLE(Fri May 12 13:57:07 JST 2000)
.\" $FreeBSD: src/usr.sbin/ntp/doc/ntpq.8,v 1.3.2.1 2000/03/20 12:07:27 sheldonh Exp $

>Description:

`% man 8 ntpq' shows followings.
     debug more | less | Ic0
     ntpversion 1 | 2 | Ic00Ic11Ic22Ic3

>How-To-Repeat:

% man 8 ntpq

>Fix:

1) Macros accept up to nine arguments.
   Use `.Xo' and `.Xc' extended argument list macros.
2) Remove white spaces before end of line.

Index: usr.sbin/ntp/doc/ntpq.8
===================================================================
RCS file: /home/ncvs/src/usr.sbin/ntp/doc/ntpq.8,v
retrieving revision 1.3.2.1
diff -u -r1.3.2.1 ntpq.8
--- usr.sbin/ntp/doc/ntpq.8	2000/03/20 12:07:27	1.3.2.1
+++ usr.sbin/ntp/doc/ntpq.8	2000/05/15 10:00:00
@@ -189,7 +189,9 @@
 thinks should have a decodeable value but didn't are marked with a
 trailing
 .Qq ? Ns .
-.It Ic debug Ar more | Ar less | Ar off
+.It Xo Ic debug
+.Ar more | Ar less | Ar off
+.Xc
 Turn internal query program debugging on and off.
 .It Ic delay Ar milliseconds
 Specify a time interval to be added to timestamps included in requests
@@ -226,7 +228,10 @@
 authenticate configuration requests.
 This must correspond to a key
 number the server has been configured to use for this purpose.
-.It Ic ntpversion Ar 1 | Ar 2 | Ar 3 | Ar 4
+.It Xo Ic ntpversion
+.Ar 1 | Ar 2 |
+.Ar 3 | Ar 4
+.Xc
 Set the NTP version number which
 .Nm
 claims in packets.
@@ -293,7 +298,7 @@
 returned by the server and the third the status word for the peer.
 This is followed by a number of columns
 containing data decoded from the status word.
-Note that the data returned by the 
+Note that the data returned by the
 .Ic associations
 command is cached internally in
 .Nm Ns .
@@ -552,7 +557,7 @@
 .Pf [ Aq variable_name Ns
 .Op = Ns Aq value Ns
 .Op ,...]
-.Xc 
+.Xc
 Requests that the values of the specified variables be returned by the
 server by sending a read variables request.
 If the association ID is

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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