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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 ascii(7) -- octal, hexadecimal and decimal ASCII character sets
    The octal set: 000 NUL 001 SOH 002 STX 003 ETX 004 EOT 005 ENQ 006 ACK 007 BEL 010 BS 011 HT 012 NL 013 VT 014 NP 015 CR 016 SO 017 SI 020 DLE 021 DC1 022 DC2 023 DC3 024 DC4 025 NAK 026 SYN 027 ETB 0...
 build(7) -- information on how to build the system
    The source for the FreeBSD system and applications are contained in three different directories, normally /usr/src, /usr/doc, and /usr/ports. /usr/src contains the ``base system'' sources, which is ...
 clocks(7) -- various system timers
    HZ is not part of the application interface in BSD. There are many different real and virtual (timekeeping) clocks with different frequencies: +o The scheduling clock. This is a real clock with freque...
 development(7) -- introduction to development with the FreeBSD codebase
    This manual page describes how an ordinary sysop, UNIX admin, or developer can, without any special permission, obtain, maintain, and modify the FreeBSD codebase as well as how to maintaining a master...
 ditroff(7) -- classical device independent roff
    The name ditroff once marked a development level of the troff text processing system. In actual roff(7) systems, the name troff is used as a synonym for ditroff. The first roff system was written by J...
 environ(7) -- user environment
    An array of strings called the environment is made available by execve(2) when a process begins. By convention these strings have the form ``name=value''. The following names are used by various com...
 ffs(7) -- Berkeley fast file system
    The Berkeley fast file system provides facilities to store file system data onto a disk device. ffs has been optimized over the years for speed and reliability and is the default FreeBSD file system. ...
 firewall(7) -- simple firewalls under FreeBSD
    
 groff(7) -- a short reference for the GNU roff language
    The name groff stands for GNU roff and is the free implementation of the roff type-setting system. See roff(7) for a survey and the background of the groff system. This document gives only short descr...
 groff_char(7) -- groff glyph names
    This manual page lists the standard groff glyph names and the default input mapping, latin-1. The glyphs in this document will look different depending on which output device was chosen (with option -...
 groff_diff(7) -- differences between GNU troff and classical troff
    This manual page describes the language differences between groff, the GNU roff text processing system and the classical roff formatter of the freely available Unix 7 of the 1970s, documented in the T...
 groff_man(7) -- groff `man' macros to support generation of man pages
    The man macros used to generate man pages with groff were written by James Clark. This document provides a brief summary of the use of each macro in that package.
 groff_mdoc(7) -- reference for groff's mdoc implementation
    A complete reference for writing UNIX manual pages with the -mdoc macro package; a content-based and domain-based formatting package for GNU troff(1). Its predecessor, the -man(7) package, addressed p...
 groff_me(7) -- troff macros for formatting papers
    This manual page describes the GNU version of the -me macros, which is part of the groff document formatting system. This version can be used with both GNU troff and Unix troff. This package of troff ...
 groff_mm(7) -- groff mm macros
    The groff mm macros are intended to be compatible with the DWB mm macros with the following limitations: +o no Bell Labs localisms implemented. +o the macros OK and PM are not implemented. +o groff mm...
 groff_mmse(7) --
    
 groff_ms(7) -- groff ms macros
    This manual page describes the GNU version of the ms macros, part of the groff typesetting system. The ms macros are mostly compatible with the documented behavior of the 4.3 BSD Unix ms macros (see D...
 groff_trace(7) -- groff macro package trace.tmac
    The trace macro package of groff(1) can be a valuable tool for debugging documents written in the roff formatting language. A call stack trace is protocolled on standard error, that means, a diagnosti...
 groff_www(7) -- groff macros for authoring web pages
    This manual page describes the GNU -mwww macro package, which is part of the groff document formatting system. The manual page is very a basic guide, and the html device driver (grohtml) has been comp...
 hier(7) -- layout of file systems
    A sketch of the file system hierarchy. / root directory of the file system /bin/ user utilities fundamental to both single-user and multi-user environments /boot/ programs and configuration files used...
 hostname(7) -- host name resolution description
    Hostnames are domains, where a domain is a hierarchical, dot-separated list of subdomains; for example, the machine monet, in the Berkeley subdomain of the EDU subdomain of the Internet would be repre...
 intro(7) -- miscellaneous information pages
    This section contains miscellaneous documentation.
 lint(7) -- Lint error message list
    The following is a list of message IDs and messages produced by lint(1). It is intended to be used with -X flag of lint(1). 0 syntax error: empty declaration 1 old style declaration; add int 2 empty d...
 maclabel(7) -- Mandatory Access Control label format
    If Mandatory Access Control, or MAC, is enabled in the kernel, then in addition to the traditional credentials, each subject (typically a user or a socket) and object (file system object, socket, etc....
 mailaddr(7) -- mail addressing description
    Mail addresses are based on the Internet protocol listed at the end of this manual page. These addresses are in the general format user@domain where a domain is a hierarchical dot separated list of su...
 man(7) -- groff `man' macros to support generation of man pages
    The man macros used to generate man pages with groff were written by James Clark. This document provides a brief summary of the use of each macro in that package.
 mdoc(7) -- reference for groff's mdoc implementation
    A complete reference for writing UNIX manual pages with the -mdoc macro package; a content-based and domain-based formatting package for GNU troff(1). Its predecessor, the -man(7) package, addressed p...
 mdoc.samples(7) -- reference for groff's mdoc implementation
    A complete reference for writing UNIX manual pages with the -mdoc macro package; a content-based and domain-based formatting package for GNU troff(1). Its predecessor, the -man(7) package, addressed p...
 me(7) -- troff macros for formatting papers
    This manual page describes the GNU version of the -me macros, which is part of the groff document formatting system. This version can be used with both GNU troff and Unix troff. This package of troff ...
 miscellaneous(7) -- miscellaneous information pages
    This section contains miscellaneous documentation.
 mm(7) -- groff mm macros
    The groff mm macros are intended to be compatible with the DWB mm macros with the following limitations: +o no Bell Labs localisms implemented. +o the macros OK and PM are not implemented. +o groff mm...
 mmse(7) --
    
 ms(7) -- groff ms macros
    This manual page describes the GNU version of the ms macros, part of the groff typesetting system. The ms macros are mostly compatible with the documented behavior of the 4.3 BSD Unix ms macros (see D...
 operator(7) -- C operator precedence and order of evaluation
    Operator Associativity -------- ------------- () [] -> . left to right ! ~ ++ -- - (type) * & sizeof right to left * / % left to right + - left to right << >> left to right < <= > >= left to right == ...
 orig_me(7) -- macros for formatting papers
    This package of nroff and troff macro definitions provides a canned formatting facility for technical papers in various formats. When producing 2-column output on a terminal, filter the output through...
 ports(7) -- contributed applications
    The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each port contains any patches necessary to make the original application source code compile and...
 release(7) -- release building infrastructure
    FreeBSD provides a complete build environment suitable for users to make full releases of the FreeBSD operating system. All of the tools necessary to build a release are available from the CVS reposit...
 re_format(7) -- POSIX 1003.2 regular expressions
    Regular expressions (``REs''), as defined in IEEE Std 1003.2 (``POSIX.2''), come in two forms: modern REs (roughly those of egrep(1); 1003.2 calls these ``extended'' REs) and obsolete REs (rough...
 roff(7) -- concepts and history of roff typesetting
    roff is the general name for a set of type-setting programs, known under names like troff, nroff, ditroff, groff, etc. A roff type-setting system consists of an extensible text formatting language and...
 sdoc(7) -- guide to adding security considerations sections to manual pages
    This document presents guidelines for adding security considerations sections to manual pages. It provides two typical examples. The guidelines for writing FreeBSD manual pages in groff_mdoc(7) mandat...
 security(7) -- introduction to security under FreeBSD
    Security is a function that begins and ends with the system administrator. While all BSD multi-user systems have some inherent security, the job of building and maintaining additional security mechani...
 sprog(7) -- secure programming practices
    Security issues have crept into many systems over the years. This document is a guide for programming practices that prevent these problems. Overview    [Toc]    [Back] Writing secure applications tak...
 stdint(7) -- standard integer types
    The header provides source-portable integer types of a specific size, smallest memory footprint with a minimum size, fastest access speed with a minimum size, largest integer size, and thos...
 symlink(7) -- symbolic link handling
    
 term(7) -- conventions for naming terminal types
    The environment variable TERM should normally contain the type name of the terminal, console or display-device type you are using. This information is critical for all screen-oriented programs, includ...
 tuning(7) -- performance tuning under FreeBSD SYSTEM SETUP - DISKLABEL, NEWFS, TUNEFS, SWAP When using disklabel(...
    
Page 0 of 0
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service