aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2024-02-12 10:09:02 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-18 01:55:05 +0100
commit3aa341fc39b823dd5e13b78df727813709daa1c3 (patch)
tree9d272d824fa1c79df2c37de77f685f256d6e3c26
parent28fc1a05fe9d006a16fe377c100078e30e37d243 (diff)
downloadman-pages-3aa341fc39b823dd5e13b78df727813709daa1c3.tar.gz
man*/: tfix
Signed-off-by: Štěpán Němec <stepnem@smrk.net> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/clone.22
-rw-r--r--man2/epoll_wait.22
-rw-r--r--man2/recv.22
-rw-r--r--man2/send.22
-rw-r--r--man2/syscalls.22
-rw-r--r--man2/unlink.22
-rw-r--r--man7/sched.72
-rw-r--r--man7/unix.74
-rw-r--r--man7/vdso.72
9 files changed, 10 insertions, 10 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 8e5eae8060..e88c54eeb6 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -1745,7 +1745,7 @@ does not take arguments
and
.IR child_tid .
.SH NOTES
-One use of these systems calls
+One use of these system calls
is to implement threads: multiple flows of control in a program that
run concurrently in a shared address space.
.P
diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2
index 3407785ec7..2a0ad6364f 100644
--- a/man2/epoll_wait.2
+++ b/man2/epoll_wait.2
@@ -77,7 +77,7 @@ of \-1 causes
.BR epoll_wait ()
to block indefinitely, while specifying a
.I timeout
-equal to zero cause
+equal to zero causes
.BR epoll_wait ()
to return immediately, even if no events are available.
.P
diff --git a/man2/recv.2 b/man2/recv.2
index 7959bff258..294eca384d 100644
--- a/man2/recv.2
+++ b/man2/recv.2
@@ -123,7 +123,7 @@ is a per-call option, whereas
is a setting on the open file description (see
.BR open (2)),
which will affect all threads in the calling process
-and as well as other processes that hold file descriptors
+as well as other processes that hold file descriptors
referring to the same open file description.
.TP
.BR MSG_ERRQUEUE " (since Linux 2.2)"
diff --git a/man2/send.2 b/man2/send.2
index 88588148e4..f3de06e4c6 100644
--- a/man2/send.2
+++ b/man2/send.2
@@ -184,7 +184,7 @@ is a per-call option, whereas
is a setting on the open file description (see
.BR open (2)),
which will affect all threads in the calling process
-and as well as other processes that hold file descriptors
+as well as other processes that hold file descriptors
referring to the same open file description.
.TP
.BR MSG_EOR " (since Linux 2.2)"
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index c758553934..6c23135063 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -985,7 +985,7 @@ details such as the size of their arguments.
the glibc wrapper functions do some work to ensure that the right
system call is invoked, and that ABI compatibility is
preserved for old binaries.)
-Examples of systems calls that exist in multiple versions are
+Examples of system calls that exist in multiple versions are
the following:
.IP \[bu] 3
By now there are three different versions of
diff --git a/man2/unlink.2 b/man2/unlink.2
index c43071f120..ed729109d8 100644
--- a/man2/unlink.2
+++ b/man2/unlink.2
@@ -117,7 +117,7 @@ on
.IR pathname .
If the
.B AT_REMOVEDIR
-flag is specified, then
+flag is specified, it
performs the equivalent of
.BR rmdir (2)
on
diff --git a/man7/sched.7 b/man7/sched.7
index 5640325a91..71f098e481 100644
--- a/man7/sched.7
+++ b/man7/sched.7
@@ -158,7 +158,7 @@ changes the priority of the running or runnable
thread identified by
.I pid
the effect on the thread's position in the list depends on
-the direction of the change to threads priority:
+the direction of the change to the thread's priority:
.RS
.IP (a) 5
If the thread's priority is raised,
diff --git a/man7/unix.7 b/man7/unix.7
index 71cdfc7586..cb1dcae45a 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -72,7 +72,7 @@ On Linux,
.I sun_path
is 108 bytes in size; see also BUGS, below.
.P
-Various systems calls (for example,
+Various system calls (for example,
.BR bind (2),
.BR connect (2),
and
@@ -833,7 +833,7 @@ UNIX domain stream sockets do not support the notion of out-of-band data.
.\"
.SH BUGS
When binding a socket to an address,
-Linux is one of the implementations that appends a null terminator
+Linux is one of the implementations that append a null terminator
if none is supplied in
.IR sun_path .
In most cases this is unproblematic:
diff --git a/man7/vdso.7 b/man7/vdso.7
index f440172d15..de5f300cd2 100644
--- a/man7/vdso.7
+++ b/man7/vdso.7
@@ -173,7 +173,7 @@ x86/x32 linux\-vdso.so.1
.ft P
\}
.SS strace(1), seccomp(2), and the vDSO
-When tracing systems calls with
+When tracing system calls with
.BR strace (1),
symbols (system calls) that are exported by the vDSO will
.I not