diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-05-17 00:58:02 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-05-17 00:58:02 +0000 |
commit | f95b1eaefd00260cf97e73d082814a3c046f2570 (patch) | |
tree | a449bed5d2122d8be7503fd01fa0c3bda3bed6d1 /sys/arch/i386 | |
parent | abe2d9975d32e7a640780ccc9a8130bf6b0d2d24 (diff) |
It's Daylight Saving Time, not Savings. Fix comments.
Discussed with pjanzen@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 212868813c7..f948eb0bab9 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.34 2001/05/16 05:07:49 millert Exp $ +# $OpenBSD: DISKLESS,v 1.35 2001/05/17 00:57:55 pvalchev Exp $ # $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $ # # DISKLESS -- Generic machine setup for diskless boot. @@ -38,7 +38,7 @@ option CRYPTO # Cryptographic framework maxusers 32 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option NTP # hooks supporting the Network Time Protocol option SWAPPAGER # paging; REQUIRED diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index efcb6fc0821..fa2889d9835 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.104 2001/05/16 09:06:34 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.105 2001/05/17 00:57:55 pvalchev Exp $ machine i386 # architecture, used by config; REQUIRED @@ -18,7 +18,7 @@ option SMALL_KERNEL maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index f946fe35817..9bc80f1a05c 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.38 2001/05/16 09:06:35 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.39 2001/05/17 00:57:56 pvalchev Exp $ machine i386 # architecture, used by config; REQUIRED @@ -18,7 +18,7 @@ option SMALL_KERNEL maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index fb74d8778bf..1fd256689a9 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.19 2001/05/16 09:06:36 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.20 2001/05/17 00:57:56 pvalchev Exp $ machine i386 # architecture, used by config; REQUIRED @@ -18,7 +18,7 @@ option SMALL_KERNEL maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index dca7fa69661..18d260a3622 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.44 2001/05/05 23:25:32 art Exp $ +# $OpenBSD: RAMDISK_CD,v 1.45 2001/05/17 00:57:56 pvalchev Exp $ machine i386 # architecture, used by config; REQUIRED @@ -17,7 +17,7 @@ option UVM # use the UVM virtual memory system. REQUIRED maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices |