From takamune@mariners.mei.co.jp  Mon May 15 04:18:12 2000
Return-Path: <takamune@mariners.mei.co.jp>
Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.102])
	by hub.freebsd.org (Postfix) with ESMTP id F05FD37B59C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 May 2000 04:18:04 -0700 (PDT)
	(envelope-from takamune@mariners.mei.co.jp)
Received: by bulls.mei.co.jp (8.9.3/3.7W) with ESMTP id UAA13764
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 May 2000 20:18:02 +0900 (JST)
Received: by mariners.mei.co.jp (8.9.1/3.7W) with ESMTP id UAA24709
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 May 2000 20:18:02 +0900 (JST)
Received: by dream.vrl.mei.co.jp (8.9.3/3.7W-11/29/99)
	id UAA47763; Mon, 15 May 2000 20:18:02 +0900 (JST)
Message-Id: <200005151118.UAA47763@dream.vrl.mei.co.jp>
Date: Mon, 15 May 2000 20:18:02 +0900 (JST)
From: takamune@avrl.mei.co.jp
Sender: takamune@mariners.mei.co.jp
Reply-To: takamune@avrl.mei.co.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Revice ntpq.8
X-Send-Pr-Version: 3.2

>Number:         18562
>Category:       docs
>Synopsis:       Name section of ntptrace.8 is broken.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 15 04:20:02 PDT 2000
>Closed-Date:    Mon May 15 04:45:10 PDT 2000
>Last-Modified:  Mon May 15 04:45:32 PDT 2000
>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:
Responsible-Changed-From-To: freebsd-doc->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Mon May 15 04:27:16 PDT 2000 
Responsible-Changed-Why:  
My bad. 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Mon May 15 04:45:10 PDT 2000 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
