summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-29 19:59:53 +0000
committerwiz <wiz>2001-04-29 19:59:53 +0000
commit0bb95820dcaed841544011cf993881122b435a66 (patch)
treeefe8cb5814e029e2ec36519a6d89197170aae3fc /shells/bash2
parentd96145f77a233a92294954aa9f51d0de962a01b8 (diff)
downloadpkgsrc-0bb95820dcaed841544011cf993881122b435a66.tar.gz
Improve description.
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/pkg/DESCR18
1 files changed, 10 insertions, 8 deletions
diff --git a/shells/bash2/pkg/DESCR b/shells/bash2/pkg/DESCR
index 497fcff47de..58bb87fa70d 100644
--- a/shells/bash2/pkg/DESCR
+++ b/shells/bash2/pkg/DESCR
@@ -1,8 +1,10 @@
-Bash is the GNU Project's Bourne
-Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
-but also with interactive command line editing, job control on
-architectures that support it, Csh-like history features and brace
-expansion, and a slew of other stuff. For more information on the
-features of Bash that are new to this type of shell, see the file
-`documentation/features.texi'. There is also a processed DVI file
-there, as well as a large man page.
+Bash is an sh-compatible shell that incorporates useful features from
+the Korn shell (ksh) and C shell (csh). It is intended to conform to
+the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.
+
+It offers functional improvements over sh for both programming and
+interactive use; these include command line editing, unlimited size
+command history, job control, shell functions and aliases, indexed
+arrays of unlimited size, and integer arithmetic in any base from two
+to sixty-four. In addition, most sh scripts can be run by Bash without
+modification.