linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmap.2, proc.5, bpf-helpers.7, cpuset.7: tfix
@ 2020-10-04 11:44 Samanta Navarro
  2020-10-07  6:00 ` Jakub Wilk
  0 siblings, 1 reply; 3+ messages in thread
From: Samanta Navarro @ 2020-10-04 11:44 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

---
 man2/mmap.2        | 2 +-
 man5/proc.5        | 2 +-
 man7/bpf-helpers.7 | 2 +-
 man7/cpuset.7      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man2/mmap.2 b/man2/mmap.2
index 545597e..9393294 100644
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -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,
diff --git a/man5/proc.5 b/man5/proc.5
index 67b9e7a..ed30938 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -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
diff --git a/man7/bpf-helpers.7 b/man7/bpf-helpers.7
index a18be23..57d2185 100644
--- a/man7/bpf-helpers.7
+++ b/man7/bpf-helpers.7
@@ -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
diff --git a/man7/cpuset.7 b/man7/cpuset.7
index cbc6cf7..1d6c5ea 100644
--- a/man7/cpuset.7
+++ b/man7/cpuset.7
@@ -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.
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-07 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-04 11:44 [PATCH] mmap.2, proc.5, bpf-helpers.7, cpuset.7: tfix Samanta Navarro
2020-10-07  6:00 ` Jakub Wilk
2020-10-07 17:25   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).