]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Various pages: Add LIBRARY section (libc)
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 6 Mar 2022 22:09:17 +0000 (23:09 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 6 Mar 2022 22:24:41 +0000 (23:24 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
25 files changed:
man3/fileno.3
man3/flockfile.3
man3/fmemopen.3
man3/fmtmsg.3
man3/fnmatch.3
man3/fopen.3
man3/fopencookie.3
man3/fpathconf.3
man3/fpurge.3
man3/fputwc.3
man3/fputws.3
man3/fread.3
man3/fseek.3
man3/fseeko.3
man3/ftime.3
man3/ftok.3
man3/fts.3
man3/ftw.3
man3/futimes.3
man3/fwide.3
man3/gcvt.3
man3/getaddrinfo.3
man3/getauxval.3
man3/getcontext.3
man3/getcwd.3

index 7e218ce25d220f4d7e092fb4299a5d7d498cc17a..78283d4d9354129a40d5e8250ab29e0dbbf05543 100644 (file)
@@ -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>
index fd14cfc232e201b7eb6129db01f5d5cac25b0f9e..714422d9b139bcdfdc808e752c48a46947dbd505 100644 (file)
@@ -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>
index 2c9164b84cc5c5795962cfaab4aba03093d43ea5..b5ac84e3615625dc597573a166f379fd95285e2d 100644 (file)
@@ -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>
index 58f3017386bb772b72322860015a540d86b203c9..5211532d5f4d087d2383702c68f1a5e9701b8336 100644 (file)
@@ -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>
index 50e175d75c6c7a586ce979d1ec1b1a9e5f1d6072..ce5cb00044238e8f4eb1683ba5480a8be0c0bfc0 100644 (file)
@@ -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>
index 511266bc09ea7d8555a4ab35bb3fa190429a1366..f13fca5390c0446db9848ce0393525ef48562bdd 100644 (file)
@@ -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>
index d12d22fcf0daa3c360273faf2e953506d320c78c..af3842814ad23aa1dfaa6211d297966dda6e1798 100644 (file)
@@ -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) */"
index 8b5940c0b26e03f23a580ee890230f24c4f0c7a9..98dbeaa5a638112b8305c16eaa4a6b8af5dc7f74 100644 (file)
@@ -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>
index 563ccb3a4f904c2d243c5a4224eb278e25a96552..55bc0ba7592434a8fddc329c871e9f4b90f75e34 100644 (file)
@@ -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 */
index c24d9ca825d16bbb3afaf4656600c13e8962bd8e..90cda027fdb7be959b1302ca75f0ed899e3a3e26 100644 (file)
@@ -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>
index 553990e00c5b320e09a7da3b254bd3f62c70bdaa..f587f638599d8d653958618da44edd4ab320504b 100644 (file)
@@ -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>
index 42453df851b3b001aa822f9a163c44a389d0c3a0..1241a3f6a8677ed33a932ba18e85643b6732e387 100644 (file)
@@ -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>
index 5105fb1aa6a23a6ac260b23ed8bc865cf0863fe5..a98ed17d42d14bd7c5794345281e725c13f7e795 100644 (file)
@@ -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>
index f803ff773fda550354eece612fe76394ef11f387..e5d7b648a2c0eec50de64fe76303498bafc95802 100644 (file)
@@ -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>
index 62628cc408aebdf344072440b9111b267111e012..10dc66aebe63188bb11a8bbd682878c43fb70d69 100644 (file)
@@ -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>"
index 68ef9dcd2fcca378915aa30ff14af02e488f35e9..6ac6d1cf2dd2a690c21f7f97f1aba8b54ff70877 100644 (file)
@@ -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>
index 79f0497f4d78e1c0e9ae654fd644bc5c0394b453..098d4d73153d53d293103c8cb90f1a47847d52ad 100644 (file)
@@ -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>
index 6154e94d68268c2ac5c66f5c9a427a8ad6fec614..5b77867a012c61860c695945e5b6ce448843bd39 100644 (file)
@@ -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>
index 9a59ce1fd8ecb546f32a74cf366d8f98c71840b1..5989dae22c9327d2ccc2e28003ad313cdc9949ba 100644 (file)
@@ -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>
index 88e1c80f3e6fa10cf63a7c19cb02294cffe54511..2d2521cba1cfcbc59b64d0de96d925f8dc0e59fc 100644 (file)
@@ -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>
index e2364adddd7931d8d7343751eae29c2b55fb0abc..244675a475a7561aaa7b62e3fb8b9b99a6ef6f85 100644 (file)
@@ -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>
index 457471afe2ea2b79e3709c71fcc8efdd4cd86c79..90ced287282565d42da26a6fbde3644a813f4ad2 100644 (file)
@@ -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>
index e3da1bc0d0a667777b6a3a621db1cf08d9eaed4a..2b0e13abd336ef669fe3ca3c76529247b7ac1ce5 100644 (file)
@@ -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>
index 36ea309da7ade6ebfa2c804765c1f995719696a8..62cd83dc0db16a265691cb593150f26af2e66284 100644 (file)
@@ -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>
index a99fdc26c530f990c0bc26b59d83a9c24464b73c..e1cd7a362379449c27ca4dbfd9b6e0f529b899e0 100644 (file)
@@ -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>