diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 23:20:04 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 23:24:41 +0100 |
| commit | afa8db947d2f5763d582c709452a3de4a7296d0e (patch) | |
| tree | 0388357a3118619be2cf30f70ff11c962687a4d4 | |
| parent | cdb8cf9619de7239b6153878cf4b390f6e2f83f4 (diff) | |
| download | man-pages-afa8db947d2f5763d582c709452a3de4a7296d0e.tar.gz | |
Various pages: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/endian.3 | 3 | ||||
| -rw-r--r-- | man3/envz_add.3 | 3 | ||||
| -rw-r--r-- | man3/err.3 | 3 | ||||
| -rw-r--r-- | man3/errno.3 | 3 | ||||
| -rw-r--r-- | man3/error.3 | 3 | ||||
| -rw-r--r-- | man3/ether_aton.3 | 3 | ||||
| -rw-r--r-- | man3/euidaccess.3 | 3 | ||||
| -rw-r--r-- | man3/exec.3 | 3 | ||||
| -rw-r--r-- | man3/exit.3 | 3 | ||||
| -rw-r--r-- | man3/fclose.3 | 3 | ||||
| -rw-r--r-- | man3/fcloseall.3 | 3 | ||||
| -rw-r--r-- | man3/ferror.3 | 3 | ||||
| -rw-r--r-- | man3/fexecve.3 | 3 | ||||
| -rw-r--r-- | man3/fflush.3 | 3 | ||||
| -rw-r--r-- | man3/ffs.3 | 3 | ||||
| -rw-r--r-- | man3/fgetc.3 | 3 | ||||
| -rw-r--r-- | man3/fgetgrent.3 | 3 | ||||
| -rw-r--r-- | man3/fgetpwent.3 | 3 | ||||
| -rw-r--r-- | man3/fgetwc.3 | 3 | ||||
| -rw-r--r-- | man3/fgetws.3 | 3 |
20 files changed, 60 insertions, 0 deletions
diff --git a/man3/endian.3 b/man3/endian.3 index 9793519cc1..95cf728aa8 100644 --- a/man3/endian.3 +++ b/man3/endian.3 @@ -10,6 +10,9 @@ htobe16, htole16, be16toh, le16toh, htobe32, htole32, be32toh, le32toh, htobe64, htole64, be64toh, le64toh \- convert values between host and big-/little-endian byte order +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <endian.h> diff --git a/man3/envz_add.3 b/man3/envz_add.3 index 32be2da7ab..60a0990251 100644 --- a/man3/envz_add.3 +++ b/man3/envz_add.3 @@ -9,6 +9,9 @@ .SH NAME envz_add, envz_entry, envz_get, envz_merge, envz_remove, envz_strip \- environment string support +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B "#include <envz.h>" diff --git a/man3/err.3 b/man3/err.3 index 6f7f3e8fb9..3519a5811b 100644 --- a/man3/err.3 +++ b/man3/err.3 @@ -11,6 +11,9 @@ .TH ERR 3 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME err, verr, errx, verrx, warn, vwarn, warnx, vwarnx \- formatted error messages +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <err.h> diff --git a/man3/errno.3 b/man3/errno.3 index b3860354b3..667ac85a95 100644 --- a/man3/errno.3 +++ b/man3/errno.3 @@ -12,6 +12,9 @@ .TH ERRNO 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME errno \- number of last error +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <errno.h> diff --git a/man3/error.3 b/man3/error.3 index 38d04349b7..8968d8aaea 100644 --- a/man3/error.3 +++ b/man3/error.3 @@ -28,6 +28,9 @@ .SH NAME error, error_at_line, error_message_count, error_one_per_line, error_print_progname \- glibc error reporting functions +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <error.h> diff --git a/man3/ether_aton.3 b/man3/ether_aton.3 index 886bf0f44a..0be40a537b 100644 --- a/man3/ether_aton.3 +++ b/man3/ether_aton.3 @@ -12,6 +12,9 @@ .SH NAME ether_aton, ether_ntoa, ether_ntohost, ether_hostton, ether_line, ether_ntoa_r, ether_aton_r \- Ethernet address manipulation routines +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <netinet/ether.h> diff --git a/man3/euidaccess.3 b/man3/euidaccess.3 index d1321be077..c2d10c22ed 100644 --- a/man3/euidaccess.3 +++ b/man3/euidaccess.3 @@ -5,6 +5,9 @@ .TH EUIDACCESS 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME euidaccess, eaccess \- check effective user's permissions for a file +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man3/exec.3 b/man3/exec.3 index 343385bb86..0d6d4adbae 100644 --- a/man3/exec.3 +++ b/man3/exec.3 @@ -13,6 +13,9 @@ .TH EXEC 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME execl, execlp, execle, execv, execvp, execvpe \- execute a file +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man3/exit.3 b/man3/exit.3 index 5198d67734..d9a96f1c25 100644 --- a/man3/exit.3 +++ b/man3/exit.3 @@ -9,6 +9,9 @@ .TH EXIT 3 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME exit \- cause normal process termination +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man3/fclose.3 b/man3/fclose.3 index 5bec1c37c9..82e7c7967b 100644 --- a/man3/fclose.3 +++ b/man3/fclose.3 @@ -16,6 +16,9 @@ .TH FCLOSE 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fclose \- close a stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fcloseall.3 b/man3/fcloseall.3 index a259367f04..47caed104c 100644 --- a/man3/fcloseall.3 +++ b/man3/fcloseall.3 @@ -5,6 +5,9 @@ .TH FCLOSEALL 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fcloseall \- close all open streams +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man3/ferror.3 b/man3/ferror.3 index 0c16a7f201..ee084073c1 100644 --- a/man3/ferror.3 +++ b/man3/ferror.3 @@ -16,6 +16,9 @@ .TH FERROR 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME clearerr, feof, ferror \- check and reset stream status +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fexecve.3 b/man3/fexecve.3 index 61c01835b7..a12ce358a1 100644 --- a/man3/fexecve.3 +++ b/man3/fexecve.3 @@ -5,6 +5,9 @@ .TH FEXECVE 3 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME fexecve \- execute program specified via file descriptor +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man3/fflush.3 b/man3/fflush.3 index 46c53d86a6..121cea02af 100644 --- a/man3/fflush.3 +++ b/man3/fflush.3 @@ -17,6 +17,9 @@ .TH FFLUSH 3 2021-08-27 "GNU" "Linux Programmer's Manual" .SH NAME fflush \- flush a stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/ffs.3 b/man3/ffs.3 index 3e80f75f6f..fd1fb6aecb 100644 --- a/man3/ffs.3 +++ b/man3/ffs.3 @@ -13,6 +13,9 @@ .TH FFS 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME ffs, ffsl, ffsll \- find first bit set in a word +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <strings.h> diff --git a/man3/fgetc.3 b/man3/fgetc.3 index 984f0e77b4..db9bd330dc 100644 --- a/man3/fgetc.3 +++ b/man3/fgetc.3 @@ -7,6 +7,9 @@ .TH FGETC 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fgetc, fgets, getc, getchar, ungetc \- input of characters and strings +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fgetgrent.3 b/man3/fgetgrent.3 index f3466da855..e5c5196cd7 100644 --- a/man3/fgetgrent.3 +++ b/man3/fgetgrent.3 @@ -10,6 +10,9 @@ .TH FGETGRENT 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fgetgrent \- get group file entry +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fgetpwent.3 b/man3/fgetpwent.3 index 0398355cd8..b483149ac1 100644 --- a/man3/fgetpwent.3 +++ b/man3/fgetpwent.3 @@ -13,6 +13,9 @@ .TH FGETPWENT 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fgetpwent \- get password file entry +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fgetwc.3 b/man3/fgetwc.3 index 52105c717e..cdb28d7cd5 100644 --- a/man3/fgetwc.3 +++ b/man3/fgetwc.3 @@ -13,6 +13,9 @@ .TH FGETWC 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fgetwc, getwc \- read a wide character from a FILE stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fgetws.3 b/man3/fgetws.3 index 57df44bde9..fb8fa323b2 100644 --- a/man3/fgetws.3 +++ b/man3/fgetws.3 @@ -13,6 +13,9 @@ .TH FGETWS 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fgetws \- read a wide-character string from a FILE stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> |
