diff options
author | 2007-09-09 17:18:53 +0000 | |
---|---|---|
committer | 2007-09-09 17:18:53 +0000 | |
commit | b1e7a0e0dc8aed6f24f75c512c2f571890b0794b (patch) | |
tree | 17603be58cd3a6225a4fe95db99654161891896b | |
parent | Move redundant prompt/fgets/sscanf lines into a function with (diff) | |
download | wireguard-openbsd-b1e7a0e0dc8aed6f24f75c512c2f571890b0794b.tar.xz wireguard-openbsd-b1e7a0e0dc8aed6f24f75c512c2f571890b0794b.zip |
Mention -q in compatibility section.
OK jmc.
-rw-r--r-- | usr.bin/rcs/rlog.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/rcs/rlog.1 b/usr.bin/rcs/rlog.1 index 3fe19f6c741..df1b93ce1cb 100644 --- a/usr.bin/rcs/rlog.1 +++ b/usr.bin/rcs/rlog.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlog.1,v 1.22 2007/09/09 17:01:38 ray Exp $ +.\" $OpenBSD: rlog.1,v 1.23 2007/09/09 17:18:53 ray Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -190,7 +190,7 @@ Print the names of RCS files with locks set: .Xr rcsdiff 1 , .Xr rcsmerge 1 .Sh STANDARDS -The flag -.Op Fl T -has no effect and is provided +The flags +.Op Fl qT +have no effect and are provided for compatibility only. |