From 910db318ae67693f7bc17f0bdc61caaf555365ae Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 3 Nov 2007 13:05:25 -0700 Subject: [PATCH] Correct documentation for FcAtomicLock (Bug 12947). FcAtomicLock can only be called once from any process. --- doc/fcatomic.fncs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/fcatomic.fncs b/doc/fcatomic.fncs index 9cd633c..ae27c68 100644 --- a/doc/fcatomic.fncs +++ b/doc/fcatomic.fncs @@ -38,9 +38,9 @@ a consistent and complete file without the need to lock for reading. @TYPE1@ FcAtomic * @ARG1@ atomic @PURPOSE@ lock a file @DESC@ -Attempts to lock the file referenced by atomic. Returns FcFalse if the -file is locked by another process, else returns FcTrue and leaves the file -locked. +Attempts to lock the file referenced by atomic. +Returns FcFalse if the file is already locked, else returns FcTrue and +leaves the file locked. @@ @RET@ FcChar8 * -- 2.39.2