A tutorial introduction to Git: part two NAME gittutorial-2 - A tutorial introduction to Git: part two SYNOPSIS git * DESCRIPTION You should work through gittutorial (7) before rea…universal character set NAME unicode - universal character set DESCRIPTION The international standard ISO/IEC 10646 defines the Universal Character Set (UCS). UCS contains all char…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…Git for CVS users NAME gitcvs-migration - Git for CVS users SYNOPSIS git cvsimport * DESCRIPTION Git differs from CVS in that every working tree contains a repository with a full c…A useful minimum set of commands for Everyday Git NAME giteveryday - A useful minimum set of commands for Everyday Git SYNOPSIS Everyday Git With 20 Commands Or So DESCRIPTION Git …I/O event notification facility NAME epoll - I/O event notification facility SYNOPSIS #include <sys/epoll.h> DESCRIPTION The epoll API performs a similar task to poll (2): monitori…pseudoterminal interfaces NAME pty - pseudoterminal interfaces DESCRIPTION A pseudoterminal (sometimes abbreviated "pty") is a pair of virtual character devices that provide a bidi…overview of pipes and FIFOs NAME pipe - overview of pipes and FIFOs DESCRIPTION Pipes and FIFOs (also known as named pipes) provide a unidirectional interprocess communication chan…overview of POSIX message queues NAME mq_overview - overview of POSIX message queues DESCRIPTION POSIX message queues allow processes to exchange data in the form of messages. This…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 …A Git core tutorial for developers NAME gitcore-tutorial - A Git core tutorial for developers SYNOPSIS git * DESCRIPTION This tutorial explains how to use the "core" Git commands t…TCP protocol NAME tcp - TCP protocol SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h> tcp_socket = socket(AF_INET, SOCK_STREAM, 0); DESCRIPTION Thi…SPU filesystem NAME spufs - SPU filesystem DESCRIPTION The SPU filesystem is used on PowerPC machines that implement the Cell Broadband Engine Architecture in order to access Syner…Disk Image Dissection Policy NAME systemd.image-policy - Disk Image Dissection Policy DESCRIPTION In systemd, whenever a disk image (DDI) implementing the Discoverable Partitions S…Frequently asked questions about using Git NAME gitfaq - Frequently asked questions about using Git SYNOPSIS gitfaq DESCRIPTION The examples in this FAQ assume a standard POSIX she…define a cursor NAME DECLARE - define a cursor SYNOPSIS DECLARE name [ BINARY ] [ ASENSITIVE | INSENSITIVE ] [ [ NO ] SCROLL ] CURSOR [ { WITH | WITHOUT } HOLD ] FOR query DESCRIPT…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…unprivileged access-control NAME Landlock - unprivileged access-control DESCRIPTION Landlock is an access-control system that enables any processes to securely restrict themselves …POSIX asynchronous I/O overview NAME aio - POSIX asynchronous I/O overview DESCRIPTION The POSIX asynchronous I/O (AIO) interface allows applications to initiate one or more I/O op…monitoring filesystem events NAME inotify - monitoring filesystem events DESCRIPTION The inotify API provides a mechanism for monitoring filesystem events. Inotify can be used to m…