|
g77-2.96(1) -- GNU project Fortran Compiler (v0.5.24)
|
The C and F77 compilers are integrated; g77 is a program to call gcc with options to recognize programs written in Fortran (ANSI FORTRAN 77, also called F77). gcc processes input files through one or ... |
gasp(1) -- a preprocessor for assembly programs
|
The primary purpose of the GNU assembler is to assemble the output of other programs--notably compilers. When you have to hand-code specialized routines in assembly, that means the GNU assembler is an... |
|
gcc-2.96(1) -- GNU project C and C++ Compiler (gcc-2.96)
|
The C and C++ compilers are integrated. Both process input files through one or more of four stages: preprocessing, compilation, assembly, and linking. Source filename suffixes identify the source lan... |
gconfigger(1) -- Tool to change/read GNOME configuration entry.
|
gconfigger is a tool that is used to change or read GNOME configuration entry. |
gdb(1) -- The GNU Debugger
|
The purpose of a debugger such as GDB is to allow you to see what is going on ``inside'' another program while it executes--or what another program was doing at the moment it crashed. GDB can do fou... |
gdbserver(1) -- Remote Server for the GNU Debugger
|
GDBSERVER is a program that allows you to run GDB on a different machine than the one which is running the program being debugged. Usage (server (target) side): First, you need to have a copy of the p... |
gendoc(1) -- Documentation generation from Python source files
|
This manual page documents briefly the gendoc command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. gendoc scans one or ... |
getconf(1) -- Query system configuration variables
|
-v Indicate the specification and version for which to obtain configuration variables. system_var A system configuration variable, as defined by sysconf(3) or confstr(3). path_var A system configurati... |
getent(1) -- get entries from administrative database
|
The getent program gathers entries from the specified administrative database using the specified search keys. Where database is one of passwd, group, hosts, services, protocols, or networks. |
getfdprm(1) --
|
|
getopt(1) -- parse command options (enhanced)
|
getopt is used to break up (parse) options in command lines for easy parsing by shell procedures, and to check for legal options. It uses the GNU getopt(3) routines to do this. The parameters getopt i... |
gettext(1) -- print out string using translation
|
-d, --domain=TEXTDOMAIN retrieve translated messages from TEXTDOMAIN -e enable expansion of some escape sequences -E (ignored for compatibility) -h, --help display a help message and exit -n suppress ... |
gettextize(1) -- add internationalization files to your project
|
Some files are consistently and identically needed in every package internationalized through GNU `gettext'. As a matter of convenience, the gettextize program puts all these files right in your pack... |
glibcbug(1) -- Report a bug to the Glibc developers
|
glibcbug is a tool for reporting bugs to the glibc maintainers. It automatically starts an editor where the user can enter details of the bug. On completion, the bug is sent to the appropriate address... |
gnome(1) -- The GNU Network Object Model Environment
|
The gnome-session program launches and initializes the GNOME desktop environment. This program is usually executed from your X initialization file. If your system is configured to use gdm (the GNOME d... |