summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-09-03 19:21:39 +0000
committerjhb <jhb@FreeBSD.org>2002-09-03 19:21:39 +0000
commitbe9bc90646cb7fad588b79ce606f1a1df806ed10 (patch)
tree3fd991110dad142182bc28a6bf730a7f0115f1b2
parentd8e689eb0900c6d104b4a22398efd9d6c57f0d9d (diff)
downloadFreeBSD-src-be9bc90646cb7fad588b79ce606f1a1df806ed10.zip
FreeBSD-src-be9bc90646cb7fad588b79ce606f1a1df806ed10.tar.gz
- Move $FreeBSD$ to the top of the file.
- Fix a few grammar bogons. - Add a small style guide. Reviewed by: bde (a while ago)
-rw-r--r--sys/conf/NOTES23
1 files changed, 21 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 16e5d5d..506c606 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1,8 +1,9 @@
+# $FreeBSD$
#
# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
#
# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
-# 'makeoptions', 'hints' etc go into the kernel configuration that you
+# 'makeoptions', 'hints', etc. go into the kernel configuration that you
# run config(8) with.
#
# Lines that begin with 'hint.' are NOT for config(8), they go into your
@@ -14,7 +15,25 @@
# This file contains machine independent kernel configuration notes. For
# machine dependent notes, look in /sys/<arch>/conf/NOTES.
#
-# $FreeBSD$
+
+#
+# NOTES conventions and style guide:
+#
+# Large block comments should begin and end with a line containing only a
+# comment character.
+#
+# To describe a particular object, a block comment (if it exists) should
+# come first. Next should come device, options, and hints lines in that
+# order. All device and option lines must be described by a comment that
+# doesn't just expand the device or option name. Use only a concise
+# comment on the same line if possible. Very detailed descriptions of
+# devices and subsystems belong in manpages.
+#
+# A space followed by a tab separates 'option' from an option name. Two
+# spaces followed by a tab separate 'device' from a device name. Comments
+# after an option or device should use one space after the comment character.
+# To comment out a negative option that disables code and thus should not be
+# enabled for LINT builds, precede 'option' with "#!".
#
#
OpenPOWER on IntegriCloud