diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-02-25 01:02:37 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-02-25 01:02:37 +0000 |
commit | 82376909756d7ced59b0f0ed0f282faa3380265b (patch) | |
tree | 3612b88ef2c21dbdd1a5b645e3cdda3380515032 /shells/mksh | |
parent | 21dbdc761422a9fff2a528a7b897af91abb6cbfc (diff) | |
download | pkgsrc-82376909756d7ced59b0f0ed0f282faa3380265b.tar.gz |
mksh: fix typos in DESCR
Diffstat (limited to 'shells/mksh')
-rw-r--r-- | shells/mksh/DESCR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/mksh/DESCR b/shells/mksh/DESCR index 9c258607152..edc93433bf2 100644 --- a/shells/mksh/DESCR +++ b/shells/mksh/DESCR @@ -1,10 +1,10 @@ mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), -a Bourne-compatible shell which is largely si. milar to the original AT&T +a Bourne-compatible shell which is largely similar to the original AT&T Korn shell; mksh is the only pdksh derivate currently being actively developed. It includes bug fixes and feature improvements, in order to produce a modern, robust shell good for interactive and especially script use. -The code has throughoutly been cleaned up and simplified, bugs fixed, standards +The code has been thoroughly cleaned up and simplified, bugs fixed, standards compliance added, and several enhancements (for extended compatibility to other modern shells, as well as a couple of its own) have been placed. mksh has UTF-8 support (e.g. in the emacs editing mode). |