Unix and Linux Discussions Tagged with man |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
10 |
18,049 |
What is on Your Mind? |
|
|
|
7 |
9,122 |
What is on Your Mind? |
|
|
|
2 |
3,407 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
9,597 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,611 |
Solaris |
|
|
|
1 |
5,023 |
What is on Your Mind? |
|
|
|
1 |
4,483 |
What is on Your Mind? |
|
|
|
0 |
3,959 |
What is on Your Mind? |
|
|
|
5 |
7,170 |
Solaris |
|
|
|
1 |
4,930 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
3 |
4,142 |
Shell Programming and Scripting |
|
|
|
4 |
9,370 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
6,528 |
Shell Programming and Scripting |
|
|
|
1 |
2,186 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,320 |
UNIX for Dummies Questions & Answers |
|
|
|
36 |
129,032 |
IP Networking |
|
|
|
0 |
3,018 |
Software Releases - RSS News |
|
|
|
0 |
1,212 |
Security Advisories (RSS) |
|
|
|
0 |
1,075 |
Software Releases - RSS News |
|
|
|
0 |
1,784 |
UNIX and Linux RSS News |
|
|
|
0 |
1,287 |
Software Releases - RSS News |
|
|
|
0 |
1,283 |
Software Releases - RSS News |
|
|
|
0 |
1,130 |
Software Releases - RSS News |
|
|
|
0 |
3,766 |
Complex Event Processing RSS News |
|
|
|
0 |
1,142 |
Software Releases - RSS News |
|
|
|
1 |
3,800 |
What is on Your Mind? |
|
|
|
3 |
3,597 |
Shell Programming and Scripting |
|
|
|
0 |
1,332 |
Software Releases - RSS News |
|
|
|
3 |
2,867 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,962 |
SCO |
|
|
|
0 |
2,768 |
UNIX and Linux RSS News |
|
|
|
0 |
1,439 |
Software Releases - RSS News |
|
|
|
0 |
1,962 |
Security Advisories (RSS) |
|
|
|
0 |
1,406 |
Software Releases - RSS News |
|
|
|
0 |
1,348 |
Software Releases - RSS News |
|
|
|
12 |
30,403 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,352 |
Shell Programming and Scripting |
|
|
|
2 |
11,621 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,225 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
19,390 |
UNIX for Dummies Questions & Answers |
MAN.CONF(5) File Formats Manual MAN.CONF(5)
NAME
man.conf - configuration data for man
DESCRIPTION
This file is read by man(1) and contains (a) information on how to construct the search path for man, (b) full path names for various pro-
grams like nroff, eqn, tbl etc. used by man, and (c) a list with uncompressors for files with a given extension. An alternative version of
this file can be specified with
man -C private_man.conf ...
The command names may be provided with options. Useful options to nroff can be found in grotty(1). For example, instead of the default
line
NROFF /usr/bin/groff -mandoc -Tlatin1
one may write
NROFF /usr/bin/groff -mandoc -Tlatin1 -P-u -P-b
in order to suppress underlining and overstriking.
FILES
/private/etc/man.conf
AUTHOR
John W. Eaton was the original author of man. Zeyd M. Ben-Halim released man 1.2, and Andries Brouwer followed up with versions 1.3 thru
1.5p. Federico Lucifredi <flucifredi@acm.org> is the current maintainer.
SEE ALSO
col(1), (g)eqn(1), (g)pic(1), groff(1), grotty(1), (g)refer(1), (g)tbl(1), less(1), man (1) and compress(1), gzip(1).
September 19, 2005 MAN.CONF(5)