summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2005-11-03 16:08:04 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2005-11-03 16:08:04 +0000
commit7190be72b75eb95c5cb8a7ec1eaca045bd1d4f9d (patch)
tree3fbc22b491c33c2b2570a8a453f8bb44a33430f1 /usr.bin/rcs
parentd3f6a6824b60ddbeef2348206e1e710add347a38 (diff)
- update comment for checkout_rev() for bitwise flags.
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r--usr.bin/rcs/co.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c
index 5c7e637efe9..e97444e1c57 100644
--- a/usr.bin/rcs/co.c
+++ b/usr.bin/rcs/co.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: co.c,v 1.27 2005/11/03 15:41:52 niallo Exp $ */
+/* $OpenBSD: co.c,v 1.28 2005/11/03 16:08:03 niallo Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -164,10 +164,7 @@ checkout_usage(void)
/*
* Checkout revision <rev> from RCSFILE <file>, writing it to the path <dst>
- * <lkmode> is either LOCK_LOCK or LOCK_UNLOCK or something else
- * (which has no effect).
- * In the case of LOCK_LOCK, a lock is set for <username> if it is not NULL.
- * In the case of LOCK_UNLOCK, all locks are removed for that revision.
+ * Currenly recognised <flags> are CO_LOCK, CO_UNLOCK and CO_REVDATE.
*
* Returns 0 on success, -1 on failure.
*/