summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1
AgeCommit message (Expand)Author
2023-10-20Improve markup in some cases where .Li was abused.Ingo Schwarze
2023-06-10ksh: remove broken special handling of test -tOmar Polo
2022-12-26reformat some multiline markup, which had been causing an unwantedJason McIntyre
2022-09-13== in [[ does pattern matching as wellKlemens Nanni
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-05-04shell scripts should use getopts instead of getoptChristian Weisgerber
2021-03-11groff complains about the word "An" in an Rs/Re block, believing it a macro,Jason McIntyre
2021-03-10Add support for ^R (redraw) in insert mode too.Todd C. Miller
2021-03-08use a journal reference instead of cstr when possibleJonathan Gray
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2020-09-20Clear screen before redrawing the line with ^L, also in input mode.Todd C. Miller
2020-07-07Add support for set -o pipefailJeremie Courreges-Anglas
2019-11-26some corrections to CDPATH;Jason McIntyre
2019-06-24Fix spellingJeremie Courreges-Anglas
2019-06-24Partial revert of rev. 1.151:Ingo Schwarze
2019-06-21zap trailing whitespace;Jason McIntyre
2019-06-19Allow string greater/less than than operators to work with test aka [.Todd C. Miller
2019-04-03Bind ^L (C-l) to clear-screen instead of redrawJeremie Courreges-Anglas
2018-12-16Tweak the syntax displays to show that the list of wordsIngo Schwarze
2018-06-18Add clear-screen emacs editing command, currently not bound to aTodd C. Miller
2018-05-30point readers to the correct place instead of having themSebastian Benoit
2018-05-18remove the alias type='whence -v' and replace it withSebastian Benoit
2018-02-06Clarify that the "bind" built-in command only affects Emacs editingIngo Schwarze
2017-12-12Document change in the default shell prompts.Theo Buehler
2017-11-22Fix some incorrectness related to Emacs editing mode in ksh:anton
2017-08-30Implement HISTCONTROL ignoredups & ignorespace featuresJeremie Courreges-Anglas
2017-08-30Stop exposing the emacs-usemeta option, and warn when trying to set it.Jeremie Courreges-Anglas
2017-08-19\$ in PS1 gets you the default prompt character, which differs from theJason McIntyre
2017-08-11Retire old behavior of requiring root prompt to contain # or \!Philip Guenther
2017-07-06fix broken cross references; found with mandoc -TlintIngo Schwarze
2017-07-04Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton
2017-07-04Add support for pattern substitution to variables in ksh using a common syntaxanton
2017-06-20'^T' is documented to be bounded to transpose-chars while in emacsBryan Steele
2017-02-19Assigning to RANDOM calls srand_deterministic(3), not srand(3),Ingo Schwarze
2016-11-14Markup improvements:Ingo Schwarze
2016-10-15remove the "in the future" notes from the past;Jason McIntyre
2016-10-14Correct description of the "bind" builtin command.Ingo Schwarze
2016-10-07note that ulimit -m is not enforced, spotted by jmcTed Unangst
2016-09-30remove unneccessary .Pp; from jan staryJason McIntyre
2016-09-27Move bug description to the BUGS sectionDmitrij Czarkoff
2016-09-04Allow simple custom completions by creating an array namedNicholas Marriott
2016-04-27Do not handle echo "`echo \"hi\"`" in POSIX mode differently than inChristian Weisgerber
2016-03-21More ksh POSIX compliance fixes by Martijn Dekker:tb
2016-03-06tweak previous a little;Jason McIntyre
2016-03-06Make set +o conform with POSIX.natano
2016-03-04Fix a typo. The command is to get the default system PATH valueTodd C. Miller
2016-03-04remove CSRG BSD-licensed mknod builtin code which was previously used toTheo de Raadt
2015-12-29Remove reference to $ERRNO, which was been unimplemented for >= 19mmcc
2015-12-26remove special characters; diff from michael reedJason McIntyre
2015-11-24Revert previous tweak, pending a more complete rewording. Discussed withmmcc