summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-09-09 02:40:59 +0000
committerkuriyama <kuriyama@FreeBSD.org>2002-09-09 02:40:59 +0000
commita61c477270d5495408038620d805371a82b69cd8 (patch)
treecfd2a553f5bea8f7594ee90bc65ebf49a269e1d5 /sys/ia64/conf
parentaae5a5f01d3129f0af0d231de5ecd5d370086244 (diff)
downloadFreeBSD-src-a61c477270d5495408038620d805371a82b69cd8.zip
FreeBSD-src-a61c477270d5495408038620d805371a82b69cd8.tar.gz
Use "options " rather than "options<tab>".
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/GENERIC2
-rw-r--r--sys/ia64/conf/SKI6
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 9dfbb4a..5980d21 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -51,7 +51,7 @@ 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 P1003_1B #Posix P1003_1B real-time extentions
+options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
# SMP
diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI
index 84dd5fb..1b96b08 100644
--- a/sys/ia64/conf/SKI
+++ b/sys/ia64/conf/SKI
@@ -33,7 +33,7 @@ maxusers 32
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE
-options SKI #Support for HP simulator
+options SKI #Support for HP simulator
options INET #InterNETworking
#options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
@@ -51,9 +51,9 @@ 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 P1003_1B #Posix P1003_1B real-time extentions
+options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
-options CONSPEED=115200
+options CONSPEED=115200
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
# Debugging for use in -current
OpenPOWER on IntegriCloud