aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-10-15 07:07:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-10-15 07:07:43 +0000
commitb65fdcda6cd2074b26d969c86922bfa67e806f4b (patch)
tree032b0acf9b7fea5f91197902baa68c7695189791 /sys/amd64/conf
parentcaa4ea97c14820674047b8d29c2d6470c9f6184a (diff)
downloadsrc-b65fdcda6cd2074b26d969c86922bfa67e806f4b.tar.gz
src-b65fdcda6cd2074b26d969c86922bfa67e806f4b.zip
Acutally our style is "options\x20\x09".
As BDE says: "options\x09\x09foo" looks quite different from "options\x20\x09foo" after adding a one or two character prefix. Notice by: BDE
Notes
Notes: svn path=/head/; revision=52250
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index adf8259a688b..ddc79054e778 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -44,10 +44,10 @@ options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
options UCONSOLE #Allow users to grab the console
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
-options KTRACE #ktrace(1) syscall trace support
-options SYSVSHM #SYSV-style shared memory
-options SYSVMSG #SYSV-style message queues
-options SYSVSEM #SYSV-style semaphores
+options KTRACE #ktrace(1) syscall trace support
+options SYSVSHM #SYSV-style shared memory
+options SYSVMSG #SYSV-style message queues
+options SYSVSEM #SYSV-style semaphores
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel