diff options
author | 2005-11-30 08:53:29 +0000 | |
---|---|---|
committer | 2005-11-30 08:53:29 +0000 | |
commit | 3fb8824d54570994d96cfa07ae385fb64708e423 (patch) | |
tree | 437299d62d3c5f7d43ccb6c3373a74e28c8bfc6d | |
parent | Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time (diff) | |
download | wireguard-openbsd-3fb8824d54570994d96cfa07ae385fb64708e423.tar.xz wireguard-openbsd-3fb8824d54570994d96cfa07ae385fb64708e423.zip |
document `-ztz';
-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 |