summaryrefslogtreecommitdiffstats
path: root/bin/ksh/ksh.1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* groff complains about the word "An" in an Rs/Re block, believing it a macro,jmc2021-03-111-3/+3
* Add support for ^R (redraw) in insert mode too.millert2021-03-101-2/+4
* use a journal reference instead of cstr when possiblejsg2021-03-081-1/+9
* Add some references, most of these were removed when we stopped buildingjsg2021-03-081-2/+11
* Clear screen before redrawing the line with ^L, also in input mode.millert2020-09-201-3/+12
* Add support for set -o pipefailjca2020-07-071-3/+9
* some corrections to CDPATH;jmc2019-11-261-4/+6
* Fix spellingjca2019-06-241-2/+2
* Partial revert of rev. 1.151:schwarze2019-06-241-5/+7
* zap trailing whitespace;jmc2019-06-211-3/+3
* Allow string greater/less than than operators to work with test aka [.millert2019-06-191-6/+11
* Bind ^L (C-l) to clear-screen instead of redrawjca2019-04-031-4/+4
* Tweak the syntax displays to show that the list of wordsschwarze2018-12-161-6/+6
* Add clear-screen emacs editing command, currently not bound to amillert2018-06-181-2/+11
* point readers to the correct place instead of having thembenno2018-05-301-4/+4
* remove the alias type='whence -v' and replace it withbenno2018-05-181-4/+7
* Clarify that the "bind" built-in command only affects Emacs editingschwarze2018-02-061-3/+8
* Document change in the default shell prompts.tb2017-12-121-3/+3
* Fix some incorrectness related to Emacs editing mode in ksh:anton2017-11-221-8/+14
* Implement HISTCONTROL ignoredups & ignorespace featuresjca2017-08-301-1/+10
* Stop exposing the emacs-usemeta option, and warn when trying to set it.jca2017-08-301-5/+2
* \$ in PS1 gets you the default prompt character, which differs from thejmc2017-08-191-5/+5
* Retire old behavior of requiring root prompt to contain # or \!guenther2017-08-111-11/+2
* fix broken cross references; found with mandoc -Tlintschwarze2017-07-061-3/+3
* Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton2017-07-041-13/+1
* Add support for pattern substitution to variables in ksh using a common syntaxanton2017-07-041-2/+14
* '^T' is documented to be bounded to transpose-chars while in emacsbrynet2017-06-201-10/+2
* Assigning to RANDOM calls srand_deterministic(3), not srand(3),schwarze2017-02-191-6/+4
* Markup improvements:schwarze2016-11-141-83/+99
* remove the "in the future" notes from the past;jmc2016-10-151-29/+5
* Correct description of the "bind" builtin command.schwarze2016-10-141-8/+19
* note that ulimit -m is not enforced, spotted by jmctedu2016-10-071-2/+3
* remove unneccessary .Pp; from jan staryjmc2016-09-301-3/+2
* Move bug description to the BUGS sectionczarkoff2016-09-271-8/+13
* Allow simple custom completions by creating an array namednicm2016-09-041-2/+21
* Do not handle echo "`echo \"hi\"`" in POSIX mode differently than innaddy2016-04-271-29/+2
* More ksh POSIX compliance fixes by Martijn Dekker:tb2016-03-211-4/+6
* tweak previous a little;jmc2016-03-061-3/+3
* Make set +o conform with POSIX.natano2016-03-061-3/+4
* Fix a typo. The command is to get the default system PATH valuemillert2016-03-041-2/+2
* remove CSRG BSD-licensed mknod builtin code which was previously used toderaadt2016-03-041-40/+3
* Remove reference to $ERRNO, which was been unimplemented for >= 19mmcc2015-12-291-8/+2
* remove special characters; diff from michael reedjmc2015-12-261-101/+101
* Revert previous tweak, pending a more complete rewording. Discussed withmmcc2015-11-241-3/+3
* This man page uses "Note that" profusely, which is generally consideredmmcc2015-11-221-6/+9
* Don't use pdksh for self-reference and remove needless historicalmmcc2015-11-221-13/+8
* Remove commented-out BUGS section that directs reports to long-extinctmmcc2015-11-221-34/+2
* "one" -> "one or more"mmcc2015-11-211-3/+3
* add missing NAME entries; ok schwarzejmc2015-11-091-3/+4
* zap trailing whitespace;jmc2015-10-301-2/+2