Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2006 08:24:59 -0400 (EDT)
From:      Administrator <root@mail.forrie.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/102185: Error in "ntpd" manpage.
Message-ID:  <200608171224.k7HCOxOG077030@mail.forrie.com>
Resent-Message-ID: <200608171230.k7HCUESQ004905@freefall.freebsd.org>

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

>Number:         102185
>Category:       bin
>Synopsis:       Error in "ntpd" manpage.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 17 12:30:14 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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