From k-horik@yk.rim.or.jp Sat Apr 17 05:27:41 1999
Return-Path: <k-horik@yk.rim.or.jp>
Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37])
	by hub.freebsd.org (Postfix) with ESMTP id 37E0914D5F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Apr 1999 05:27:40 -0700 (PDT)
	(envelope-from k-horik@yk.rim.or.jp)
Received: from localhost (ppp920.yk.rim.or.jp [202.247.185.171])
	by mail.yk.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id VAA21206
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Apr 1999 21:25:15 +0900 (JST)
Message-Id: <19990417212433T.k-horik@yk.rim.or.jp>
Date: Sat, 17 Apr 1999 21:24:33 +0900
From: horikawa@jp.freebsd.org
Sender: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Reply-To: horikawa@jp.freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: ntpq.8 has a typo ("". should be ".")
X-Send-Pr-Version: 3.2

>Number:         11185
>Category:       docs
>Synopsis:       ntpq.8 has a typo ("". should be ".")
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 17 05:30:01 PDT 1999
>Closed-Date:    Mon Apr 19 00:17:28 PDT 1999
>Last-Modified:  Mon Apr 19 00:18:38 PDT 1999
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
jpman project
>Environment:

	src/usr.sbin/xntpd/doc/ntpq.8
	.\"     $Id: ntpq.8,v 1.5 1998/02/19 08:05:38 charnier Exp $

>Description:

	`$ man 8 ntpq' shows followings.  There are description about
	<sp>, "x", and etc.

             The character in the left margin indicates the fate of this peer
             in the clock selection process. The codes mean: <sp> discarded
             due to high stratum and/or failed sanity checks; "x" designated
             falsticker by the intersection algorithm; "". culled from the end
             of the candidate list; "-" discarded by the clustering algorithm;
             "+" included in the final selection set; "#" selected for syn-
             chronization but distance exceeds maximum; "*" selected for syn-
             chronization; and "o" selected for synchronization, pps signal in
             use.

	I think that `"".' should be `"."'.

>How-To-Repeat:

	$ man 8 ntpq

>Fix:

	When we use single punctuation charater as argument for mdoc
	macros, the punctuation character should be escaped by `\&'.


--- ntpq.8.orig Sat Apr 17 21:05:33 1999
+++ ntpq.8      Sat Apr 17 21:12:00 1999
@@ -421,7 +421,7 @@
 .Qq x
 designated falsticker
 by the intersection algorithm;
-.Qq .
+.Qq \&.
 culled from the end of the
 candidate list;
 .Qq -

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkoshy 
State-Changed-When: Mon Apr 19 00:17:28 PDT 1999 
State-Changed-Why:  
Fixed in rev 1.6 of "src/usr.sbin/xntpd/doc/ntpq.8", thanks. 
>Unformatted:
