From: Alejandro Colomar Date: Sun, 27 Feb 2022 21:06:59 +0000 (+0100) Subject: setjmp.3: Add LIBRARY section (libc) X-Git-Tag: man-pages-5.19-rc1~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f01c19572f89db9be465c9f1234f3628bcd7656;p=thirdparty%2Fman-pages.git setjmp.3: Add LIBRARY section (libc) Signed-off-by: Alejandro Colomar --- diff --git a/man3/setjmp.3 b/man3/setjmp.3 index de03657403..a06579ce6f 100644 --- a/man3/setjmp.3 +++ b/man3/setjmp.3 @@ -5,6 +5,9 @@ .TH SETJMP 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME setjmp, sigsetjmp, longjmp, siglongjmp \- performing a nonlocal goto +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include