| Summary: | [patch] handbook/kernelconfig: add a link to man page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Taras Korenko <ds> | ||||
| Component: | Books & Articles | Assignee: | Warren Block <wblock> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Taras Korenko
2013-04-15 17:50:00 UTC
Responsible Changed From-To: freebsd-doc->wblock Take. 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 && 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" State Changed From-To: open->closed Slightly modified version of patch committed. Thanks! |