summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1
AgeCommit message (Expand)Author
2007-05-31Only process ENV when in interactive mode as SU says. Started byOtto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2006-11-30typos; from alf schlichtingJason McIntyre
2006-08-03comment fix; from tamas teveszJason McIntyre
2006-07-26clarifications for OPTIND:Jason McIntyre
2006-06-01simplify the PS1 section somewhat by moving the ! and \! stuff together;Jason McIntyre
2006-05-30document some advice when \$ is part of your prompt;Jason McIntyre
2006-05-29Implement \$ and \# expansion for PS1. Whoever thought it a cleverOtto Moerbeek
2006-04-22back out last - it was not a command line prompt;Jason McIntyre
2006-04-21missing command line prompt;Jason McIntyre
2006-03-07simplify the description of what a restricted shell is:Jason McIntyre
2005-12-06make the PS1 section a little easier to read;Jason McIntyre
2005-11-30document root PS1 feature:Jason McIntyre
2005-11-16document the procedure for providing a startup file for interactiveJason McIntyre
2005-10-12document new max array sizeBernd Ahlers
2005-10-07brief description of mknod built-in;Jason McIntyre
2005-10-06Introducing mknod as a built-in. It might be against the unixOtto Moerbeek
2005-09-07LINES and \\ in PS1 prompt are implemented, so remove informationJason McIntyre
2005-08-21Comment out description for 'ulimit -v' since we don't supportTodd C. Miller
2005-08-01more `version' removal;Jason McIntyre
2005-08-01Document ^V change from version to quote commandOtto Moerbeek
2005-05-25add missing detail from IFS exampleJared Yanovich
2005-05-12.Xr script 7Jason McIntyre
2005-03-04document that $HOME is shown as `~' for PS1 \w substitutions;Jason McIntyre
2005-02-18sort options to echo builtin;Jason McIntyre
2005-02-16a note about why we have both EDITOR and VISUAL env vars;Jason McIntyre
2005-02-16document that `emacs' is the default editing mode, and that as wellJason McIntyre
2005-02-08oops, missed a prompt;Jason McIntyre
2005-02-08use command prompts and literal for commands;Jason McIntyre
2005-02-08big overhaul of these pages, to make them clearer to read;Jason McIntyre
2005-02-05note that symlinks in test file are followed, except -h and -LJason McIntyre
2005-02-02Introduce POSIX hex and octal (0x... and 0...) constants in arithmeticOtto Moerbeek
2005-01-19typo;Jason McIntyre
2005-01-19although the description for the `comment' bind was in the page,Jason McIntyre
2005-01-17typo;Jason McIntyre
2005-01-10typo;Jason McIntyre
2004-12-22These man pages are not derived from UCB and are actually public domain.Todd C. Miller
2004-12-22Our times(3) just calls getrusage(2) and gettimeofday(2), converting secondsTodd C. Miller
2004-12-16- document IFS behavior changesJared Yanovich
2004-12-12escape punctuation;Jason McIntyre
2004-12-12csh-style ! history completion, which can be activated by usingTheo de Raadt
2004-12-04minor tweaks; ok jmcJared Yanovich
2004-11-08add a more complex PS1 example, which does not use the new backslashJason McIntyre
2004-11-06correct my description of \[ and \]Jason McIntyre
2004-11-05document PS1 expansions;Jason McIntyre
2004-11-05incorrect markup was messing the description of IFS. i've rearranged itJason McIntyre
2004-11-03HISTSIZE cranked to 500Jared Yanovich
2004-10-28fix spacing after period at EOL. from ray@cyth.netJared Yanovich
2004-08-07Document ulimit -v; mickey@ OKTodd C. Miller
2004-08-04- mdoc and macro fixes and simplificationJared Yanovich