From forrie@mail.forrie.com  Thu Aug 17 12:25:02 2006
Return-Path: <forrie@mail.forrie.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 11BE116A4DD
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Aug 2006 12:25:02 +0000 (UTC)
	(envelope-from forrie@mail.forrie.com)
Received: from forrie.com (c-24-62-224-60.hsd1.nh.comcast.net [24.62.224.60])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2F51443D58
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Aug 2006 12:25:01 +0000 (GMT)
	(envelope-from forrie@mail.forrie.com)
Received: from mail.forrie.com (localhost [127.0.0.1])
	by forrie.com (8.13.8/8.13.6) with ESMTP id k7HCOxsn077031
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Aug 2006 08:24:59 -0400 (EDT)
	(envelope-from forrie@mail.forrie.com)
Received: (from root@localhost)
	by mail.forrie.com (8.13.8/8.13.4/Submit) id k7HCOxOG077030;
	Thu, 17 Aug 2006 08:24:59 -0400 (EDT)
	(envelope-from forrie)
Message-Id: <200608171224.k7HCOxOG077030@mail.forrie.com>
Date: Thu, 17 Aug 2006 08:24:59 -0400 (EDT)
From: Administrator <root@mail.forrie.com>
Reply-To: Administrator <root@mail.forrie.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Error in "ntpd" manpage.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102185
>Category:       docs
>Synopsis:       Error in ntpd(8) manpage.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danger
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 17 12:30:14 GMT 2006
>Closed-Date:    Sun Nov 05 20:03:29 GMT 2006
>Last-Modified:  Sun Nov 05 20:03:49 GMT 2006
>Originator:     Administrator
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Forrie, Inc.
>Environment:
System: FreeBSD mail.forrie.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul 15 20:19:41 EDT 2006 root@mail.forrie.com:/usr/obj/usr/src/sys/FORRIE i386


>Description:
There is an error in the NTPD manpage.

The option -L means "do NOT listen to Virtual IPs" the present manpage
(FreeBSD-6.1-STABLE) says:

    -L      Listen to virtual IPs.


looking at the code in /usr/src/contrib/ntpd/cmd_args.c shows this:

    /*
     * Definitions of things either imported from or exported to outside
     */
    extern char const *progname;
    int     listen_to_virtual_ips = 1;

and further down:

    case 'L':
                        listen_to_virtual_ips = 0;
                        break; 
>How-To-Repeat:
	$ man ntpd
>Fix:

	Correct the usage statement for the "-L" flag, per the above.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Aug 17 16:47:33 UTC 2006 
Responsible-Changed-Why:  
Reassign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102185 
State-Changed-From-To: open->patched 
State-Changed-By: danger 
State-Changed-When: Sun Sep 17 20:05:45 UTC 2006 
State-Changed-Why:  
This is already fixed in HEAD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102185 
Responsible-Changed-From-To: freebsd-doc->pav 
Responsible-Changed-By: danger 
Responsible-Changed-When: Sun Sep 17 20:08:03 UTC 2006 
Responsible-Changed-Why:  
Assign to the guy who imported new sources (pav@) and let's hope 
he will also MFC them. :-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102185 
State-Changed-From-To: patched->closed 
State-Changed-By: danger 
State-Changed-When: Sun Nov 5 20:01:31 UTC 2006 
State-Changed-Why:  
Already MFCed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102185 
Responsible-Changed-From-To: pav->danger 
Responsible-Changed-By: danger 
Responsible-Changed-When: Sun Nov 5 20:03:33 UTC 2006 
Responsible-Changed-Why:  
Over to me. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102185 
>Unformatted:
