]> git.ipfire.org Git - thirdparty/man-pages.git/commit
If sops contains multiple operations, then these are performed
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 4 Mar 2007 17:29:43 +0000 (17:29 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 4 Mar 2007 17:29:43 +0000 (17:29 +0000)
commit87f434dfce5e9ad6b4914765c41db904ff5ae168
tree28b219963ea015962ec98b51f7826a7486cec120
parent24825f27868e86d730fa5e3389429673ae6d0a74
If sops contains multiple operations, then these are performed
in array order.  All Unix systems that I know of do this,
and some Linux applications depend on this behaviour.  SUSv3
made no explicit statement here, but SUSv3 will explicitly
require this behaviour.
Small rewording of explanation of "atomically".
man2/semop.2