|
a.out(5) -- format of executable binary files
|
The include file declares three structures and several macros. The structures describe the format of executable machine code files (`binaries') on the system. A binary file consists of up t... |
acct(5) -- execution accounting file
|
The kernel maintains the following acct information structure for all processes. If a process terminates, and accounting is enabled, the kernel calls the acct(2) function call to prepare and append th... |
|
aliases(5) -- aliases file for sendmail
|
This file describes user ID aliases used by sendmail. The file resides in /etc/mail and is formatted as a series of lines of the form name: addr_1, addr_2, addr_3, . . . The name is the name to alias,... |
amd.conf(5) -- amd configuration file
|
The amd.conf file is the configuration file for amd, as part of the amutils suite. amd.conf contains runtime configuration information for the amd(8) automounter program. |
auth.conf(5) -- authentication capability database
|
auth.conf contains various attributes important to the authentication code, most notably kerberos(5) for the time being. This documentation will be updated as the /etc/auth.conf file, which is very ne... |
big5(5) -- ``Big Five'' encoding for Traditional Chinese text
|
``Big Five'' is the de facto standard for encoding Traditional Chinese text. Each character is represented by either one or two bytes. Characters from the ASCII character set are represented as sing... |
bluetooth.hosts(5) -- Bluetooth host name database
|
The /etc/bluetooth/hosts file contains information regarding the known Bluetooth hosts. For each Bluetooth host a single line should be present with the following information: Bluetooth address offici... |
bluetooth.protocols(5) -- Bluetooth Protocol Service Multiplexor database
|
The /etc/bluetooth/protocols file contains information regarding the known Bluetooth Protocol Service Multiplexor values. For each Bluetooth Protocol Service Multiplexor a single line should be presen... |
bootparams(5) -- boot parameter database
|
The bootparams file specifies the boot parameters that diskless(8) clients may request when booting over the network. Each client supported by this server must have an entry in the bootparams file con... |
bootptab(5) -- Internet Bootstrap Protocol server database
|
The bootptab file is the configuration database file for bootpd(8), the Internet Bootstrap Protocol server. Its format is similar to that of termcap(5) in which two-character case-sensitive tag symbol... |
config(5) -- kernel configuration file format
|
A kernel configuration file specifies the configuration of a FreeBSD kernel. It is processed by config(8) to create a build environment where a kernel may be built using make(1). Lexical Structure ... |
core(5) -- memory image file format
|
A small number of signals which cause abnormal termination of a process also cause a record of the process's in-core state to be written to disk for later examination by one of the available debugger... |
crontab(5) -- tables for driving cron
|
A crontab file contains instructions to the cron(8) daemon of the general form: ``run this command at this time on this date''. Each user has their own crontab, and commands in any given crontab wil... |
ctm(5) -- source code mirror system
|
The ctm transfers data in a specific file format, called a CTM delta. CTM deltas consist of control lines and data chunks. Each control line starts with the letters ``CTM'', followed by a CTM statem... |
cvs(5) -- Concurrent Versions System support files
|
cvs is a system for providing source control to hierarchical collections of source directories. Commands and procedures for using cvs are described in cvs(1). cvs manages source repositories, the dire... |