diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-01-22 22:23:00 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-01-22 22:23:02 +0100 |
| commit | 724433bbb6b0c58c56dda19066d6732b3949d2c0 (patch) | |
| tree | dc1b343690aecbaf6c72e061082fba82c8b66434 | |
| parent | f5b65493d90078c3e321fec3faa5e0a97f70aeb0 (diff) | |
| download | man-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.2 | 2 |
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 |
