Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2009 11:54:31 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187297 - head/sys/pc98/conf
Message-ID:  <200901151154.n0FBsV8Z076355@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nyan
Date: Thu Jan 15 11:54:31 2009
New Revision: 187297
URL: http://svn.freebsd.org/changeset/base/187297

Log:
  MFi386: 187144
  
    Documentation-only change:
  
    - add a reference to the config(5) manpage;
    - hopefully clarify the format of the 'env FILENAME' directive.

Modified:
  head/sys/pc98/conf/GENERIC

Modified: head/sys/pc98/conf/GENERIC
==============================================================================
--- head/sys/pc98/conf/GENERIC	Thu Jan 15 09:12:41 2009	(r187296)
+++ head/sys/pc98/conf/GENERIC	Thu Jan 15 11:54:31 2009	(r187297)
@@ -1,8 +1,8 @@
 #
 # GENERIC -- Generic kernel configuration file for FreeBSD/pc98
 #
-# For more information on this file, please read the handbook section on
-# Kernel Configuration Files:
+# For more information on this file, please read the config(5) manual page,
+# and/or the handbook section on Kernel Configuration Files:
 #
 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
 #
@@ -26,6 +26,12 @@ ident		GENERIC
 # To statically compile in device wiring instead of /boot/device.hints
 #hints		"GENERIC.hints"		# Default places to look for devices.
 
+# Use the following to compile in values accessible to the kernel
+# through getenv() (or kenv(1) in userland). The format of the file
+# is 'variable=value', see kenv(1)
+#
+# env		"GENERIC.env"
+
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
 
 options 	SCHED_4BSD		# 4BSD scheduler



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901151154.n0FBsV8Z076355>