From joel@automatvapen.se  Sat Dec 25 10:36:20 2004
Return-Path: <joel@automatvapen.se>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4D64C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Dec 2004 10:36:20 +0000 (GMT)
Received: from av9-1-sn2.hy.skanova.net (av9-1-sn2.hy.skanova.net [81.228.8.179])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 72CC743D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Dec 2004 10:36:19 +0000 (GMT)
	(envelope-from joel@automatvapen.se)
Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502)
	id 4042B38185; Sat, 25 Dec 2004 11:36:18 +0100 (CET)
Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93])
	by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id 2C1DC380C1
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Dec 2004 11:36:18 +0100 (CET)
Received: from dude.automatvapen.se (t3o955p42.telia.com [195.252.53.42])
	by smtp4-2-sn2.hy.skanova.net (Postfix) with SMTP id EE2D837E44
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Dec 2004 11:36:16 +0100 (CET)
Received: by dude.automatvapen.se (sSMTP sendmail emulation); Sat, 25 Dec 2004 11:36:25 +0100
Message-Id: <20041225103616.EE2D837E44@smtp4-2-sn2.hy.skanova.net>
Date: Sat, 25 Dec 2004 11:36:25 +0100
From: "Joel Dahl" <joel@automatvapen.se>
Reply-To: Joel Dahl <joel@automatvapen.se>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Update handbook, chapter 23.11.4 (Running the NTP Server)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75489
>Category:       docs
>Synopsis:       [patch] Update handbook, chapter 23.11.4 (Running the NTP Server)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 25 10:40:24 GMT 2004
>Closed-Date:    Sat Dec 25 11:15:27 GMT 2004
>Last-Modified:  Sat Dec 25 11:15:27 GMT 2004
>Originator:     Joel Dahl
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dude.automatvapen.se 5.3-STABLE FreeBSD 5.3-STABLE #1: Sat Nov 13 19:50:36 CET 2004 joel@dude.automatvapen.se:/usr/obj/usr/src/sys/WRK i386

	
>Description:
This section should reflect 5.x, not 4.x.
	
>How-To-Repeat:
	
>Fix:
	

--- ntpd.diff begins here ---
Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml,v
retrieving revision 1.45
diff -u -r1.45 chapter.sgml
--- chapter.sgml	20 Dec 2004 22:17:39 -0000	1.45
+++ chapter.sgml	25 Dec 2004 10:10:26 -0000
@@ -5029,24 +5029,23 @@
       <title>Running the NTP Server</title>
 
       <para>To ensure the NTP server is started at boot time, add the
-	line <literal>xntpd_enable="YES"</literal> to
+	line <literal>ntpd_enable="YES"</literal> to
 	<filename>/etc/rc.conf</filename>.  If you wish to pass
 	additional flags to &man.ntpd.8;, edit the
-	<varname>xntpd_flags</varname> parameter in
+	<varname>ntpd_flags</varname> parameter in
 	<filename>/etc/rc.conf</filename>.</para>
 
       <para>To start the server without rebooting your machine, run
 	<command>ntpd</command> being sure to specify any additional
-	parameters from <varname>xntpd_flags</varname> in
+	parameters from <varname>ntpd_flags</varname> in
 	<filename>/etc/rc.conf</filename>.  For example:</para>
 
       <screen>&prompt.root; <userinput>ntpd -p /var/run/ntpd.pid</userinput></screen>
 
       <note>
-	<para>Under &os;&nbsp;5.X, various options in
-	  <filename>/etc/rc.conf</filename> have been renamed.  Thus,
-	  you have to replace every instance of <literal>xntpd</literal>
-	  with <literal>ntpd</literal> in the options above.</para></note>
+	<para>Under &os;&nbsp;4.X, you have to replace every instance of
+	  <literal>ntpd</literal> with <literal>xntpd</literal> in the
+	  options above.</para></note>
     </sect2>
 
     <sect2>
--- ntpd.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Sat Dec 25 11:14:09 GMT 2004 
State-Changed-Why:  
I committed a slightly different version of your patch, easier to read 
for translators.  Thanks for the submission. 

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