diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2011-07-12 21:00:33 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2011-07-12 21:00:33 +0000 |
commit | 01e3a32028e8a71e20dcb7b47730dc387f326f43 (patch) | |
tree | f1e6b5ad745b52e5b44ff20fc26f076fd9b01bad /usr.bin/rcs/rcs.1 | |
parent | a694c2b4ac1c425a91e0e228e2f4409a4adfefac (diff) |
argument to -t is optional.
ok jmc@
Diffstat (limited to 'usr.bin/rcs/rcs.1')
-rw-r--r-- | usr.bin/rcs/rcs.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index 5ff11ae48fa..1af5e32f91a 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.55 2010/09/03 11:09:29 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.56 2011/07/12 21:00:32 sobrado Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -24,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: July 12 2011 $ .Dt RCS 1 .Os .Sh NAME @@ -43,7 +43,7 @@ .Oo Fl m Ns Ar rev : .Ar msg Oc .Op Fl o Ns Ar rev -.Op Fl t Ns Ar str +.Op Fl t Ns Op Ar str .Op Fl u Ns Op Ar rev .Op Fl x Ns Ar suffixes .Ar @@ -153,7 +153,7 @@ until the last revision of the branch. Be quiet about reporting. .It Fl T Preserve the modification time of RCS files. -.It Fl t Ns Ar str +.It Fl t Ns Op Ar str Change the descriptive text. The argument .Ar str |