svn commit: r187297 - head/sys/pc98/conf

Takahashi Yoshihiro nyan at FreeBSD.org
Thu Jan 15 03:54:34 PST 2009


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


More information about the svn-src-head mailing list