Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

man.config(5) [redhat man page]

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
@man_config_file@ 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). 30 Mar 1994 MAN.CONF(5)

Check Out this Related Man Page

NROFF(1)						      General Commands Manual							  NROFF(1)

NAME
nroff - emulate nroff command with groff SYNOPSIS
nroff [ -CchipStUv ] [ -dcs ] [ -Mdir ] [ -mname ] [ -nnum ] [ -olist ] [ -rcn ] [ -Tname ] [ file ... ] DESCRIPTION
The nroff script emulates the nroff command using groff. Only ascii, latin1, utf8, and cp1047 are valid arguments for the -T option, selecting the output encoding emitted by grotty, groff's TTY output device. If an invalid or no -T option is given, nroff checks the cur- rent locale to select a default output device. It first tries the locale program, then the environment variables LC_ALL, LC_CTYPE, and LANG, and finally the LESSCHARSET environment variable. The -h and -c options are equivalent to grotty's options -h (using tabs in the output) and -c (using the old output scheme instead of SGR escape sequences). The -d, -C, -i, -M, -m, -n, -o, and -r options have the effect described in troff(1). In addition, nroff silently ignores the options -e, -q, and -s (which are not implemented in troff). Options -p (pic), -t (tbl), -S (safer), and -U (unsafe) are passed to groff. -v shows the version number. ENVIRONMENT
GROFF_BIN_PATH A colon separated list of directories in which to search for the groff executable before searching in PATH. If unset, `/usr/bin' is used. NOTES
This shell script is basically intended for use with man(1), so warnings are suppressed. nroff-style character definitions (in the file tty-char.tmac) are also loaded to emulate unrepresentable glyphs. SEE ALSO
groff(1), troff(1), grotty(1) Groff Version 1.19.2 February 6, 2006 NROFF(1)
Man Page

12 More Discussions You Might Find Interesting

1. Programming

Wierd pipe problem

I have encountered a strange problem dealing with pipes and forking. The program basicaly does this: cat file | tbl | eqn | groff Now, I have a parent process that forks children that that exec the stuff that they should. The pipes defined in the parent are the ones used. The chain goes... (1 Reply)
Discussion started by: denoir
1 Replies

2. UNIX for Advanced & Expert Users

Boot loop errors caused by RC.CONF

Hello all! I am praying someone can help me. I have been trying to install dual nics on my FreeBSD box. In my attempts I edited my RC.CONF file. I must have editing something wrong, because during the boot sequence, my machine gets through bringing up most of the services then it stops and gets... (5 Replies)
Discussion started by: ezekiel61
5 Replies

3. UNIX for Dummies Questions & Answers

better information source than "man rc.conf"?

i find the man page really cryptic. does anyone else have a source that explains how to use this file better? (1 Reply)
Discussion started by: xyyz
1 Replies

4. UNIX for Advanced & Expert Users

ps for AIX

Hi, under AIX 5; which option of ps commande line lets see memoru usage of each process ? Thanks. Of cours I have already looked at MAN but I can not realy find the answer. (1 Reply)
Discussion started by: big123456
1 Replies

5. AIX

MAN not found or not installed ??? Need help

Hello, I have installed my system AIX5.3 through NIM. The manual doesn't work. Do you have any idea ? Below my confid. There a specific fileset missing ? Thanks in advance for your help # man ls Manual entry for ls not found or not installed. # lslpp -l bos.rte.man Fileset ... (0 Replies)
Discussion started by: touny
0 Replies

6. Shell Programming and Scripting

read -r string

Hi, can someone explain to me what does " read -r string" mean? i tried to locate the MAN pages of read, however, i can't seem to find any examples of using the -r flag. Would appreciate if anyone can enlighten me. (2 Replies)
Discussion started by: new2ss
2 Replies

7. UNIX for Dummies Questions & Answers

cp

Hello, I am just a new born baby to UNIX...and I need some help to copy a particular man command. Can anybody help me here please. I want to copy man ls to a file called ls-man I have tried cp man ls > ls-man but no success. (2 Replies)
Discussion started by: Aristo
2 Replies

8. Fedora

why do we have .1 extension in MAN PAGES?

Hello sir, I am using FEDORA 9. I wanted to know why do we have ".1" extension in the archives of man pages. I know we are giving format. I want to know the importance or purpose of this format. Can you please tell me :confused: (2 Replies)
Discussion started by: nsharath
2 Replies

9. UNIX for Dummies Questions & Answers

where is unix-screen-binary path location

hi all, i wanna ask where is unix-screen-binary path location? i cannot find it in /usr/bin or /bin or using man command thx before (3 Replies)
Discussion started by: venven
3 Replies

10. Linux

man command

Hey people do u know how to disable the man command in linux??? i am not able to do anythg apart from disabling the permission for /usr/bin/... i dont wanna uninstall the man / man pages also... this has been one of the toughest challenges i have come across in linux... can anybody... (5 Replies)
Discussion started by: linux.user
5 Replies

11. UNIX for Dummies Questions & Answers

MAN and read & write function

How to use MAN to find information about read() and write() function ? The command "man read" show some rubbish, for example "man open" show great information about function I need. (2 Replies)
Discussion started by: bbqtoss
2 Replies

12. UNIX for Beginners Questions & Answers

Using man command

hi linux expert how to use man command for get help about "extended regular expression"? many thanks samad (2 Replies)
Discussion started by: abdossamad2003
2 Replies