]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
openat2.2: spfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 30 Mar 2020 06:53:59 +0000 (08:53 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 30 Mar 2020 08:19:20 +0000 (10:19 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/openat2.2

index 519d472b89c3820b45bddd67fac7c1df2b1dbe14..c7b1a4c4f72f359bcc1e030d8459044d3f709ac9 100644 (file)
@@ -79,7 +79,7 @@ system call is an extension of
 .BR openat (2)
 and provides a superset of its functionality.
 Rather than taking a single
-.I flag
+.I flags
 argument, an extensible structure (\fIhow\fP) is passed instead to allow for
 future extensions.
 .I size
@@ -113,7 +113,7 @@ Any future extensions to
 will be implemented as new fields appended to the above structure, with the
 zero value of the new fields acting as though the extension were not present.
 Therefore, users must ensure that they zero-fill this structure on
-initialisation (see the "Extensibility" section of
+initialization (see the "Extensibility" section of
 the
 .B NOTES
 for more detail on why this is necessary.)
@@ -185,7 +185,7 @@ mounts).
 Users of this flag are encouraged to make its use configurable (unless it is
 used for a specific security purpose), as bind mounts are very widely used by
 end-users.
-Setting this flag indiscrimnately for all uses of
+Setting this flag indiscriminately for all uses of
 .IR openat2 ()
 may result in spurious errors on previously-functional systems.
 .TP
@@ -205,7 +205,7 @@ file descriptor referencing the symbolic link will be returned.
 Users of this flag are encouraged to make its use configurable (unless it is
 used for a specific security purpose), as symbolic links are very widely used
 by end-users.
-Setting this flag indiscrimnately for all uses of
+Setting this flag indiscriminately for all uses of
 .IR openat2 ()
 may result in spurious errors on previously-functional systems.
 .TP
@@ -227,7 +227,7 @@ Magic-links are symbolic link-like objects that are most notably found in
 Due to the potential danger of unknowingly opening these magic links,
 it may be
 preferable for users to disable their resolution entirely (see
-.BR symbolic link (7)
+.BR symlink (7)
 for more details.)
 .TP
 .B RESOLVE_BENEATH
@@ -362,7 +362,7 @@ This system call is Linux-specific.
 
 The semantics of
 .B RESOLVE_BENEATH
-were modelled after FreeBSD's
+were modeled after FreeBSD's
 .BR O_BENEATH .
 .SH NOTES
 Glibc does not provide a wrapper for this system call; call it using
@@ -431,7 +431,7 @@ updated), userspace programs should zero-fill
 to ensure that re-compiling the program with new headers will not result in
 spurious errors at runtime.
 The simplest way is to use a designated
-initialiser:
+initializer:
 .PP
 .in +4n
 .EX