summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1
AgeCommit message (Expand)Author
2013-01-17remove some uesless Pp;Jason McIntyre
2012-06-19for arithmetic expressions, note that:Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
2010-09-20according to ingo, it isn;t a problem to have empty [BDS]q macros, soJason McIntyre
2010-09-18some macro cleanup:Jason McIntyre
2010-07-15When the first argument or arguments of a macro are opening delimitersIngo Schwarze
2010-07-12ksh.1: add ((, )), ]], and `name' to the list of reserved words for compoundsJason McIntyre
2010-05-10tweak previous;Jason McIntyre
2010-05-10unset doesn't fail except for read-only variables and functionsMatthias Kilian
2010-02-25get rid of overlapping blocks discouraged by mdoc.samples(7);Ingo Schwarze
2009-03-06after some discussion with millert, pull in the character class infoJason McIntyre
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller
2009-03-03Add POSIX character class support ([:alpha:] and friends) to ksh globbing.Todd C. Miller
2009-02-07some tweaks for previous that got missed;Jason McIntyre
2009-02-07Make built-in echo behave according to POSIX when set -o posix is in effect:Philip Guenthe
2009-01-29pass "xerrok" status across the execution call stack to more closelyJared Yanovich
2008-03-21Make ulimit able to get and set multiple limits in a single invocationTodd C. Miller
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-07-26clarifications for OPTIND:Jason McIntyre
2006-03-07simplify the description of what a restricted shell is:Jason McIntyre
2005-10-07remove mknod documentation - although /bin/sh supports it, this pageJason 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-06-01add missing detail from IFS exampleJared Yanovich
2005-05-12.Xr script 7Jason McIntyre
2005-02-18sort options to echo builtin;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-21fix missing list item: *(...); spotted by Frank Sander frksndr atOtto Moerbeek
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-12escape punctuation;Jason McIntyre
2004-12-12csh-style ! history completion, which can be activated by usingTheo de Raadt
2004-12-10flurry of updates:Jared Yanovich
2004-11-09/bin/sh supports PS1 expansion;Jason McIntyre
2004-11-05incorrect markup was messing the description of IFS. i've rearranged itJason McIntyre
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
2004-03-15missing commas;Jason McIntyre
2004-03-15reversed word -> reserved word;Jason McIntyre
2004-02-19escape full stops where necessary to kill erroneous double spaces;Jason McIntyre
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre