overview of signals NAME signal - overview of signals DESCRIPTION Linux supports both POSIX reliable signals (hereinafter "standard signals") and POSIX real-time signals. Signal di…semantic markup language for formatting manual pages NAME mdoc — semantic markup language for formatting manual pages DESCRIPTION The mdoc language supports authoring of manual pag…copying strings and character sequences NAME stpcpy, strcpy, strcat, stpecpy, strtcpy, strlcpy, strlcat, stpncpy, strncpy, strncat - copying strings and character sequences SYNOPSI…auditing API for the dynamic linker NAME rtld-audit - auditing API for the dynamic linker SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <link.h> DESCRIPTIO…overview of the virtual ELF dynamic shared object NAME vdso - overview of the virtual ELF dynamic shared object SYNOPSIS #include <sys/auxv.h> void *vdso = (uintptr_t) getauxval(AT…ASCII character set encoded in octal, decimal, and hexadecimal NAME ascii - ASCII character set encoded in octal, decimal, and hexadecimal DESCRIPTION ASCII is the American Standar…remove a row-level security policy from a table NAME DROP_POLICY - remove a row-level security policy from a table SYNOPSIS DROP POLICY [ IF EXISTS ] name ON table_name [ CASCADE |…Network device naming schemes NAME systemd.net-naming-scheme - Network device naming schemes DESCRIPTION Network interfaces names and MAC addresses may be generated based on certai…systemd environment file generators NAME systemd.environment-generator - systemd environment file generators SYNOPSIS /usr/lib/systemd/system-environment-generators/some-generator …overview of Linux capabilities NAME capabilities - overview of Linux capabilities DESCRIPTION For the purpose of performing permission checks, traditional UNIX implementations dist…pseudoterminal interfaces NAME pty - pseudoterminal interfaces DESCRIPTION A pseudoterminal (sometimes abbreviated "pty") is a pair of virtual character devices that provide a bidi…decimal and binary prefixes NAME units - decimal and binary prefixes DESCRIPTION Decimal prefixes The SI system of units uses prefixes that indicate powers of ten. A kilometer is 1…retrieve rows from a query using a cursor NAME FETCH - retrieve rows from a query using a cursor SYNOPSIS FETCH [ direction ] [ FROM | IN ] cursor_name where direction can be one o…rebuild indexes NAME REINDEX - rebuild indexes SYNOPSIS REINDEX [ ( option [, ...] ) ] { INDEX | TABLE | SCHEMA } [ CONCURRENTLY ] name REINDEX [ ( option [, ...] ) ] { DATABASE | …define a new table NAME CREATE_TABLE - define a new table SYNOPSIS CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] table_name ( [ { column_nam…per-process shared keyring NAME process-keyring - per-process shared keyring DESCRIPTION The process keyring is a keyring used to anchor keys on behalf of a process. It is created …position a cursor NAME MOVE - position a cursor SYNOPSIS MOVE [ direction ] [ FROM | IN ] cursor_name where direction can be one of: NEXT PRIOR FIRST LAST ABSOLUTE count RELATIVE c…packet interface on device level NAME packet - packet interface on device level SYNOPSIS #include <sys/socket.h> #include <linux/if_packet.h> #include <net/ethernet.h> /* the L2 pr…description of multilanguage support NAME locale - description of multilanguage support SYNOPSIS #include <locale.h> DESCRIPTION A locale is a set of language and cultural rules. T…symbolic link handling NAME symlink - symbolic link handling DESCRIPTION Symbolic links are files that act as pointers to other files. To understand their behavior, you must first …