]> 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 20:09:56 +0000 (21:09 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 6 Mar 2022 20:11:07 +0000 (21:11 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
23 files changed:
man3/gnu_get_libc_version.3
man3/grantpt.3
man3/group_member.3
man3/gsignal.3
man3/hash.3
man3/hsearch.3
man3/iconv.3
man3/iconv_close.3
man3/iconv_open.3
man3/if_nameindex.3
man3/if_nametoindex.3
man3/index.3
man3/inet.3
man3/inet_ntop.3
man3/inet_pton.3
man3/initgroups.3
man3/insque.3
man3/isalpha.3
man3/isatty.3
man3/isfdtype.3
man3/iswalnum.3
man3/iswalpha.3
man3/iswblank.3

index e3e370400853c68f178e0f536067ccf3e8084069..e251043af97c963dbc66f92136bc10e9e65e2c09 100644 (file)
@@ -6,6 +6,9 @@
 .TH GNU_GET_LIBC_VERSION 3 2021-03-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 gnu_get_libc_version, gnu_get_libc_release \- get glibc version and release
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <gnu/libc\-version.h>
index 02196f46c333e8a9a31e86361bcf304ba3f45ba2..6fe65e40a97d3a0513699437c0522732b276affb 100644 (file)
@@ -5,6 +5,9 @@
 .TH GRANTPT 3 2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 grantpt \- grant access to the slave pseudoterminal
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <stdlib.h>
index 57bedcbb3d337747027f8e4c01fe32a4c9eef98c..728685b3f301d6c8298762971d13be71303d6055 100644 (file)
@@ -5,6 +5,9 @@
 .TH GROUP_MEMBER 3 2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 group_member \- test whether a process is in a group
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <unistd.h>
index c31620145c069a10f5edd61bb2e70063c0653849..4e49ea221c10ef13603b11107b68540049bdb12a 100644 (file)
@@ -7,6 +7,9 @@
 .TH GSIGNAL 3  2021-03-22 "" "Linux Programmer's Manual"
 .SH NAME
 gsignal, ssignal \- software signal facility
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <signal.h>
index 2d1cd37b89339bd8d26ba105b4eb18be26af5eed..99347edb23d59434a620c6773fe5673dc3cda781 100644 (file)
@@ -9,6 +9,9 @@
 .UC 7
 .SH NAME
 hash \- hash database access method
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .ft B
index 2b18cc25729c955ed91bba34e7c27be1ca1a9604..0617a34b5de938eca7d2a7ac23d90c4deb108437 100644 (file)
@@ -17,6 +17,9 @@
 .SH NAME
 hcreate, hdestroy, hsearch, hcreate_r, hdestroy_r,
 hsearch_r \- hash table management
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <search.h>
index 1cafe83b9f31a3795c9cac42d8e526a4f488816a..a5f3628e8347a4f933b8d554cdff7d314c4e4c2a 100644 (file)
@@ -13,6 +13,9 @@
 .TH ICONV 3 2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 iconv \- perform character set conversion
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <iconv.h>
index 841c50f0c69efdcc9cdb5326c8124148d5cce5d9..f205ad52924c55c73b3c9bc14bb21ff239a72afd 100644 (file)
@@ -9,6 +9,9 @@
 .TH ICONV_CLOSE 3  2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 iconv_close \- deallocate descriptor for character set conversion
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <iconv.h>
index f45bc8f7336e1aa3eff820c5e5cf2e4f1af61d7d..e90b8cd42b92705a723c4f2474e2156e7aae1875 100644 (file)
@@ -13,6 +13,9 @@
 .TH ICONV_OPEN 3  2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 iconv_open \- allocate descriptor for character set conversion
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <iconv.h>
index b299d7c02631271f8a8a5d0229cdb9195dc1a9b1..c462d476062c40dd023fe3e67a982adc5742a05c 100644 (file)
@@ -6,6 +6,9 @@
 .TH IF_NAMEINDEX 3 2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 if_nameindex, if_freenameindex \- get network interface names and indexes
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <net/if.h>
index 9139236cbbe0f19bc6e59869fcb5878440c9dce7..3cea42ad6f6e1d61c4e62e26f38fa03df5421072 100644 (file)
@@ -6,6 +6,9 @@
 .SH NAME
 if_nametoindex, if_indextoname \- mappings between network interface
 names and indexes
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <net/if.h>
index 5ed38b42f2a181879f2dbb4c76cadd518f4339ac..6a7f993c8797f9b8649ace525a61445d014717de 100644 (file)
@@ -11,6 +11,9 @@
 .TH INDEX 3 2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 index, rindex \- locate character in string
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <strings.h>
index 7157dd299e22e533bead3377a8b9781972274064..8e61379671461f6d498a70e30b10b90d899321ee 100644 (file)
@@ -23,6 +23,9 @@
 .SH NAME
 inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof,
 inet_netof \- Internet address manipulation routines
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <sys/socket.h>
index a1f5f1ffacbaf4609b0416ee55b13be44466017b..a8db86f31013612bac10319108af74652899eb2c 100644 (file)
@@ -6,6 +6,9 @@
 .TH INET_NTOP 3 2021-03-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 inet_ntop \- convert IPv4 and IPv6 addresses from binary to text form
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <arpa/inet.h>
index 7af7a28ae543697d64788ea6507a12ce184dbf96..b2eab0aa8e038478400719b2a9d8ad0da694012a 100644 (file)
@@ -7,6 +7,9 @@
 .TH INET_PTON 3 2021-03-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 inet_pton \- convert IPv4 and IPv6 addresses from text to binary form
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <arpa/inet.h>
index 0e39e5605ee66f9af67fcd2e86e0ed5bab88639e..2a5f89d15918ec376ae4e1c9e4fa55e820701a00 100644 (file)
@@ -12,6 +12,9 @@
 .TH INITGROUPS 3  2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 initgroups \- initialize the supplementary group access list
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <sys/types.h>
index 055515d584f098a6dc65d19ee2701c83fa78c62c..b6498a88b21c509aa35877990a356a46f2c7ecad 100644 (file)
@@ -16,6 +16,9 @@
 .TH INSQUE 3  2021-03-22 "" "Linux Programmer's Manual"
 .SH NAME
 insque, remque \- insert/remove an item from a queue
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <search.h>
index 81b3316758e919abb9ba1aaff13a94e9c6b4132e..d79b1ceda4733e10acaacff01999f2299d60ed66 100644 (file)
@@ -15,6 +15,9 @@ isalnum_l, isalpha_l, isascii_l, isblank_l, iscntrl_l,
 isdigit_l, isgraph_l, islower_l,
 isprint_l, ispunct_l, isspace_l, isupper_l, isxdigit_l
 \- character classification functions
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <ctype.h>
index dc12bdaf54a12c9ee43fcb5af7f0274101dcb954..37cca03eef343a054d6d160480994f4cda11c9a0 100644 (file)
@@ -6,6 +6,9 @@
 .TH ISATTY 3 2021-03-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 isatty \- test whether a file descriptor refers to a terminal
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <unistd.h>
index bb928a46eaa3593476f204998364beadf7053d25..edc5a1f6ad434ef22c054e6fdcf2a624ad7791ce 100644 (file)
@@ -5,6 +5,9 @@
 .TH ISFDTYPE 3 2021-03-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 isfdtype \- test file type of a file descriptor
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <sys/stat.h>
index c62f32897218e5813d2296aea27f11c99e166b5a..a10518cc9f3a7b17f3a49626b6ec0de3d666cab2 100644 (file)
@@ -11,6 +11,9 @@
 .TH ISWALNUM 3  2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 iswalnum \- test for alphanumeric wide character
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <wctype.h>
index 12d3930d7c61601d83a0120eda376ef79ed70065..4b04daee5b8b73463c8b535052f0a3bf097ed7b1 100644 (file)
@@ -11,6 +11,9 @@
 .TH ISWALPHA 3  2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 iswalpha \- test for alphabetic wide character
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <wctype.h>
index 2ec3d0ad184cb809abd9b508478926a0707e8ed6..2a8a1f49375ea5e6aebf4ca7a1b95caa693440cf 100644 (file)
@@ -11,6 +11,9 @@
 .TH ISWBLANK 3  2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 iswblank \- test for whitespace wide character
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <wctype.h>