diff options
author | 2006-03-08 11:25:58 +0000 | |
---|---|---|
committer | 2006-03-08 11:25:58 +0000 | |
commit | 7de6321cbafb89ab77ee7589b48b34864ea4759b (patch) | |
tree | a3dfb5ca865c978ad9fa8db15449c7f4a1bd58f1 | |
parent | fix race condition in SCP for real. (diff) | |
download | wireguard-openbsd-7de6321cbafb89ab77ee7589b48b34864ea4759b.tar.xz wireguard-openbsd-7de6321cbafb89ab77ee7589b48b34864ea4759b.zip |
do not point to rcsfile(5) as we do not provide it.
-rw-r--r-- | usr.bin/rcs/rcs.1 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index c4b5f7cc8a4..79bb6d04b34 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.22 2006/03/07 11:17:07 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.23 2006/03/08 11:25:58 xsa Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -110,9 +110,6 @@ Files created this way contain no revision. Specify the keyword substitution mode. .It Fl L Enable strict locking on the RCS files. -See -.Xr rcsfile 5 -for more details on locking. .It Fl M Disable mail warnings when breaking a user's lock. Normally, @@ -188,9 +185,6 @@ terminated by end-of-file or by a line containing the character by itself. .It Fl U Disable strict locking on the RCS files. -See -.Xr rcsfile 5 -for more details on locking. .It Fl V Print the program's version string and exit. .It Fl x Ns Ar suffixes |