Fix typo.
This commit is contained in:
parent
e37a4f8dcc
commit
980ac3a9eb
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC,v 1.5 2000/02/12 03:34:41 thorpej Exp $
|
||||
# $NetBSD: GENERIC,v 1.6 2000/02/12 08:52:11 tsutsui Exp $
|
||||
|
||||
# news68k GENERIC config file;
|
||||
#
|
||||
include "arch/news68k/conf/std.news68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.5 $"
|
||||
#ident "GENERIC-$Revision: 1.6 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -19,7 +19,7 @@ options KTRACE # system call tracing support
|
|||
options SYSVMSG # System V message queues
|
||||
options SYSVSEM # System V semaphores
|
||||
options SYSVSHM # System V shared memory
|
||||
#optoins SHMMAXPGS=1024 # 1024 pages is the default
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
options LKM # loadable kernel modules
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: LIBERO,v 1.3 2000/02/12 03:34:41 thorpej Exp $
|
||||
# $NetBSD: LIBERO,v 1.4 2000/02/12 08:52:11 tsutsui Exp $
|
||||
|
||||
# NEWS1750 config file;
|
||||
#
|
||||
|
@ -18,7 +18,7 @@ options KTRACE # system call tracing support
|
|||
options SYSVMSG # System V message queues
|
||||
options SYSVSEM # System V semaphores
|
||||
options SYSVSHM # System V shared memory
|
||||
#optoins SHMMAXPGS=1024 # 1024 pages is the default
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
options LKM # loadable kernel modules
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NEWS1200,v 1.2 2000/02/12 03:34:41 thorpej Exp $
|
||||
# $NetBSD: NEWS1200,v 1.3 2000/02/12 08:52:11 tsutsui Exp $
|
||||
|
||||
# news1200 config file
|
||||
#
|
||||
|
@ -16,7 +16,7 @@ options KTRACE # system call tracing support
|
|||
options SYSVMSG # System V message queues
|
||||
options SYSVSEM # System V semaphores
|
||||
options SYSVSHM # System V shared memory
|
||||
#optoins SHMMAXPGS=1024 # 1024 pages is the default
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
options LKM # loadable kernel modules
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
|
|
Loading…
Reference in New Issue