diff options
author | Keith Packard <keithp@koto.keithp.com> | 2007-11-03 13:05:25 -0700 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-11-03 13:05:25 -0700 |
commit | 910db318ae67693f7bc17f0bdc61caaf555365ae (patch) | |
tree | e8377d4bc3a9741a0b6dc2a6118c72dd552f053c /doc | |
parent | d0e2a0f3a37ace2d5de6f18e7871a8efaf6580c2 (diff) |
Correct documentation for FcAtomicLock (Bug 12947).
FcAtomicLock can only be called once from any process.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcatomic.fncs | 6 |
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 * |