diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-26 08:42:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-26 08:42:01 +0000 |
commit | a39f39d53cb2da4010120e04cc662d9e8f6af594 (patch) | |
tree | 54ce80bae2adac25d851014de759621c9cff81b2 /usr.bin/rcs | |
parent | 8a8090761fc39d7a6db1e0c09cb4537dbe9ac915 (diff) |
don't talk about "shared mode";
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/rcs.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index b1ca9cd98cb..56d0d5bfa1b 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.35 2006/04/24 22:34:08 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.36 2006/04/26 08:42:00 jmc Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -373,7 +373,7 @@ file: .Pp .Dl $ co foo.c .Pp -This command checks the file out in shared or unlocked mode. +This command checks the file out in unlocked mode. If a user wants to have exclusive access to the file to make changes to it, it needs to be checked out in locked mode using the .Fl l |