From owner-svn-doc-head@FreeBSD.ORG Mon Apr 15 17:49:50 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EDD3CA9E; Mon, 15 Apr 2013 17:49:50 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E059B10F5; Mon, 15 Apr 2013 17:49:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3FHnoUQ010408; Mon, 15 Apr 2013 17:49:50 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3FHnole010407; Mon, 15 Apr 2013 17:49:50 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201304151749.r3FHnole010407@svn.freebsd.org> From: Warren Block Date: Mon, 15 Apr 2013 17:49:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41434 - head/en_US.ISO8859-1/books/handbook/kernelconfig X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 17:49:51 -0000 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 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 IPDIVERTGENERIC will be also be added to the local kernel unless they are specifically prevented using nooptions or nodevice. - 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;. + + The remainder of this chapter addresses the contents of a typical configuration file and the role various options and devices play. To build a file which contains all available options, run the following command as root: - &prompt.root; cd /usr/src/sys/i386/conf && make LINT