Index of /bashinfo/source/bash-1.14.7/documentation

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [TXT] builtins.1 17-Sep-1993 16:06 676 [TXT] Makefile 11-Jun-1995 14:45 2.2K [TXT] readline.3 24-May-1995 10:38 30K [TXT] FAQ 19-Dec-1995 16:37 31K [TXT] readline.txt 24-May-1995 10:44 40K [   ] article.ms 18-Jul-1994 17:05 41K [TXT] article.txt 18-Jul-1994 17:06 47K [TXT] builtins.txt 03-Nov-1995 10:45 52K [   ] features.texi 04-Aug-1994 15:26 60K [   ] readline.ps 24-May-1995 10:44 63K [   ] article.ps 18-Jul-1994 17:05 84K [   ] builtins.ps 17-May-1995 15:45 86K [   ] features.info 08-May-1995 16:03 109K [TXT] texinfo.tex 16-Sep-1993 12:10 128K [TXT] bash.1 03-Nov-1995 10:43 135K [TXT] bash.txt 03-Nov-1995 10:45 164K [   ] features.dvi 08-May-1995 16:03 187K [   ] features.ps 08-May-1995 16:03 247K [   ] bash.ps 03-Nov-1995 10:44 262K
This directory contains the bash documentation.

FAQ		- a set of frequently-asked questions about Bash with answers
article.ms	- an article I wrote about bash for The Linux Journal
bash.1		- the bash man page
builtins.1	- a man page that documents the builtins, extracted from bash.1
features.texi	- the `bash features' document, suitable for an info tree
readline.3	- the readline man page

The `.ps' files are postscript versions of the above.  The `.txt' versions
are ascii -- the output of `nroff'.

The rest of this file explains how to use the `builtins.1' man page.

For each command in the list of builtins create a file in man/man1 called:

${command}.1

eg.
for.1
type.1
alias.1
etc.

All these files are identical as follows:

jaws@jaws(264)$ cat alias.1
.so man1/builtins.1
jaws@jaws(265)$ 

Make sure you adjust the .so line in builtins.1 to reflect where you
put it.