]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
_exit.2: tfix
authorAlejandro Colomar <alx@kernel.org>
Sun, 22 Jan 2023 21:23:00 +0000 (22:23 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 22 Jan 2023 21:23:02 +0000 (22:23 +0100)
Reported-by: Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Cc: Mario Blaettermann <mario.blaettermann@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/_exit.2

index 1ea5b80d43cca9b7a40b461cf9f5c76fb7babfb2..10a3addc5a5d6dcf8a8cd39c481e08101b61c4b9 100644 (file)
@@ -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