*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 addftinfo(1) -- add information to troff font files for use with groff
    addftinfo reads a troff font file and adds some additional font-metric information that is used by the groff system. The font file with the information added is written on the standard output. The inf...
 addr2line(1) -- convert addresses into file names and line numbers
    addr2line translates program addresses into file names and line numbers. Given an address and an executable, it uses the debugging information in the executable to figure out which file name and line ...
 ar(1) -- create, modify, and extract from archives.
    The GNU ar program creates, modifies, and extracts from archives. An archive is a single file holding a collection of other files in a structure that makes it possible to retrieve the original individ...
 as(1) -- the portable GNU assembler.
    GNU as is really a family of assemblers. If you use (or have used) the GNU assembler on one architecture, you should find a fairly similar environment when you use it on another architecture. Each ver...
 asa(1) -- interpret carriage-control characters
    The asa utility reads files sequentially, mapping FORTRAN carriage-control characters to line-printer control sequences, and writes them to the standard output. The first character of each line is int...
 c++(1) -- GNU project C++ Compiler
    The C and C++ compilers are integrated; g++ is a script to call gcc with options to recognize C++. gcc processes input files through one or more of four stages: preprocessing, compilation, assembly, a...
 c++filt(1) -- demangle C++ symbols
    The C++ language provides function overloading, which means that you can write many functions with the same name (providing each takes parameters of different types). All C++ function names are encode...
 c89(1) -- ANSI (1989) C compiler
    Calls the C compiler (cc) with the given options, using a C language environment compatible with the ANSI X3.159-1989 (``ANSI C'') specification. This includes proper handling of trigraphs, disablin...
 cc(1) -- GNU project C and C++ Compiler (gcc-2.95)
    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...
 cccp(1) -- The GNU C-Compatible Compiler Preprocessor.
    The C preprocessor is a macro processor that is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define...
 checknr(1) -- check nroff/troff files
    checknr checks a list of nroff(1) or troff(1) input files for certain kinds of errors involving mismatched opening and closing delimiters and unknown commands. If no files are specified, checknr check...
 crunchgen(1) -- generates build environment for a crunched binary
    A crunched binary is a program made up of many other programs linked together into a single executable. The crunched binary main() function determines which component program to run by the contents of...
 crunchide(1) -- hides symbol names from ld, for crunching programs together
    crunchide hides the global symbols of object-file such that they are ignored by subsequent runs of the linker, ld(1). Some symbols may be left visible via the -k keep-symbol and -f keep-list-file opti...
 cvs(1) -- Concurrent Versions System
    CVS is a version control system, which allows you to keep old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. Unlike the simpler sys...
 elf2aout(1) -- convert a NetBSD ELF-format executable to NetBSD a.out format
    Reads a fully-linked ELF executable (such as a linked kernel) and produces an equivalent a.out format executable file. The elf2aout utility is used to convert native NetBSD ELF binaries to a.out forma...
 elf2ecoff(1) -- convert a NetBSD ELF-format executable to NetBSD ECOFF format
    Reads a fully-linked ELF executable (such as a linked kernel) and produces an equivalent ECOFF format executable file. The elf2ecoff utility is used to convert native NetBSD ELF binaries to ECOFF form...
 eqn(1) -- format equations for troff
    This manual page describes the GNU version of eqn, which is part of the groff document formatting system. eqn compiles descriptions of equations embedded within troff input files into commands that ar...
 f77(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 ...
 fgen(1) -- IEEE 1275 Open Firmware FCode Tokenizer
    Reads Forth source and generates tokenized FCode object file.
 flex(1) -- fast lexical analyzer generator
    flex is a tool for generating scanners: programs which recognized lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a s...
 fort77(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 ...
 fpr(1) -- print Fortran file
    fpr is a filter that transforms files formatted according to Fortran's carriage control conventions into files formatted according to UNIX line printer conventions. fpr copies its input onto its outp...
 g++(1) -- GNU project C++ Compiler
    The C and C++ compilers are integrated; g++ is a script to call gcc with options to recognize C++. gcc processes input files through one or more of four stages: preprocessing, compilation, assembly, a...
 g77(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 ...
 gcc(1) -- GNU project C and C++ Compiler (gcc-2.95)
    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...
 gcov(1) -- display basic block profile / coverage data
    The C compiler gcc(1) supports the command line options -fprofile-arcs and -ftest-coverage. These options cause the compiler to insert instrumentation into the object files it generates which measure ...
 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...
 gprof(1) -- display call graph profile data
    gprof produces an execution profile of C, Pascal, or Fortran77 programs. The effect of called routines is incorporated in the profile of each caller. The profile data is taken from the call graph prof...
 grn(1) -- groff preprocessor for gremlin files
    grn is a preprocessor for including gremlin pictures in groff input. grn writes to standard output, processing only input lines between two that start with .GS and .GE. Those lines must contain grn co...
 grodvi(1) -- convert groff output to TeX dvi format
    grodvi is a driver for groff that produces TeX dvi format. Normally it should be run by groff -Tdvi. This will run troff -Tdvi; it will also input the macros /usr/share/tmac/tmac.dvi; if the input is ...
 groff(1) -- front end for the groff document formatting system
    groff is a front-end to the groff document formatting system. Normally it runs the troff program and a postprocessor appropriate for the selected device. Available devices are: ps For PostScript print...
 grog(1) -- guess options for groff command
    grog reads files and guesses which of the groff(1) options -e, -man, -me, -mm, -ms, -p, -R, -g, -G, -s, and -t are required for printing files, and prints the groff command including those options on ...
 grohtml(1) -- html driver for groff
    grohtml translates the output of GNU troff to html. Normally grohtml should be invoked by using the groff command with a -Thtml option. If no files are given, grohtml will read the standard input. A f...
 grolbp(1) -- groff driver for Canon CAPSL printers (LBP-4 and
    grolbp is a driver for groff that produces output in CAPSL and VDM format suitable for Canon LBP-4 and LBP-8 printers. For compatibility with grolj4 there is an additional drawing command available: ...
 grolj4(1) -- groff driver for HP Laserjet 4 family
    grolj4 is a driver for groff that produces output in PCL5 format suitable for an HP Laserjet 4 printer. There is an additional drawing command available: \D'R dh dv' Draw a rule (solid black rectan...
 grops(1) -- PostScript driver for groff
    grops translates the output of GNU troff to PostScript. Normally grops should be invoked by using the groff command with a -Tps option. (Actually, this is the default for groff.) If no files are given...
 grotty(1) -- groff driver for typewriter-like devices
    grotty translates the output of GNU troff into a form suitable for typewriter-like devices. Normally grotty should invoked by using the groff command with a -Tascii, -Tlatin1 or -Tutf8 option on ASCII...
 hpftodit(1) -- create font description files for use with
    hpftodit creates a font file for use with groff -Tlj4 from an HP tagged font metric file. tfm_file is the name of the tagged font metric file for the font. map_file is a file giving the groff names fo...
 indxbib(1) -- make inverted index for bibliographic databases
    indxbib makes an inverted index for the bibliographic databases in filename... for use with refer(1), look- bib(1), and lkbib(1). The index will be named filename.i; the index is written to a temporar...
 ld(1) -- the GNU linker
    ld combines a number of object and archive files, relocates their data and ties up symbol references. Often the last step in building a new compiled program to run is a call to ld. ld accepts Linker C...
 lex(1) -- fast lexical analyzer generator
    flex is a tool for generating scanners: programs which recognized lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a s...
 lint(1) -- a C program verifier
    lint attempts to detect features of the named C program files that are likely to be bugs, to be non-portable, or to be wasteful. It also performs stricter type checking than does the C compiler. lint ...
 lkbib(1) -- search bibliographic databases
    lkbib searches bibliographic databases for references that contain the keys key... and prints any references found on the standard output. lkbib will search any databases given by -p options, and then...
 lookbib(1) -- search bibliographic databases
    lookbib prints a prompt on the standard error (unless the standard input is not a terminal), reads from the standard input a line containing a set of keywords, searches the bibliographic databases fil...
 lorder(1) -- list dependencies for object files
    The lorder utility uses nm(1) to determine interdependencies in the list of object files specified on the command line. lorder outputs a list of file names where the first file contains a symbol which...
 menuc(1) -- menu compiler
    This implements a curses based menu system. A source file that describes menus, their options, and how to process the options is given to menuc and produces both a .c and a .h file that implement the ...
 mkstr(1) -- create an error message file by massaging C source
    mkstr creates files containing error messages extracted from C source, and restructures the same C source, to utilize the created error message file. The intent of mkstr was to reduce the size of larg...
 msgc(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_clear(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_display(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_display_add(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_prompt(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_prompt_add(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_prompt_noecho(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_standend(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_standout(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_string(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_table_add(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 msg_window(1) -- simple message list compiler
    This implements a curses based message display system. A source file that lists messages with associated names is given to msgc and produces both a .c and a .h file that implement the menu system. The...
 nm(1) -- list symbols from object files.
    GNU nm lists the symbols from object files objfile. If no object files are given as arguments, nm assumes `a.out'.
 nroff(1) -- emulate nroff command with groff
    The nroff script emulates the nroff command using groff. The -T option with an argument other than ascii, latin1, utf8, or cp1047 will be ignored. The -h option is equivalent to the grotty -h option. ...
 objcopy(1) -- copy and translate object files
    The GNU `objcopy' utility copies the contents of an object file to another. `objcopy' uses the GNU BFD Library to read and write the object files. It can write the destination object file in a forma...
 objdump(1) -- display information from object files.
    objdump displays information about one or more object files. The options control what particular information to display. This information is mostly useful to programmers who are working on the compila...
 pfbtops(1) -- translate a PostScript font in .pfb format to ASCII
    pfbtops translates a PostScript font in .pfb format to ASCII. If pfb_file is omitted the pfb file will be read from the standard input. The ASCII format PostScript font will be written on the standard...
 pic(1) -- compile pictures for troff or TeX
    This manual page describes the GNU version of pic, which is part of the groff document formatting system. pic compiles descriptions of pictures embedded within troff or TeX input files into commands t...
 ranlib(1) -- generate index to archive.
    ranlib generates an index to the contents of an archive, and stores it in the archive. The index lists each symbol defined by a member of an archive that is a relocatable object file. You may use `nm ...
 refer(1) -- preprocess bibliographic references for groff
    This file documents the GNU version of refer, which is part of the groff document formatting system. refer copies the contents of filename... to the standard output, except that lines between .[ and ....
 rpcgen(1) -- Remote Procedure Call (RPC) protocol compiler
    rpcgen is a tool that generates C code to implement an RPC protocol. The input to rpcgen is a language similar to C known as RPC Language (Remote Procedure Call Language). rpcgen is normally used as i...
 size(1) -- list section sizes and total size.
    The GNU size utility lists the section sizes--and the total size--for each of the object files objfile in its argument list. By default, one line of output is generated for each object file or each mo...
 soelim(1) -- eliminate .so's from nroff input
    soelim reads the specified files or the standard input and performs the textual inclusion implied by the nroff(1) directives of the form: .so somefile The directives need to appear at the beginning of...
 strings(1) -- print the strings of printable characters in files
    For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an unprintable character....
 strip(1) -- Discard symbols from object files.
    GNU strip discards all symbols from the object files objfile. The list of object files may include archives. At least one object file must be given. strip modifies the files named in its argument, rat...
 tbl(1) -- format tables for troff
    This manual page describes the GNU version of tbl, which is part of the groff document formatting system. tbl compiles descriptions of tables embedded within troff input files into commands that are u...
 tfmtodit(1) -- create font files for use with groff -Tdvi
    tfmtodit creates a font file for use with groff -Tdvi. tfm_file is the name of the TeX font metric file for the font. map_file is a file giving the groff names for characters in the font; this file sh...
 troff(1) -- format documents
    This manual page describes the GNU version of troff, which is part of the groff document formatting system. It is highly compatible with Unix troff. Usually it should be invoked using the groff comman...
 tsort(1) -- topological sort of a directed graph
    tsort takes a list of pairs of node names representing directed arcs in a graph and prints the nodes in topological order on standard output. Input is taken from the named file, or from standard input...
 unifdef(1) -- remove ifdef'ed lines
    unifdef is useful for removing ifdef'ed lines from a file while otherwise leaving the file alone. unifdef acts on #ifdef, #ifndef, #else, and #endif lines, and it knows only enough about C to know wh...
 vgrind(1) -- grind nice listings of programs
    vgrind formats the program sources which are arguments in a nice style using troff(1). Comments are placed in italics, keywords in bold face, and the name of the current function is listed down the ma...
 xstr(1) -- extract strings from C programs to implement shared strings
    xstr maintains a file strings into which strings in component parts of a large program are hashed. These strings are replaced with references to this common area. This serves to implement shared const...
 yacc(1) -- an LALR(1) parser generator
    yacc reads the grammar specification in the file filename and generates an LR(1) parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C programming...
Page 0 of 0
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service