aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-01-22 22:23:00 +0100
committerAlejandro Colomar <alx@kernel.org>2023-01-22 22:23:02 +0100
commit724433bbb6b0c58c56dda19066d6732b3949d2c0 (patch)
treedc1b343690aecbaf6c72e061082fba82c8b66434
parentf5b65493d90078c3e321fec3faa5e0a97f70aeb0 (diff)
downloadman-pages-724433bbb6b0c58c56dda19066d6732b3949d2c0.tar.gz
_exit.2: tfix
Reported-by: Reported-by: Helge Kreutzmann <debian@helgefjell.de> Cc: Mario Blaettermann <mario.blaettermann@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/_exit.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/_exit.2 b/man2/_exit.2
index 1ea5b80d43..10a3addc5a 100644
--- a/man2/_exit.2
+++ b/man2/_exit.2
@@ -98,7 +98,7 @@ is implementation-dependent.
The text above in DESCRIPTION describes the traditional effect of
.BR _exit (),
which is to terminate a process,
-and these are the semantics specified by POSIIX.1 and implemented
+and these are the semantics specified by POSIX.1 and implemented
by the C library wrapper function.
On modern systems, this means termination of all threads in the process.
.PP