From 7190be72b75eb95c5cb8a7ec1eaca045bd1d4f9d Mon Sep 17 00:00:00 2001 From: Niall O'Higgins Date: Thu, 3 Nov 2005 16:08:04 +0000 Subject: - update comment for checkout_rev() for bitwise flags. --- usr.bin/rcs/co.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'usr.bin/rcs') 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 * All rights reserved. @@ -164,10 +164,7 @@ checkout_usage(void) /* * Checkout revision from RCSFILE , writing it to the path - * 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 if it is not NULL. - * In the case of LOCK_UNLOCK, all locks are removed for that revision. + * Currenly recognised are CO_LOCK, CO_UNLOCK and CO_REVDATE. * * Returns 0 on success, -1 on failure. */ -- cgit v1.2.3