summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1
AgeCommit message (Expand)Author
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
2015-11-22This man page uses "Note that" profusely, which is generally consideredmmcc
2015-11-22Don't use pdksh for self-reference and remove needless historicalmmcc
2015-11-22Remove commented-out BUGS section that directs reports to long-extinctmmcc
2015-11-21"one" -> "one or more"mmcc
2015-11-09add missing NAME entries; ok schwarzeJason McIntyre
2015-10-30zap trailing whitespace;Jason McIntyre
2015-10-30Try to clarify the fc section a tad; fc apprently stands for "fix command".Todd C. Miller
2015-10-30'fc -e -' is deprecated in favor of 'fc -s', so update the built-in aliasPhilip Guenther
2015-10-17add missing underscore; from theo buehlerJason McIntyre
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
2015-07-04Use "alternation" consistentlyfeinerer
2015-03-25Bind the Delete key (ESC[3~) to delete-char-forwardJeremie Courreges-Anglas