gnome-options

SYNOPSIS program [standard options] [specific options] arguments DESCRIPTION This manual page describes the command line options, which are common to all Gnome applications. OPTIONS Help options -?, –help Show the application’s help message. –usage Display a brief usage message. –version Show the application’s version information. Bonobo Activation support –oaf-ior-fd=FD File descriptor to print IOR on…

glob

DESCRIPTION Long ago, in Unix V6, there was a program /etc/glob that would expand wildcard patterns. Soon afterwards this became a shell built-in. These days there is also a library routine glob(3) that will perform this function for a user program. The rules are as follows (POSIX.2, 3.13). Wildcard Matching A string is a wildcard…

glibc

DESCRIPTION The term “libc” is commonly used as a shorthand for the “standard C library”, a library of standard functions that can be used by all C programs (and sometimes by programs in other languages). Because of some history (see below), use of the term “libc” to refer to the stan- dard C library is…

gitworkflows

SYNOPSIS git * DESCRIPTION This document attempts to write down and motivate some of the workflow elements used for git.git itself. Many ideas apply in general, though the full workflow is rarely required for smaller projects with fewer people involved. We formulate a set of rules for quick reference, while the prose tries to motivate…

gittutorial-2

SYNOPSIS git * DESCRIPTION You should work through gittutorial(7) before reading this tutorial. The goal of this tutorial is to introduce two fundamental pieces of git’s architecture–the object database and the index file–and to provide the reader with everything necessary to understand the rest of the git documentation. THE GIT OBJECT DATABASE Let’s start a…