summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rlog.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-03-27 08:20:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-03-27 08:20:56 +0000
commit1180852a8efcaa569b62839436dd05fc129bce77 (patch)
treec93ca39a639b6a7488c0887b7262f285f6728b48 /usr.bin/rcs/rlog.1
parent559bfdc666ff524e0e8c27567d3e04b76c48cdba (diff)
beef up the -z description; ok xsa
Diffstat (limited to 'usr.bin/rcs/rlog.1')
-rw-r--r--usr.bin/rcs/rlog.119
1 files changed, 15 insertions, 4 deletions
diff --git a/usr.bin/rcs/rlog.1 b/usr.bin/rcs/rlog.1
index 96e456d6493..710bc070250 100644
--- a/usr.bin/rcs/rlog.1
+++ b/usr.bin/rcs/rlog.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rlog.1,v 1.13 2006/03/06 14:47:20 jmc Exp $
+.\" $OpenBSD: rlog.1,v 1.14 2006/03/27 08:20:55 jmc Exp $
.\"
.\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org>
.\" All rights reserved.
@@ -72,6 +72,10 @@ character to imply an inclusive specification.
Several specifications can be used by separating them with the
.Sq \&;
character.
+.Pp
+See also the
+.Fl z
+option, below.
.It Fl h
Print header.
.It Fl L
@@ -143,9 +147,16 @@ Suffixes should be separated by the
.Sq /
character.
.It Fl z Ns Ar tz
-Specify the date output format, and the default time zone for
-.Ar dates
-used in the
+Specify the date output format.
+The
+.Ar tz
+argument should be a numeric UTC offset
+(e.g. +02.45 would specify an offset of 2 hours 45 minutes).
+.Sq LT
+may instead be used to specify local time.
+If no argument is given, a default format is used.
+This option is also used to set the default time zone for
+dates used in the
.Fl d
option.
.El