Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add a space after "options" and before t...



details:   https://anonhg.NetBSD.org/src/rev/e1878738a1bb
branches:  trunk
changeset: 337681:e1878738a1bb
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Apr 23 11:32:55 2015 +0000

description:
Add a space after "options" and before the <tab> for conformity
with other options.  Among other things, this allows one to
remove the # comment character without breaking the vertical
alignment.

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4c8f147e3ccc -r e1878738a1bb sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Apr 23 10:52:18 2015 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Apr 23 11:32:55 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.411 2015/03/10 09:26:50 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.412 2015/04/23 11:32:55 pgoyette Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.411 $"
+#ident                 "GENERIC-$Revision: 1.412 $"
 
 maxusers       64              # estimated number of users
 
@@ -99,7 +99,7 @@
 #
 makeoptions    COPTS="-O2 -fno-omit-frame-pointer"
 options        DDB             # in-kernel debugger
-#options       DDB_COMMANDONENTER="bt" # execute command when ddb is entered
+#options       DDB_COMMANDONENTER="bt" # execute command when ddb is entered
 #options       DDB_ONPANIC=1   # see also sysctl(7): `ddb.onpanic'
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 #options       KGDB            # remote debugger



Home | Main Index | Thread Index | Old Index