CAP_MKDB(1) - General Commands Manual # CAP_MKDB(1) - General Commands Manual
NAME # cap_mkdb - create capability database
SYNOPSIS # cap_mkdb [-v] [-f outfile] file1 [file2 …]
DESCRIPTION # cap_mkdb builds a hashed database out of the cgetent(3) logical database constructed by the concatenation of the specified files.
The database is named by the basename of the first file argument and the string “.db”. The cgetent(3) routines can access the database in this form much more quickly than they can the original text file(s).
...
EDITRC(5) - File Formats Manual # EDITRC(5) - File Formats Manual
NAME # editrc - configuration file for editline library
DESCRIPTION # The editrc file defines various settings to be used by the editline(3) library.
The format of each line is:
[prog:]command [arg ...] command is one of the editline(3) builtin commands. Refer to BUILTIN COMMANDS for more information.
prog is the program name string that a program defines when it calls el_init(3) to set up editline(3), which is usually argv[0].
...
Printenv,
Env,
Execle,
Sh,
Login,
System,
Getenv,
Termcap,
Ex,
Tzset,
Execve,
Csh,
Environ ENVIRON(7) - Miscellaneous Information Manual # ENVIRON(7) - Miscellaneous Information Manual
NAME # environ - user environment
SYNOPSIS # extern char **environ;
DESCRIPTION # 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 variables are recognized by various commands:
BLOCKSIZE
The size of the block units used by several commands, most notably df(1), du(1), and ls(1).
...
GETCAP(1) - General Commands Manual # GETCAP(1) - General Commands Manual
NAME # getcap - capability database access utility
SYNOPSIS # getcap [-b boolean | -c capability | -n number | -s string] -f path -a | record …
DESCRIPTION # The getcap utility provides a simple method for querying a capability database such as /etc/login.conf or /etc/printcap and as described by cgetent(3).
The following query types are supported:
...
GETTYTAB(5) - File Formats Manual # GETTYTAB(5) - File Formats Manual
NAME # gettytab - terminal configuration database
DESCRIPTION # The gettytab file is a simplified version of the termcap(5) database used to describe terminal lines. The initial terminal login process getty(8) accesses the gettytab file each time it starts, allowing simpler reconfiguration of terminal characteristics. Each entry in the database is used to describe one class of terminals.
...
PRINTCAP(5) - File Formats Manual # PRINTCAP(5) - File Formats Manual
NAME # printcap - printer capability database
DESCRIPTION # The printcap file is a simplified version of the termcap(5) database used to describe line printers. The spooling system accesses the printcap file every time it is used, allowing dynamic addition and deletion of printers. Each entry in the database is used to describe one printer. This database may not be substituted for, as is possible for termcap(5), because it may allow accounting to be bypassed.
...
Curses,
Term,
Vi,
Terminfo,
Ul,
Printf,
Tset,
Ex,
Cap_mkdb,
More,
Termcap TERMCAP(5) - File Formats Manual # TERMCAP(5) - File Formats Manual
NAME # termcap - terminal capability database
DESCRIPTION # The termcap file is a database describing terminals, used, for example, by vi(1) and curses(3). Terminals are described in termcap by giving a set of capabilities that they have and by describing how operations are performed. Padding requirements and initialization sequences are included in termcap.
Entries in termcap consist of a number of `:’-separated fields.
...
TTYS(5) - File Formats Manual # TTYS(5) - File Formats Manual
NAME # ttys - terminal initialization information
DESCRIPTION # The ttys file contains information that is used by various routines to initialize and control the use of terminal special files. This information is read with the getttyent(3) library routines.
There is one line in the ttys file per special device file. Fields are separated by tabs and/or spaces. Fields comprised of more than one word should be enclosed in double quotes (’"’).
...