]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man*/: wfix
authorGünther Noack <gnoack3000@gmail.com>
Sat, 22 Apr 2023 15:06:46 +0000 (17:06 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 23 Apr 2023 16:02:28 +0000 (18:02 +0200)
Fix spelling of "run time", as documented in man-pages(7):

-  "run time" in two words when used as a noun
-  "run-time" with hyphen when used as an adjective

There is another occurrence in bpf-helpers.7,
but that content gets generated from the kernel source
and should be fixed there.

Signed-off-by: Günther Noack <gnoack3000@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/mount_setattr.2
man2/openat2.2
man7/landlock.7

index 24801a4bd7b83269bd8f272f3296d9c2962323ba..8df02641a437f0eeb6a0ce44a76a28c150f823cd 100644 (file)
@@ -862,7 +862,7 @@ may change in the future
 user-space applications should zero-fill
 .I struct mount_attr
 to ensure that recompiling the program with new headers will not result in
-spurious errors at runtime.
+spurious errors at run time.
 The simplest way is to use a designated initializer:
 .PP
 .in +4n
index e90211fadb8b4620c1e7467dbe0db271dc1301f0..1828510893730b816902515a74f99952a9c08931 100644 (file)
@@ -545,7 +545,7 @@ may change in the future (with new fields being added when system headers are
 updated), user-space applications should zero-fill
 .I struct open_how
 to ensure that recompiling the program with new headers will not result in
-spurious errors at runtime.
+spurious errors at run time.
 The simplest way is to use a designated
 initializer:
 .PP
index b6c9d3821cfa97f210ee82776d87ba963be7ca3e..df7b87e80f45250622717345dc5e6c7694994ab3 100644 (file)
@@ -251,7 +251,7 @@ will stay enforced on all this thread's descendants.
 This allows creating standalone and modular security policies
 per application,
 which will automatically be composed between themselves
-according to their runtime parent policies.
+according to their run-time parent policies.
 .\"
 .SS Ptrace restrictions
 A sandboxed process has less privileges than a non-sandboxed process and