Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/_exit.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man2/_exit.2 b/man2/_exit.2 index 6d9067eb6..38ee1d7ec 100644 --- a/man2/_exit.2 +++ b/man2/_exit.2 @@ -29,6 +29,9 @@ .TH _EXIT 2 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME _exit, _Exit \- terminate the calling process +.SH LIBRARY +glibc - standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <unistd.h> -- 2.31.1