summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-03-20 20:34:37 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-03-20 20:34:37 +0000
commitaa07a980f7fbe8b3acdbd7d922bc01154acaad7a (patch)
tree727213f3860477f5a55e6046aa9f17821cfe402f
parent8201f60ceaa05dbdb3dc8dce12ee0577fc8ef3aa (diff)
document the args to the "timezone" command;
fixes documentation/5403: dst argument not defined in config manpage from James Hartley
-rw-r--r--share/man/man8/boot_config.86
-rw-r--r--usr.sbin/config/config.86
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)