]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
mmap.2, proc.5, bpf-helpers.7, cpuset.7: tfix
authorSamanta Navarro <ferivoz@riseup.net>
Sun, 4 Oct 2020 11:44:34 +0000 (11:44 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 7 Oct 2020 17:24:59 +0000 (19:24 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/mmap.2
man5/proc.5
man7/bpf-helpers.7
man7/cpuset.7

index 545597eb839c2b5bb111955bbffc6acf38f14d27..9393294c620a20b6f96b817ad36ccad8f5b38ad3 100644 (file)
@@ -437,7 +437,7 @@ For other files, creating a mapping with this flag results in an
 error.
 .IP
 Shared file mappings with this flag provide the guarantee that while
-some memory is writably mapped in the address space of the process,
+some memory is mapped writable in the address space of the process,
 it will be visible in the same file at the same offset even after
 the system crashes or is rebooted.
 In conjunction with the use of appropriate CPU instructions,
index 67b9e7a911d4a438657b9ffe00a3ee9071fe4b9b..ed309380b53bf53b8cae38e97da3ce809af68eca 100644 (file)
@@ -114,7 +114,7 @@ specific program
 (so long as the program doesn't otherwise reveal itself by its behavior).
 .\" As an additional bonus, since
 .\" .IR /proc/[pid]/cmdline
-.\" is unaccessible for other users,
+.\" is inaccessible for other users,
 .\" poorly written programs passing sensitive information via
 .\" program arguments are now protected against local eavesdroppers.
 .TP
index a18be23d16414155f988f50a682b66f204a021f0..57d218535b5b1ca3b4f662747dc0e57b4bafedeb 100644 (file)
@@ -2075,7 +2075,7 @@ egress path otherwise). This is the only flag supported for now.
 .B Description
 This helper is used in programs implementing policies at the
 skb socket level. If the sk_buff \fIskb\fP is allowed to pass (i.e.
-if the verdeict eBPF program returns \fBSK_PASS\fP), redirect it
+if the verdict eBPF program returns \fBSK_PASS\fP), redirect it
 to the socket referenced by \fImap\fP (of type
 \fBBPF_MAP_TYPE_SOCKHASH\fP) using hash \fIkey\fP\&. Both ingress and
 egress interfaces can be used for redirection. The
index cbc6cf76d1a283278ef6f3b687e54cec366226d5..1d6c5ea89ee840d4109e447c82d45bc13af0c0f6 100644 (file)
@@ -317,7 +317,7 @@ Flag (0 or 1).
 If set (1), the kernel slab caches
 for file I/O (directory and inode structures) are
 uniformly spread across the cpuset.
-By defaultBy default, is off (0) in the top cpuset,
+By default, is off (0) in the top cpuset,
 and inherited from the parent cpuset in
 newly created cpusets.
 See the \fBMemory Spread\fR section, below.