summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-01-08 23:23:38 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-01-08 23:23:38 +0000
commit4dc30ea10149bdf88cbb716fedfc6385ee8413f1 (patch)
tree9d9e8e30a982fd13167586adbf966ec3db48e1e5 /share
parent044607b6cf8a6b0f7d82eab78c63098e49c31e51 (diff)
Allow UKC to change tz with 'timezone' command.
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/boot_config.813
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man8/boot_config.8 b/share/man/man8/boot_config.8
index f4c4694409d..ae2bcaf2455 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.9 1999/07/09 13:35:36 aaron Exp $
+.\" $OpenBSD: boot_config.8,v 1.10 2000/01/08 23:23:37 d Exp $
.\"
.\" Copyright (c) 1996 Mats O Jansson
.\" All rights reserved.
@@ -56,6 +56,9 @@ using 430 buffers containing 1761280 bytes of memory
User Kernel Config
UKC>
.Ed
+.Pp
+Changes made can be saved for the next reboot, by using
+.Xr config 8 .
.Sh COMMANDS
.Bl -tag -width "disable devno | dev" indent
.It Ic add Ar dev
@@ -86,6 +89,11 @@ Show all devices for which attribute
.Ar attr
has the value
.Ar val .
+.It Ic timezone Op Ar minuteswest Op Ar dst
+Change the
+.Va tz
+timezone structure.
+Without arguments, displays its current value.
.It Ic verbose
Toggle the autoconfig verbose variable.
.El
@@ -201,10 +209,7 @@ commands.
Continuing...
mainbus0 (root)
.Ed
-.Pp
.Sh BUGS
The add command is rather restricted, and might be expanded in the future.
-.Pp
-There is no way to save the configuration for next boot.
.Sh AUTHOR
Mats O Jansson <moj@stacken.kth.se>