diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-20 20:34:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-20 20:34:37 +0000 |
commit | aa07a980f7fbe8b3acdbd7d922bc01154acaad7a (patch) | |
tree | 727213f3860477f5a55e6046aa9f17821cfe402f /usr.sbin/config/config.8 | |
parent | 8201f60ceaa05dbdb3dc8dce12ee0577fc8ef3aa (diff) |
document the args to the "timezone" command;
fixes documentation/5403: dst argument not defined in config manpage
from James Hartley
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r-- | usr.sbin/config/config.8 | 6 |
1 files changed, 5 insertions, 1 deletions
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) |