From zhenya1007@gmail.com  Fri May 30 17:53:01 2014
Return-Path: <zhenya1007@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 7FDA7686
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2014 17:53:01 +0000 (UTC)
Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 564622FDC
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2014 17:53:01 +0000 (UTC)
Received: by mail-pd0-f174.google.com with SMTP id r10so1184935pdi.5
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2014 10:53:01 -0700 (PDT)
Received: from opal.telus (d154-5-175-186.bchsia.telus.net. [154.5.175.186])
        by mx.google.com with ESMTPSA id eh4sm7404780pbc.79.2014.05.30.10.52.59
        for <FreeBSD-gnats-submit@freebsd.org>
        (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Fri, 30 May 2014 10:53:00 -0700 (PDT)
Received: from zhenya by opal.telus with local (Exim 4.82 (FreeBSD))
	(envelope-from <zhenya@opal.telus>)
	id 1WqQzD-0000bL-7D
	for FreeBSD-gnats-submit@freebsd.org; Fri, 30 May 2014 10:52:59 -0700
Message-Id: <E1WqQzD-0000bL-7D@opal.telus>
Date: Fri, 30 May 2014 10:52:59 -0700
From: Evgeny Roubinchtein <zhenya1007@gmail.com>
Reply-To: Evgeny Roubinchtein <zhenya1007@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Typo in English Handbook, section 12.7.2: s/syslogd/newsyslog/
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         190429
>Category:       docs
>Synopsis:       Typo in English Handbook, section 12.7.2: s/syslogd/newsyslog/
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 30 18:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Evgeny Roubinchtein
>Release:        FreeBSD 10.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD opal 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Sun May 25 23:39:30 PDT 2014 root@opal:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	In section 12.7.2(Log Management and Rotation) of the English Handbook,
	"While syslodg is normally run from cron(8)..."
	should be
	"While newsyslog is normally run from cron(8)..."
	
>How-To-Repeat:
	Read the first paragraph of section 12.7.2(Log Management and Rotation).
	Currently, it includes a rather puzzling sentence that reads, 
	"While syslogd is normally run from cron(8), it is not a system daemon."
	That statement is puzzling on two counts: one, syslogd clearly _is_
	"a system daemon" by any reasonable definition: two syslogd is _not_
	"run from cron(8)" in the configurations I am aware of.
	The fix is to substitute "newsyslog" for "syslogd" in that sentence.

	I am attaching a patch against a "fairly recent" checkout of
	docs HEAD from SVN.

	
>Fix:

	

--- fix begins here ---
Index: en_US.ISO8859-1/books/handbook/config/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/config/chapter.xml	(revision 44944)
+++ en_US.ISO8859-1/books/handbook/config/chapter.xml	(working copy)
@@ -1408,7 +1408,7 @@
 	and signals programs when log files are moved.  The log files
 	may be generated by <application>syslogd</application> or by
 	any other program which generates log files.  While
-	<application>syslogd</application> is normally run from
+	<application>newsyslog</application> is normally run from
 	&man.cron.8;, it is not a system daemon.  In the default
 	configuration, it runs every hour.</para>
 
--- fix ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
