diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-11-30 08:53:30 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-11-30 08:53:30 +0000 |
commit | 40676628c2c4aaeab3fd20002cb7762cc78e3017 (patch) | |
tree | ae27ae6ae48dfbf1108edab1cd13cab75e60438e /usr.bin | |
parent | 1fcb44d8d6accf4b13417c63d21bd922f79d386a (diff) |
document `-ztz';
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/rcsdiff.1 | 5 | ||||
-rw-r--r-- | usr.bin/rcs/rlog.1 | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsdiff.1 b/usr.bin/rcs/rcsdiff.1 index 613b395631d..556ec2b4353 100644 --- a/usr.bin/rcs/rcsdiff.1 +++ b/usr.bin/rcs/rcsdiff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsdiff.1,v 1.13 2005/11/22 19:31:30 jmc Exp $ +.\" $OpenBSD: rcsdiff.1,v 1.14 2005/11/30 08:53:29 xsa Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -30,6 +30,7 @@ .Op Fl r Ns Ar rev2 .Oc .Op Fl x Ns Ar suffixes +.Op Fl z Ns Ar tz .Ar file ... .Ek .Sh DESCRIPTION @@ -68,6 +69,8 @@ Specifies the suffixes for RCS files. Suffixes should be separated by the .Sq / character. +.It Fl z Ns Ar tz +Specify the date output format. .El .Sh ENVIRONMENT .Bl -tag -width RCSINIT diff --git a/usr.bin/rcs/rlog.1 b/usr.bin/rcs/rlog.1 index d1664e86bc6..2c9a1e74413 100644 --- a/usr.bin/rcs/rlog.1 +++ b/usr.bin/rcs/rlog.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlog.1,v 1.8 2005/11/29 09:16:07 xsa Exp $ +.\" $OpenBSD: rlog.1,v 1.9 2005/11/30 08:53:29 xsa Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -29,6 +29,7 @@ .Op Fl s Ns Ar states .Op Fl w Ns Op Ar logins .Op Fl x Ns Ar suffixes +.Op Fl z Ns Ar tz .Ar file ... .Ek .Sh DESCRIPTION @@ -107,6 +108,12 @@ Specifies the suffixes for RCS files. Suffixes should be separated by the .Sq / character. +.It Fl z Ns Ar tz +Specify the date output format, and the default timezone for +.Ar dates +used in the +.Fl d +option. .El .Sh ENVIRONMENT .Bl -tag -width RCSINIT |