socket address families (domains) NAME address_families - socket address families (domains) SYNOPSIS #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int socket(int d…Linux AppleTalk protocol implementation NAME ddp - Linux AppleTalk protocol implementation SYNOPSIS #include <sys/socket.h> #include <netatalk/at.h> ddp_socket = socket(AF_APPLETAL…Linux ARP kernel module. NAME arp - Linux ARP kernel module. DESCRIPTION This kernel protocol module implements the Address Resolution Protocol defined in RFC 826. It is used to co…file inode information NAME inode - file inode information DESCRIPTION Each file has an inode containing metadata about the file. An application can retrieve this metadata using st…introduction to boot time parameters of the Linux kernel NAME bootparam - introduction to boot time parameters of the Linux kernel DESCRIPTION The Linux kernel accepts certain 'com…...is an opaque handle that corresponds to a specified object on a filesystem as returned by name_to_handle_at (2). It can be used to uniquely identify a file on a filesystem and c…sockets for local interprocess communication NAME unix - sockets for local interprocess communication SYNOPSIS #include <sys/socket.h> #include <sys/un.h> unix_socket = socket(AF_U…feature test macros NAME feature_test_macros - feature test macros DESCRIPTION Feature test macros allow the programmer to control the definitions that are exposed by system header…feature test macros NAME feature_test_macros - feature test macros DESCRIPTION Feature test macros allow the programmer to control the definitions that are exposed by system header…basics of complex mathematics NAME complex - basics of complex mathematics LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <complex.h> DESCRIPTION Complex numbers are numbers…...o which it refers). By default (i.e., if the AT_SYMLINK_FOLLOW flag is not specified), if name_to_handle_at (2) is applied to a symbolic link, it yields a handle for the symboli…overview of Linux namespaces NAME namespaces - overview of Linux namespaces DESCRIPTION A namespace wraps a global system resource in an abstraction that makes it appear to the pro…POSIX threads NAME pthreads - POSIX threads DESCRIPTION POSIX.1 specifies a set of interfaces (functions, header files) for threaded programming commonly known as POSIX threads, or…uniform resource identifier (URI), including a URL or URN NAME uri, url, urn - uniform resource identifier (URI), including a URL or URN SYNOPSIS URI = [ absoluteURI | relativeURI …uniform resource identifier (URI), including a URL or URN NAME uri, url, urn - uniform resource identifier (URI), including a URL or URN SYNOPSIS URI = [ absoluteURI | relativeURI …uniform resource identifier (URI), including a URL or URN NAME uri, url, urn - uniform resource identifier (URI), including a URL or URN SYNOPSIS URI = [ absoluteURI | relativeURI …dumping mawk's byte-code NAME mawk-code - dumping mawk's byte-code SYNOPSIS At startup, mawk compiles the script into byte-code. After that, it interprets the compiled byte-code. U…define a new collation NAME CREATE_COLLATION - define a new collation SYNOPSIS CREATE COLLATION [ IF NOT EXISTS ] name ( [ LOCALE = locale , ] [ LC_COLLATE = lc_collate , ] [ LC_CT…define a new schema NAME CREATE_SCHEMA - define a new schema SYNOPSIS CREATE SCHEMA schema_name [ AUTHORIZATION role_specification ] [ schema_element [ ... ] ] CREATE SCHEMA AUTHOR…compute a set of rows NAME VALUES - compute a set of rows SYNOPSIS VALUES ( expression [, ...] ) [, ...] [ ORDER BY sort_expression [ ASC | DESC | USING operator ] [, ...] ] [ LIMI…