diff options
author | Jari Aalto <jari.aalto@cante.net> | 1996-08-26 18:22:31 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:49 +0000 |
commit | 726f63884db0132f01745f1fb4465e6621088ccf (patch) | |
tree | 6c2f7765a890a97e0e513cb539df43283a8f7c4d /documentation/builtins.1 | |
download | android_external_bash-726f63884db0132f01745f1fb4465e6621088ccf.tar.gz android_external_bash-726f63884db0132f01745f1fb4465e6621088ccf.tar.bz2 android_external_bash-726f63884db0132f01745f1fb4465e6621088ccf.zip |
Imported from ../bash-1.14.7.tar.gz.
Diffstat (limited to 'documentation/builtins.1')
-rw-r--r-- | documentation/builtins.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/builtins.1 b/documentation/builtins.1 new file mode 100644 index 0000000..553c107 --- /dev/null +++ b/documentation/builtins.1 @@ -0,0 +1,15 @@ +.\" This is a hack to force bash builtins into the whatis database +.\" and to get the list of builtins to come up with the man command. +.TH BASH_BUILTINS 1 "1993 September 16" GNU +.SH NAME +bash, :, ., alias, bg, bind, break, builtin, bye, case, cd, command, +continue, declare, dirs, echo, enable, eval, exec, exit, export, fc, +fg, for, getopts, hash, help, history, if, jobs, kill, let, local, +logout, popd, pushd, pwd, read, readonly, return, set, shift, source, +suspend, test, times, trap, type, typeset, ulimit, umask, unalias, +unset, until, wait, while \- bash built-in commands, see \fBbash\fR(1) +.SH BASH BUILTIN COMMANDS +.nr zZ 1 +.so bash.1 +.SH SEE ALSO +bash(1), sh(1) |