diff options
author | Chet Ramey <chet.ramey@case.edu> | 2014-02-26 09:36:43 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2014-02-26 09:36:43 -0500 |
commit | ac50fbac377e32b98d2de396f016ea81e8ee9961 (patch) | |
tree | f71882366b98fedf1a88a063103219a4935de926 /doc/article.ms | |
parent | 4539d736f1aff232857a854fd2a68df0c98d9f34 (diff) | |
download | android_external_bash-ac50fbac377e32b98d2de396f016ea81e8ee9961.tar.gz android_external_bash-ac50fbac377e32b98d2de396f016ea81e8ee9961.tar.bz2 android_external_bash-ac50fbac377e32b98d2de396f016ea81e8ee9961.zip |
Bash-4.3 distribution sources and documentation
Diffstat (limited to 'doc/article.ms')
-rw-r--r-- | doc/article.ms | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/article.ms b/doc/article.ms index 517155a..d17bfa3 100644 --- a/doc/article.ms +++ b/doc/article.ms @@ -179,7 +179,7 @@ variable expansion semantics, redirection, and quoting as the Bourne shell. Where differences appear between the POSIX.2 standard and traditional sh behavior, Bash follows POSIX. .PP -The Korn Shell (\fBksh\fP) is a descendent of the Bourne shell written +The Korn Shell (\fBksh\fP) is a descendant of the Bourne shell written at AT&T Bell Laboratories by David Korn\(dg. It provides a number of useful features that POSIX and Bash have adopted. Many of the interactive facilities in POSIX.2 have their roots in the ksh: @@ -491,7 +491,7 @@ some bindings, and begin to use them almost immediately. .PP Bash implements the .B bind -builtin for more dyamic control of readline than the startup file +builtin for more dynamic control of readline than the startup file permits. .B Bind is used in several ways. In @@ -544,7 +544,7 @@ and builtins to manipulate the history list. The value of .B $HISTFILE -specifes the file where Bash writes the command history on exit and +specifies the file where Bash writes the command history on exit and reads it on startup. .B $HISTSIZE is used to limit the number of commands saved in the history. |