diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 23:09:17 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 23:24:41 +0100 |
| commit | cfba38f4e41fef31c19e45fc47705d842f2c52d3 (patch) | |
| tree | 2cbaa9926e2f00a4fafc9c8b54f9adc6223f184e | |
| parent | be9c561bdb15ba42720b89048ab1cc50a9d323ae (diff) | |
| download | man-pages-cfba38f4e41fef31c19e45fc47705d842f2c52d3.tar.gz | |
Various pages: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/fileno.3 | 3 | ||||
| -rw-r--r-- | man3/flockfile.3 | 3 | ||||
| -rw-r--r-- | man3/fmemopen.3 | 3 | ||||
| -rw-r--r-- | man3/fmtmsg.3 | 3 | ||||
| -rw-r--r-- | man3/fnmatch.3 | 3 | ||||
| -rw-r--r-- | man3/fopen.3 | 3 | ||||
| -rw-r--r-- | man3/fopencookie.3 | 3 | ||||
| -rw-r--r-- | man3/fpathconf.3 | 3 | ||||
| -rw-r--r-- | man3/fpurge.3 | 3 | ||||
| -rw-r--r-- | man3/fputwc.3 | 3 | ||||
| -rw-r--r-- | man3/fputws.3 | 3 | ||||
| -rw-r--r-- | man3/fread.3 | 3 | ||||
| -rw-r--r-- | man3/fseek.3 | 3 | ||||
| -rw-r--r-- | man3/fseeko.3 | 3 | ||||
| -rw-r--r-- | man3/ftime.3 | 3 | ||||
| -rw-r--r-- | man3/ftok.3 | 3 | ||||
| -rw-r--r-- | man3/fts.3 | 3 | ||||
| -rw-r--r-- | man3/ftw.3 | 3 | ||||
| -rw-r--r-- | man3/futimes.3 | 3 | ||||
| -rw-r--r-- | man3/fwide.3 | 3 | ||||
| -rw-r--r-- | man3/gcvt.3 | 3 | ||||
| -rw-r--r-- | man3/getaddrinfo.3 | 3 | ||||
| -rw-r--r-- | man3/getauxval.3 | 3 | ||||
| -rw-r--r-- | man3/getcontext.3 | 3 | ||||
| -rw-r--r-- | man3/getcwd.3 | 3 |
25 files changed, 75 insertions, 0 deletions
diff --git a/man3/fileno.3 b/man3/fileno.3 index 7e218ce25d..78283d4d93 100644 --- a/man3/fileno.3 +++ b/man3/fileno.3 @@ -14,6 +14,9 @@ .TH FILENO 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME fileno \- obtain file descriptor of a stdio stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/flockfile.3 b/man3/flockfile.3 index fd14cfc232..714422d9b1 100644 --- a/man3/flockfile.3 +++ b/man3/flockfile.3 @@ -5,6 +5,9 @@ .TH FLOCKFILE 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME flockfile, ftrylockfile, funlockfile \- lock FILE for stdio +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 2c9164b84c..b5ac84e361 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -5,6 +5,9 @@ .TH FMEMOPEN 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fmemopen \- open memory as stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fmtmsg.3 b/man3/fmtmsg.3 index 58f3017386..5211532d5f 100644 --- a/man3/fmtmsg.3 +++ b/man3/fmtmsg.3 @@ -11,6 +11,9 @@ .TH FMTMSG 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME fmtmsg \- print formatted error messages +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <fmtmsg.h> diff --git a/man3/fnmatch.3 b/man3/fnmatch.3 index 50e175d75c..ce5cb00044 100644 --- a/man3/fnmatch.3 +++ b/man3/fnmatch.3 @@ -8,6 +8,9 @@ .TH FNMATCH 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fnmatch \- match filename or pathname +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <fnmatch.h> diff --git a/man3/fopen.3 b/man3/fopen.3 index 511266bc09..f13fca5390 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -16,6 +16,9 @@ .TH FOPEN 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fopen, fdopen, freopen \- stream open functions +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fopencookie.3 b/man3/fopencookie.3 index d12d22fcf0..af3842814a 100644 --- a/man3/fopencookie.3 +++ b/man3/fopencookie.3 @@ -6,6 +6,9 @@ .TH FOPENCOOKIE 3 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME fopencookie \- opening a custom stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man3/fpathconf.3 b/man3/fpathconf.3 index 8b5940c0b2..98dbeaa5a6 100644 --- a/man3/fpathconf.3 +++ b/man3/fpathconf.3 @@ -22,6 +22,9 @@ .TH FPATHCONF 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fpathconf, pathconf \- get configuration values for files +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man3/fpurge.3 b/man3/fpurge.3 index 563ccb3a4f..55bc0ba759 100644 --- a/man3/fpurge.3 +++ b/man3/fpurge.3 @@ -5,6 +5,9 @@ .TH FPURGE 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME fpurge, __fpurge \- purge a stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf /* unsupported */ diff --git a/man3/fputwc.3 b/man3/fputwc.3 index c24d9ca825..90cda027fd 100644 --- a/man3/fputwc.3 +++ b/man3/fputwc.3 @@ -11,6 +11,9 @@ .TH FPUTWC 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fputwc, putwc \- write a wide character to a FILE stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fputws.3 b/man3/fputws.3 index 553990e00c..f587f63859 100644 --- a/man3/fputws.3 +++ b/man3/fputws.3 @@ -11,6 +11,9 @@ .TH FPUTWS 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fputws \- write a wide-character string to a FILE stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man3/fread.3 b/man3/fread.3 index 42453df851..1241a3f6a8 100644 --- a/man3/fread.3 +++ b/man3/fread.3 @@ -18,6 +18,9 @@ .TH FREAD 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fread, fwrite \- binary stream input/output +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fseek.3 b/man3/fseek.3 index 5105fb1aa6..a98ed17d42 100644 --- a/man3/fseek.3 +++ b/man3/fseek.3 @@ -14,6 +14,9 @@ .TH FSEEK 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/fseeko.3 b/man3/fseeko.3 index f803ff773f..e5d7b648a2 100644 --- a/man3/fseeko.3 +++ b/man3/fseeko.3 @@ -5,6 +5,9 @@ .TH FSEEKO 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME fseeko, ftello \- seek to or report file position +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man3/ftime.3 b/man3/ftime.3 index 62628cc408..10dc66aebe 100644 --- a/man3/ftime.3 +++ b/man3/ftime.3 @@ -11,6 +11,9 @@ .TH FTIME 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME ftime \- return date and time +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B "#include <sys/timeb.h>" diff --git a/man3/ftok.3 b/man3/ftok.3 index 68ef9dcd2f..6ac6d1cf2d 100644 --- a/man3/ftok.3 +++ b/man3/ftok.3 @@ -9,6 +9,9 @@ .TH FTOK 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME ftok \- convert a pathname and a project identifier to a System V IPC key +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <sys/ipc.h> diff --git a/man3/fts.3 b/man3/fts.3 index 79f0497f4d..098d4d7315 100644 --- a/man3/fts.3 +++ b/man3/fts.3 @@ -13,6 +13,9 @@ .SH NAME fts, fts_open, fts_read, fts_children, fts_set, fts_close \- \ traverse a file hierarchy +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man3/ftw.3 b/man3/ftw.3 index 6154e94d68..5b77867a01 100644 --- a/man3/ftw.3 +++ b/man3/ftw.3 @@ -17,6 +17,9 @@ .TH FTW 3 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME ftw, nftw \- file tree walk +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <ftw.h> diff --git a/man3/futimes.3 b/man3/futimes.3 index 9a59ce1fd8..5989dae22c 100644 --- a/man3/futimes.3 +++ b/man3/futimes.3 @@ -5,6 +5,9 @@ .TH FUTIMES 3 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME futimes, lutimes \- change file timestamps +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <sys/time.h> diff --git a/man3/fwide.3 b/man3/fwide.3 index 88e1c80f3e..2d2521cba1 100644 --- a/man3/fwide.3 +++ b/man3/fwide.3 @@ -11,6 +11,9 @@ .TH FWIDE 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fwide \- set and determine the orientation of a FILE stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man3/gcvt.3 b/man3/gcvt.3 index e2364adddd..244675a475 100644 --- a/man3/gcvt.3 +++ b/man3/gcvt.3 @@ -10,6 +10,9 @@ .TH GCVT 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME gcvt \- convert a floating-point number to a string +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3 index 457471afe2..90ced28728 100644 --- a/man3/getaddrinfo.3 +++ b/man3/getaddrinfo.3 @@ -25,6 +25,9 @@ .SH NAME getaddrinfo, freeaddrinfo, gai_strerror \- network address and service translation +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man3/getauxval.3 b/man3/getauxval.3 index e3da1bc0d0..2b0e13abd3 100644 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -7,6 +7,9 @@ .TH GETAUXVAL 3 2021-08-27 "GNU" "Linux Programmer's Manual" .SH NAME getauxval \- retrieve a value from the auxiliary vector +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <sys/auxv.h> diff --git a/man3/getcontext.3 b/man3/getcontext.3 index 36ea309da7..62cd83dc0d 100644 --- a/man3/getcontext.3 +++ b/man3/getcontext.3 @@ -5,6 +5,9 @@ .TH GETCONTEXT 3 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME getcontext, setcontext \- get or set the user context +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <ucontext.h> diff --git a/man3/getcwd.3 b/man3/getcwd.3 index a99fdc26c5..e1cd7a3623 100644 --- a/man3/getcwd.3 +++ b/man3/getcwd.3 @@ -12,6 +12,9 @@ .TH GETCWD 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME getcwd, getwd, get_current_dir_name \- get current working directory +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> |
