From nobody@FreeBSD.org  Thu Aug  8 15:55:43 2013
Return-Path: <nobody@FreeBSD.org>
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 ESMTP id ED69CB55
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  8 Aug 2013 15:55:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id C19292E4F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  8 Aug 2013 15:55:43 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r78FthaM040476
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 8 Aug 2013 15:55:43 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r78FthSq040453;
	Thu, 8 Aug 2013 15:55:43 GMT
	(envelope-from nobody)
Message-Id: <201308081555.r78FthSq040453@oldred.freebsd.org>
Date: Thu, 8 Aug 2013 15:55:43 GMT
From: Wout Decr <wout@delta-design.be>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Handbook chapter 12.7 shows incorrect output of rcvar usage
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181147
>Category:       docs
>Synopsis:       Handbook chapter 12.7 shows incorrect output of rcvar usage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wblock
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 08 16:00:00 UTC 2013
>Closed-Date:    Thu Aug 08 17:17:54 UTC 2013
>Last-Modified:  Thu Aug 08 17:17:54 UTC 2013
>Originator:     Wout Decr
>Release:        
>Organization:
Canodus
>Environment:
>Description:
The example for checking the rcvar of sshd shows incorrect output:

# service sshd rcvar
# sshd
$sshd_enable=YES
>How-To-Repeat:
Visit http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-rcd.html
>Fix:
# service sshd rcvar
# sshd
#
sshd_enable="YES"
#   (default: "")

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->wblock 
Responsible-Changed-By: wblock 
Responsible-Changed-When: Thu Aug 8 16:56:59 UTC 2013 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181147 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/181147: commit references a PR
Date: Thu,  8 Aug 2013 17:00:30 +0000 (UTC)

 Author: wblock
 Date: Thu Aug  8 17:00:17 2013
 New Revision: 42523
 URL: http://svnweb.freebsd.org/changeset/doc/42523
 
 Log:
   Make rcvar output match reality.
   
   PR:		docs/181147
   Submitted by:	Wout Decr? <wout@delta-design.be>
 
 Modified:
   head/en_US.ISO8859-1/books/handbook/config/chapter.xml
 
 Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/handbook/config/chapter.xml	Thu Aug  8 13:01:28 2013	(r42522)
 +++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml	Thu Aug  8 17:00:17 2013	(r42523)
 @@ -682,7 +682,9 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin 
  
      <screen>&prompt.root; <userinput>service sshd rcvar</userinput>
  # sshd
 -$sshd_enable=YES</screen>
 +#
 +sshd_enable="YES"
 +#   (default: "")</screen>
  
      <note>
        <para>The <literal># sshd</literal> line is output from the
 @@ -1889,7 +1891,7 @@ kern.maxproc: 1044</screen>
  kern.maxfiles: 2088 -&gt; 5000</screen>
  
      <para>Settings of sysctl variables are usually either strings,
 -      numbers, or booleans, where a a boolean is <literal>1</literal>
 +      numbers, or booleans, where a boolean is <literal>1</literal>
        for yes or <literal>0</literal> for no.</para>
  
      <para>To automatically set some variables each time the machine
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wblock 
State-Changed-When: Thu Aug 8 17:17:34 UTC 2013 
State-Changed-Why:  
Correction committed, thanks! 

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