diff options
author | 2006-03-06 14:47:20 +0000 | |
---|---|---|
committer | 2006-03-06 14:47:20 +0000 | |
commit | 8c6f39010bf40155c45ae5701c517590ef6f7916 (patch) | |
tree | 7c49e8441cd96f91b9dc754f01d987e58c2d5895 | |
parent | move compat flags into a STANDARDS section; (diff) | |
download | wireguard-openbsd-8c6f39010bf40155c45ae5701c517590ef6f7916.tar.xz wireguard-openbsd-8c6f39010bf40155c45ae5701c517590ef6f7916.zip |
move compat flags into a STANDARDS section;
-rw-r--r-- | usr.bin/rcs/rlog.1 | 12 | ||||
-rw-r--r-- | usr.bin/rcs/rlog.c | 4 |
2 files changed, 9 insertions, 7 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. diff --git a/usr.bin/rcs/rlog.c b/usr.bin/rcs/rlog.c index 89523893db2..7521b055401 100644 --- a/usr.bin/rcs/rlog.c +++ b/usr.bin/rcs/rlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rlog.c,v 1.23 2006/01/25 08:02:26 xsa Exp $ */ +/* $OpenBSD: rlog.c,v 1.24 2006/03/06 14:47:20 jmc Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org> @@ -48,7 +48,7 @@ void rlog_usage(void) { fprintf(stderr, - "usage: rlog [-hLNqRTtV] [-l[lockers]] [-sstates] [-w[logins]]\n" + "usage: rlog [-hLNqRtV] [-l[lockers]] [-sstates] [-w[logins]]\n" " [-xsuffixes] file ...\n"); } |