diff options
author | 2006-04-20 09:13:49 +0000 | |
---|---|---|
committer | 2006-04-20 09:13:49 +0000 | |
commit | f28488a8e79861fc1431391a405dbe3e97e7ab4d (patch) | |
tree | b3983d3c027f227f5965eaa9430134036c2ed7f3 | |
parent | add a compatibility note; suggested by and ok xsa (diff) | |
download | wireguard-openbsd-f28488a8e79861fc1431391a405dbe3e97e7ab4d.tar.xz wireguard-openbsd-f28488a8e79861fc1431391a405dbe3e97e7ab4d.zip |
reinstate HISTORY, from cvsintro(7)...
suggested by xsa
-rw-r--r-- | usr.bin/rcs/rcs.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index 4f9dcc6f9e3..56a26dfdbd9 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.31 2006/04/20 09:04:43 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.32 2006/04/20 09:13:49 jmc Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -415,6 +415,13 @@ The flag .Op Fl z has no effect and is provided for compatibility only. +.Sh HISTORY +The OpenRCS project is a BSD-licensed rewrite of the original +Revision Control System. +OpenRCS is written by Jean-Francois Brousseau, Joris Vink, +Niall O'Higgins, and Xavier Santolaria. +The original RCS code was written in large parts by Walter F. Tichy +and Paul Eggert. .Sh CAVEATS For historical reasons, the RCS tools do not permit whitespace between options and their arguments. |