summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/fcatomic.fncs6
1 files 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 <parameter>atomic</parameter>. 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 <parameter>atomic</parameter>.
+Returns FcFalse if the file is already locked, else returns FcTrue and
+leaves the file locked.
@@
@RET@ FcChar8 *