diff options
author | 2002-09-11 10:27:21 +0000 | |
---|---|---|
committer | 2002-09-11 10:27:21 +0000 | |
commit | 235e87a2a59faef248dae4b020a3fff42b9eb269 (patch) | |
tree | b76edcfcb1f0faa8c64aebed392bb1df2f48ac49 | |
parent | signed vs unsigned from -pedantic. (diff) | |
download | wireguard-openbsd-235e87a2a59faef248dae4b020a3fff42b9eb269.tar.xz wireguard-openbsd-235e87a2a59faef248dae4b020a3fff42b9eb269.zip |
document TIMEZONE.
-rw-r--r-- | share/man/man4/options.4 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 33f20dddcf3..89e6568cecf 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.107 2002/08/24 17:21:44 matthieu Exp $ +.\" $OpenBSD: options.4,v 1.108 2002/09/11 10:27:21 itojun Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -1055,6 +1055,21 @@ status can still be obtained using .Xr apm 8 and/or .Xr apmd 8 . +.It Cd option \&"TIMEZONE=value\&" +.Ar value +indicates the timezone offset of hardware realtime clock device, in minutes, +from UTC. +It is useful when hardware realtime clock device is configured with local time, +when you dual-boot +.Ox +with other operating systems on a single machine. +For instance, if hardware realtime clock is set to Tokyo time, +.Ar value +should be +.Li \&-540 +as Tokyo local time is 9 hours ahead of UTC. +Doublequote is needed when specifying a negative +.Ar value . .El .\" The following requests should be uncommented and used where appropriate. .\" .Sh FILES |