aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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