diff options
author | 2006-04-20 09:04:43 +0000 | |
---|---|---|
committer | 2006-04-20 09:04:43 +0000 | |
commit | fbc41da793195e97a4385de89aab0a09cc53380d (patch) | |
tree | 04fe8b1f91bf89574a0e89454f7cd6ea5ae02f7e | |
parent | constify char *infile here, too. noticed by lint. (diff) | |
download | wireguard-openbsd-fbc41da793195e97a4385de89aab0a09cc53380d.tar.xz wireguard-openbsd-fbc41da793195e97a4385de89aab0a09cc53380d.zip |
add a compatibility note; suggested by and ok xsa
-rw-r--r-- | usr.bin/rcs/rcs.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index d2e23a41995..4f9dcc6f9e3 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.30 2006/04/19 13:57:06 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.31 2006/04/20 09:04:43 jmc Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -408,6 +408,9 @@ for more information. .Xr rcsmerge 1 , .Xr rlog 1 .Sh STANDARDS +OpenRCS is compatible with +Walter Tichy's original RCS implementation. +.Pp The flag .Op Fl z has no effect and is provided |