From nobody@FreeBSD.org  Mon Apr 15 16:45:35 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id BE8DC9EF
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 15 Apr 2013 16:45:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id B01C5CEE
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 15 Apr 2013 16:45:35 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3FGjZSZ063856
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 15 Apr 2013 16:45:35 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r3FGjZdF063846;
	Mon, 15 Apr 2013 16:45:35 GMT
	(envelope-from nobody)
Message-Id: <201304151645.r3FGjZdF063846@red.freebsd.org>
Date: Mon, 15 Apr 2013 16:45:35 GMT
From: Taras <ds@ukrhub.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] handbook/kernelconfig: add a link to man page
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177874
>Category:       docs
>Synopsis:       [patch] handbook/kernelconfig: add a link to man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wblock
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 15 16:50:00 UTC 2013
>Closed-Date:    Mon Apr 15 17:50:39 UTC 2013
>Last-Modified:  Mon Apr 15 18:00:00 UTC 2013
>Originator:     Taras
>Release:        FreeBSD 9.1-STABLE #8 r248931
>Organization:
>Environment:
>Description:
  It's worth mentioning an authoritative source of kernel configuration directives and their descriptions (simply put: &man.config.5;) within the handbook/kernelconfig chapter.  The proposed statement is attached (as a *.diff).
  Thank you.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- handbook/kernelconfig/chapter.xml	2013-04-11 20:11:53.000000000 +0300
+++ handbook/kernelconfig/chapter.up.xml	2013-04-15 19:29:39.000000000 +0300
@@ -490,13 +490,16 @@
     <para>Using this method, the local configuration file expresses
       local differences from a <filename>GENERIC</filename>
       kernel.  As upgrades are performed, new features added to
       <filename>GENERIC</filename> will be also be added to the local
       kernel unless they are specifically prevented using
       <literal>nooptions</literal> or <literal>nodevice</literal>.
-      The remainder of this chapter addresses the contents of a
+      A comprehensive list of configuration directives and their descriptions
+      may be found in the &man.config.5;.</para>
+
+    <para>The remainder of this chapter addresses the contents of a
       typical configuration file and the role various options and
       devices play.</para>
 
     <note>
       <para>To build a file which contains all available options,
 	run the following command as <username>root</username>:</para>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->wblock 
Responsible-Changed-By: wblock 
Responsible-Changed-When: Mon Apr 15 17:42:45 UTC 2013 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177874 
State-Changed-From-To: open->closed 
State-Changed-By: wblock 
State-Changed-When: Mon Apr 15 17:50:07 UTC 2013 
State-Changed-Why:  
Slightly modified version of patch committed.  Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/177874: commit references a PR
Date: Mon, 15 Apr 2013 17:49:57 +0000 (UTC)

 Author: wblock
 Date: Mon Apr 15 17:49:50 2013
 New Revision: 41434
 URL: http://svnweb.freebsd.org/changeset/doc/41434
 
 Log:
   Add a reference to config(5).
   
   PR:		docs/177874
   Submitted by:	Taras <ds@ukrhub.net>
 
 Modified:
   head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml
 
 Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Mon Apr 15 15:03:47 2013	(r41433)
 +++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Mon Apr 15 17:49:50 2013	(r41434)
 @@ -493,14 +493,16 @@ options         IPDIVERT</programlisting
        <filename>GENERIC</filename> will be also be added to the local
        kernel unless they are specifically prevented using
        <literal>nooptions</literal> or <literal>nodevice</literal>.
 -      The remainder of this chapter addresses the contents of a
 +      A comprehensive list of configuration directives and their
 +      descriptions may be found in &man.config.5;.</para>
 +
 +    <para>The remainder of this chapter addresses the contents of a
        typical configuration file and the role various options and
        devices play.</para>
  
      <note>
        <para>To build a file which contains all available options,
  	run the following command as <username>root</username>:</para>
 -
        <screen>&prompt.root; <userinput>cd /usr/src/sys/<replaceable>i386</replaceable>/conf &amp;&amp; make LINT</userinput></screen>
      </note>
  
 _______________________________________________
 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"
 
>Unformatted:
