* posix.sgml (std-notes): Fix typo.

This commit is contained in:
Corinna Vinschen 2013-06-07 08:43:01 +00:00
parent 000e74dfd5
commit 6c860dfd25
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-06-07 Corinna Vinschen <corinna@vinschen.de>
* posix.sgml (std-notes): Fix typo.
2013-06-07 Corinna Vinschen <corinna@vinschen.de> 2013-06-07 Corinna Vinschen <corinna@vinschen.de>
* fhandler_disk_file.cc (fhandler_disk_file::pread): Skip to non-atomic * fhandler_disk_file.cc (fhandler_disk_file::pread): Skip to non-atomic

View File

@ -1491,7 +1491,7 @@ per-descriptor/per-process basis. For this purpose, use the call
After that, all file locks on this descriptor will follow Windows mandatory After that, all file locks on this descriptor will follow Windows mandatory
record locking semantics: Locks are per-descriptor/per-process; locks are not record locking semantics: Locks are per-descriptor/per-process; locks are not
propagated to child processes, not even via <function>execve</function>; propagated to child processes, not even via <function>execve</function>;
no atmoic replacement of read locks with write locks and vice versa on the no atomic replacement of read locks with write locks and vice versa on the
same descriptor; locks have to be unlocked exactly as they have been locked. same descriptor; locks have to be unlocked exactly as they have been locked.
</para> </para>