diff options
author | 2005-11-03 16:08:03 +0000 | |
---|---|---|
committer | 2005-11-03 16:08:03 +0000 | |
commit | fb04147799c22d0550dc7a7095f916403a856c15 (patch) | |
tree | 86b76f8f9dfcbeea12e9c3d9ca34abf86f880fcd | |
parent | output tweaks; (diff) | |
download | wireguard-openbsd-fb04147799c22d0550dc7a7095f916403a856c15.tar.xz wireguard-openbsd-fb04147799c22d0550dc7a7095f916403a856c15.zip |
- update comment for checkout_rev() for bitwise flags.
-rw-r--r-- | usr.bin/rcs/co.c | 7 |
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. */ |