|
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... |