Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/conf Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/12504b86c510
branches:  trunk
changeset: 482020:12504b86c510
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 12 08:52:11 2000 +0000

description:
Fix typo.

diffstat:

 sys/arch/news68k/conf/GENERIC  |  6 +++---
 sys/arch/news68k/conf/LIBERO   |  4 ++--
 sys/arch/news68k/conf/NEWS1200 |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (61 lines):

diff -r d675800f2aee -r 12504b86c510 sys/arch/news68k/conf/GENERIC
--- a/sys/arch/news68k/conf/GENERIC     Sat Feb 12 08:38:13 2000 +0000
+++ b/sys/arch/news68k/conf/GENERIC     Sat Feb 12 08:52:11 2000 +0000
@@ -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        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)
 
diff -r d675800f2aee -r 12504b86c510 sys/arch/news68k/conf/LIBERO
--- a/sys/arch/news68k/conf/LIBERO      Sat Feb 12 08:38:13 2000 +0000
+++ b/sys/arch/news68k/conf/LIBERO      Sat Feb 12 08:52:11 2000 +0000
@@ -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        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)
 
diff -r d675800f2aee -r 12504b86c510 sys/arch/news68k/conf/NEWS1200
--- a/sys/arch/news68k/conf/NEWS1200    Sat Feb 12 08:38:13 2000 +0000
+++ b/sys/arch/news68k/conf/NEWS1200    Sat Feb 12 08:52:11 2000 +0000
@@ -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        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)
 



Home | Main Index | Thread Index | Old Index