| Commit message (Expand) | Author | Age | Files | Lines |
* | mention that using vi command line editing mode requires enabling it; |  schwarze | 2019-05-22 | 1 | -3/+7 |
* | Tweak the syntax displays to show that the list of words |  schwarze | 2018-12-16 | 1 | -5/+7 |
* | in getopts, when a option is followed by a colon the parameter is mandatory |  solene | 2018-11-30 | 1 | -3/+3 |
* | Contrary to the sh manual, it is possible to modify the PWD variable |  millert | 2018-09-28 | 1 | -3/+2 |
* | Fix spacing in brace command list grammar. |  anton | 2018-03-31 | 1 | -3/+3 |
* | improve markup quality in the cases found by the new "--" style message |  schwarze | 2018-03-16 | 1 | -6/+6 |
* | backslash also escapes newlines when quoted; |  jmc | 2017-12-30 | 1 | -4/+4 |
* | oops - previous should have been a list item; |  jmc | 2017-12-15 | 1 | -4/+4 |
* | Document change in the default shell prompts. |  tb | 2017-12-12 | 1 | -7/+12 |
* | The fact is simple: Subshells have the same PPID as the current shell. |  tb | 2017-06-01 | 1 | -3/+3 |
* | document behaviour when CDPATH unset; |  jmc | 2017-05-26 | 1 | -2/+4 |
* | document the "type" built-in, marked as xsi by posix; |  jmc | 2017-03-16 | 1 | -1/+5 |
* | document the ulimit built-in, which is now marked xsi by posix; |  jmc | 2017-03-16 | 1 | -1/+7 |
* | document the "hash" built-in, moved to (posix) base in issue 7; |  jmc | 2017-03-16 | 1 | -4/+10 |
* | Remove an escaped blank space and insert an No macro to keep \&; at a |  tb | 2016-11-14 | 1 | -3/+3 |
* | Fix lexicographic order of shell built-ins: trap comes before true. |  tb | 2016-11-12 | 1 | -4/+4 |
* | rework initial text a little, to read better; |  jmc | 2016-08-12 | 1 | -4/+4 |
* | remove note about command substitution and double quotes: it is probable |  jmc | 2016-07-28 | 1 | -5/+2 |
* | rework the first sentence of this page; |  jmc | 2016-07-18 | 1 | -9/+8 |
* | Correct the description of the != operator in arithmetic expansion; |  schwarze | 2016-05-04 | 1 | -2/+2 |
* | line editing correction; from andras farkas |  jmc | 2016-05-04 | 1 | -3/+3 |
* | More ksh POSIX compliance fixes by Martijn Dekker: |  tb | 2016-03-21 | 1 | -2/+5 |
* | indent the builtin text a little, for naddy; |  jmc | 2015-10-12 | 1 | -3/+3 |
* | Avoid .Ns right after .Pf, it's pointless. |  schwarze | 2015-09-14 | 1 | -3/+3 |
* | lightly document the posix option and POSIXLY_CORRECT; will sketch out |  jmc | 2015-05-04 | 1 | -3/+17 |
* | reapply the rules of english to the option keywords: i was persuaded to undo it |  jmc | 2015-04-30 | 1 | -13/+13 |
* | both rpe and zhuk pointed out some problems with my if/elf template. |  jmc | 2015-03-31 | 1 | -16/+21 |
* | on zhuk's advice, don;t talk about null: posix uses null and empty |  jmc | 2015-03-30 | 1 | -11/+11 |
* | clarity fix from zhuk; |  jmc | 2015-03-27 | 1 | -4/+4 |
* | a little wording tweak; |  jmc | 2015-03-26 | 1 | -2/+2 |
* | various fixes from rpe; |  jmc | 2015-03-26 | 1 | -6/+6 |
* | from zhuk: in the for loop, show "in word ..." as optional; |  jmc | 2015-03-26 | 1 | -2/+2 |
* | from zhuk: sequential and asynchronous lists may take only one item; |  jmc | 2015-03-26 | 1 | -5/+5 |
* | rework the section on when different types of command are processed; |  jmc | 2015-03-26 | 1 | -11/+29 |
* | Fix IFS description. May be polished further when all consequences of |  zhuk | 2015-03-19 | 1 | -2/+9 |
* | Make it clear that it's the line who shouldn't be empty, and not the |  zhuk | 2015-03-19 | 1 | -4/+3 |
* | remove ambiguity from the COMMANDS section, after discussion with zhuk; |  jmc | 2015-03-18 | 1 | -5/+5 |
* | from zhuk: a little more info on <> |  jmc | 2015-03-18 | 1 | -1/+5 |
* | improve the description of here documents; prompted by zhuk |  jmc | 2015-03-18 | 1 | -7/+6 |
* | rework the redirection text after some feedback from zhuk; |  jmc | 2015-03-18 | 1 | -12/+11 |
* | revert a previous word change - the original seems more accurate; |  jmc | 2015-03-17 | 1 | -2/+2 |
* | Escape certain characters for slightly more correct (and prettier) output. |  bentley | 2015-03-17 | 1 | -13/+13 |
* | from zhuk: provide some Sx |  jmc | 2015-03-17 | 1 | -3/+5 |
* | from zhuk: shell does not wait for command to complete if job run in background |  jmc | 2015-03-17 | 1 | -4/+5 |
* | from zhuk: be clear that "#" is a variable |  jmc | 2015-03-16 | 1 | -3/+3 |
* | from zhuk: two grammar fixes; |  jmc | 2015-03-15 | 1 | -3/+3 |
* | from zhuk: clarify "set --"; |  jmc | 2015-03-15 | 1 | -3/+4 |
* | from zhuk: remove ambiguity around the false/true description; |  jmc | 2015-03-15 | 1 | -3/+3 |
* | from zhuk: remove ambiguity in the description of "continue"; |  jmc | 2015-03-15 | 1 | -2/+2 |
* | from zhuk: the dash part of "cd -" is not a flag, so don;t show it as such; |  jmc | 2015-03-15 | 1 | -6/+9 |