diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-06 14:47:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-06 14:47:21 +0000 |
commit | d7d292a1436ef78c77aa0653b0d59d6de9d98145 (patch) | |
tree | 19f277d6647c7596b4ca0b39f38e3baa0fa823db /usr.bin/rcs/rlog.1 | |
parent | 92107daf44524d76e29e39fb793d562dfd31325e (diff) |
move compat flags into a STANDARDS section;
Diffstat (limited to 'usr.bin/rcs/rlog.1')
-rw-r--r-- | usr.bin/rcs/rlog.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/rcs/rlog.1 b/usr.bin/rcs/rlog.1 index 5233c8bd1e8..96e456d6493 100644 --- a/usr.bin/rcs/rlog.1 +++ b/usr.bin/rcs/rlog.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlog.1,v 1.12 2006/03/06 09:41:53 deraadt Exp $ +.\" $OpenBSD: rlog.1,v 1.13 2006/03/06 14:47:20 jmc Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl bhLNqRTtV +.Op Fl bhLNqRtV .Op Fl d Ns Ar dates .Op Fl l Ns Op Ar lockers .Op Fl r Ns Op Ar revs @@ -127,9 +127,6 @@ Print information about revisions whose state matches one of the specified .Ar states . Multiple states may be specified as a comma-separated list. -.It Fl T -No effect. -For compatibility. .It Fl t Print header and description only. .It Fl V @@ -174,3 +171,8 @@ Print the names of RCS files with locks set: .Xr rcsclean 1 , .Xr rcsdiff 1 , .Xr rcsmerge 1 +.Sh STANDARDS +The flag +.Op Fl T +has no effect and is provided +for compatibility only. |