From 7eba810efa1330cb4987a97842de72280ee5c703 Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 18 Jun 2002 03:06:58 +0000 Subject: [PATCH] s/options\t\t/options \t/ --- sys/arch/i386/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9f073dda12db..52dd3aa40421 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.495 2002/06/17 16:33:06 christos Exp $ +# $NetBSD: GENERIC,v 1.496 2002/06/18 03:06:58 itojun Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.495 $" +#ident "GENERIC-$Revision: 1.496 $" maxusers 32 # estimated number of users @@ -69,7 +69,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT options NTP # NTP phase/frequency locked loop options KTRACE # system call tracing via ktrace(1) -options SYSTRACE # system call vetting via systrace(1) +options SYSTRACE # system call vetting via systrace(1) options SYSVMSG # System V-like message queues options SYSVSEM # System V-like semaphores