diff options
-rw-r--r-- | share/man/man8/boot_config.8 | 6 | ||||
-rw-r--r-- | usr.sbin/config/config.8 | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man8/boot_config.8 b/share/man/man8/boot_config.8 index 20fd39b6294..2b0f490d228 100644 --- a/share/man/man8/boot_config.8 +++ b/share/man/man8/boot_config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_config.8,v 1.23 2004/12/20 22:12:43 jsg Exp $ +.\" $OpenBSD: boot_config.8,v 1.24 2007/03/20 20:34:36 jmc Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson .\" All rights reserved. @@ -95,6 +95,10 @@ has the value Change the .Va tz timezone structure. +.Va minuteswest +is the number of minutes west of GMT and +.Va dst +is non-zero if Daylight Saving Time is in effect. Without arguments, displays its current value. .It Ic verbose Toggle the autoconfig verbose variable. diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index ba86452b869..75eda51edfb 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.49 2007/03/20 20:19:09 jmc Exp $ +.\" $OpenBSD: config.8,v 1.50 2007/03/20 20:34:36 jmc Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -337,6 +337,10 @@ has the value Change the .Va tz timezone structure. +.Va minuteswest +is the number of minutes west of GMT and +.Va dst +is non-zero if Daylight Saving Time is in effect. Without arguments, displays its current value. .El .Sh EXAMPLES (kernel building) |