diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/membarrier.2 | 2 | ||||
| -rw-r--r-- | man2/openat2.2 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man2/membarrier.2 b/man2/membarrier.2 index f65c6be5ca..24a24ba862 100644 --- a/man2/membarrier.2 +++ b/man2/membarrier.2 @@ -261,7 +261,7 @@ is Linux-specific. .\" .BR rseq (2) .SH NOTES A memory barrier instruction is part of the instruction set of -architectures with weakly-ordered memory models. +architectures with weakly ordered memory models. It orders memory accesses prior to the barrier and after the barrier with respect to matching barriers on other cores. diff --git a/man2/openat2.2 b/man2/openat2.2 index ff5204040d..3ea50138b8 100644 --- a/man2/openat2.2 +++ b/man2/openat2.2 @@ -353,7 +353,7 @@ as symbolic links are very widely used by end-users. Setting this flag indiscriminately\(emi.e., for purposes not specifically related to security\(emfor all uses of .BR openat2 () -may result in spurious errors on previously-functional systems. +may result in spurious errors on previously functional systems. This may occur if, for example, a system pathname that is used by an application is modified (e.g., in a new distribution release) @@ -380,7 +380,7 @@ as bind mounts are widely used by end-users. Setting this flag indiscriminately\(emi.e., for purposes not specifically related to security\(emfor all uses of .BR openat2 () -may result in spurious errors on previously-functional systems. +may result in spurious errors on previously functional systems. This may occur if, for example, a system pathname that is used by an application is modified (e.g., in a new distribution release) |
