source: trunk/third/bash/doc/README @ 12959

Revision 12959, 1.1 KB checked in by tb, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12958, which included commits to RCS files with non-trunk default branches.
Line 
1This directory contains the bash documentation.
2
3FAQ             - a set of frequently-asked questions about Bash with answers
4INTRO           - a short introduction to bash
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
8bashref.texi    - the `bash reference manual'
9bashref.info    - the `bash reference manual' processed by `makeinfo'
10readline.3      - the readline man page
11
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'.
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.
Note: See TracBrowser for help on using the repository browser.