From owner-freebsd-doc@FreeBSD.ORG Sun Jan 28 19:50:55 2007 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49EA016A401 for ; Sun, 28 Jan 2007 19:50:55 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 17F0B13C461 for ; Sun, 28 Jan 2007 19:50:54 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.8/8.13.8) with ESMTP id l0SJFQVo083197 for ; Sun, 28 Jan 2007 12:15:26 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.8/8.13.8/Submit) with ESMTP id l0SJFQTh083194 for ; Sun, 28 Jan 2007 12:15:26 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 28 Jan 2007 12:15:26 -0700 (MST) From: Warren Block To: doc@freebsd.org Message-ID: <20070128114458.D82994@wonkity.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Sun, 28 Jan 2007 12:15:26 -0700 (MST) Cc: Subject: ntpd man page error X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jan 2007 19:50:55 -0000 The FreeBSD 6.2 ntpd man page shows that -4 and -6 are valid command line options, but they are only valid inside a config file like ntp.conf, not on the command line: # ntpd -4 ntpd: unknown option -4 usage: ntpd [ -abdgmnqx ] [ -c config_file ] [ -e e_delay ] [ -f freq_file ] [ -k key_file ] [ -l log_file ] [ -p pid_file ] [ -r broad_delay ] [ -s statdir ] [ -t trust_key ] [ -v sys_var ] [ -V default_sysvar ] NAME ntpd -- Network Time Protocol (NTP) daemon SYNOPSIS ntpd [-46aAbDdgLmnPqx] [-c conffile] [-f driftfile] [-k keyfile] [-l logfile] [-p pidfile] [-r broadcastdelay] [-s statsdir] [-t key] [-v variable] [-V variable] The -4 and -6 were added with version 1.12 of the man page, 2006-05-17. -Warren Block * Rapid City, South Dakota USA