Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf use "options \t" instead of "options\t\t"...
details: https://anonhg.NetBSD.org/src/rev/b11cb7bf0abf
branches: trunk
changeset: 477631:b11cb7bf0abf
user: itojun <itojun%NetBSD.org@localhost>
date: Mon Oct 25 16:47:03 1999 +0000
description:
use "options \t" instead of "options\t\t" to avoid change in column
when you comment an option out.
diffstat:
sys/arch/i386/conf/GENERIC | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bd28305c16ab -r b11cb7bf0abf sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Mon Oct 25 16:44:53 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC Mon Oct 25 16:47:03 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.264 1999/10/08 13:53:00 drochner Exp $
+# $NetBSD: GENERIC,v 1.265 1999/10/25 16:47:03 itojun Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -160,7 +160,7 @@
# allocate a number of virtual screens at autoconfiguration time
#options WSDISPLAY_DEFAULTSCREENS=4
# use a large software cursor that doesn't blink
-options PCDISPLAY_SOFTCURSOR
+options PCDISPLAY_SOFTCURSOR
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
Home |
Main Index |
Thread Index |
Old Index