openat2.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-03-30 21:17:52 +02:00
parent a424f7c064
commit 39bfd04683
1 changed files with 4 additions and 4 deletions

View File

@ -231,7 +231,7 @@ Setting this flag indiscriminately for all uses of
may result in spurious errors on previously-functional systems.
.TP
.B RESOLVE_NO_MAGICLINKS
Disallow all magic link resolution during path resolution.
Disallow all magic-link resolution during path resolution.
.IP
If the trailing component (i.e., basename) of
.I pathname
@ -245,7 +245,7 @@ then an
.B O_PATH
file descriptor referencing the magic link will be returned.
.IP
Magic-links are symbolic link-like objects that are most notably found in
Magic links are symbolic link-like objects that are most notably found in
.BR proc (5)
(examples include
.IR /proc/[pid]/exe
@ -268,7 +268,7 @@ This causes absolute symbolic links (and absolute values of
.IR pathname )
to be rejected.
.IP
Currently, this flag also disables magic link resolution.
Currently, this flag also disables magic-link resolution.
However, this may change in the future.
Therefore, to ensure that magic links are not resolved,
the caller should explicitly specify
@ -308,7 +308,7 @@ resolution) which
.BR chroot (2)
does not.
.IP
Currently, this flag also disables magic link resolution.
Currently, this flag also disables magic-link resolution.
However, this may change in the future.
Therefore, to ensure that magic links are not resolved,
the caller should explicitly specify