]> git.ipfire.org Git - thirdparty/bash.git/blame - doc/README
Imported from ../bash-2.03.tar.gz.
[thirdparty/bash.git] / doc / README
CommitLineData
726f6388
JA
1This directory contains the bash documentation.
2
3FAQ - a set of frequently-asked questions about Bash with answers
b72432fd 4INTRO - a short introduction to bash
726f6388
JA
5article.ms - an article I wrote about bash for The Linux Journal
6bash.1 - the bash man page
7builtins.1 - a man page that documents the builtins, extracted from bash.1
b72432fd
JA
8bashref.texi - the `bash reference manual'
9bashref.info - the `bash reference manual' processed by `makeinfo'
726f6388
JA
10readline.3 - the readline man page
11
ccc6cda3
JA
12The `.ps' files are postscript versions of the above. The `.html'
13files are HTML versions of the man page and reference manual. The
14`.0' files are formatted manual pages. The `.txt' versions are
15ascii -- the output of `groff -Tascii'.
726f6388
JA
16
17The rest of this file explains how to use the `builtins.1' man page.
18
19For each command in the list of builtins create a file in man/man1 called:
20
21${command}.1
22
23eg.
24for.1
25type.1
26alias.1
27etc.
28
29All these files are identical as follows:
30
31jaws@jaws(264)$ cat alias.1
32.so man1/builtins.1
33jaws@jaws(265)$
34
35Make sure you adjust the .so line in builtins.1 to reflect where you
36put it.