summaryrefslogtreecommitdiffstats
path: root/bin/ksh/sh.1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mention that using vi command line editing mode requires enabling it;schwarze2019-05-221-3/+7
* Tweak the syntax displays to show that the list of wordsschwarze2018-12-161-5/+7
* in getopts, when a option is followed by a colon the parameter is mandatorysolene2018-11-301-3/+3
* Contrary to the sh manual, it is possible to modify the PWD variablemillert2018-09-281-3/+2
* Fix spacing in brace command list grammar.anton2018-03-311-3/+3
* improve markup quality in the cases found by the new "--" style messageschwarze2018-03-161-6/+6
* backslash also escapes newlines when quoted;jmc2017-12-301-4/+4
* oops - previous should have been a list item;jmc2017-12-151-4/+4
* Document change in the default shell prompts.tb2017-12-121-7/+12
* The fact is simple: Subshells have the same PPID as the current shell.tb2017-06-011-3/+3
* document behaviour when CDPATH unset;jmc2017-05-261-2/+4
* document the "type" built-in, marked as xsi by posix;jmc2017-03-161-1/+5
* document the ulimit built-in, which is now marked xsi by posix;jmc2017-03-161-1/+7
* document the "hash" built-in, moved to (posix) base in issue 7;jmc2017-03-161-4/+10
* Remove an escaped blank space and insert an No macro to keep \&; at atb2016-11-141-3/+3
* Fix lexicographic order of shell built-ins: trap comes before true.tb2016-11-121-4/+4
* rework initial text a little, to read better;jmc2016-08-121-4/+4
* remove note about command substitution and double quotes: it is probablejmc2016-07-281-5/+2
* rework the first sentence of this page;jmc2016-07-181-9/+8
* Correct the description of the != operator in arithmetic expansion;schwarze2016-05-041-2/+2
* line editing correction; from andras farkasjmc2016-05-041-3/+3
* More ksh POSIX compliance fixes by Martijn Dekker:tb2016-03-211-2/+5
* indent the builtin text a little, for naddy;jmc2015-10-121-3/+3
* Avoid .Ns right after .Pf, it's pointless.schwarze2015-09-141-3/+3
* lightly document the posix option and POSIXLY_CORRECT; will sketch outjmc2015-05-041-3/+17
* reapply the rules of english to the option keywords: i was persuaded to undo itjmc2015-04-301-13/+13
* both rpe and zhuk pointed out some problems with my if/elf template.jmc2015-03-311-16/+21
* on zhuk's advice, don;t talk about null: posix uses null and emptyjmc2015-03-301-11/+11
* clarity fix from zhuk;jmc2015-03-271-4/+4
* a little wording tweak;jmc2015-03-261-2/+2
* various fixes from rpe;jmc2015-03-261-6/+6
* from zhuk: in the for loop, show "in word ..." as optional;jmc2015-03-261-2/+2
* from zhuk: sequential and asynchronous lists may take only one item;jmc2015-03-261-5/+5
* rework the section on when different types of command are processed;jmc2015-03-261-11/+29
* Fix IFS description. May be polished further when all consequences ofzhuk2015-03-191-2/+9
* Make it clear that it's the line who shouldn't be empty, and not thezhuk2015-03-191-4/+3
* remove ambiguity from the COMMANDS section, after discussion with zhuk;jmc2015-03-181-5/+5
* from zhuk: a little more info on <>jmc2015-03-181-1/+5
* improve the description of here documents; prompted by zhukjmc2015-03-181-7/+6
* rework the redirection text after some feedback from zhuk;jmc2015-03-181-12/+11
* revert a previous word change - the original seems more accurate;jmc2015-03-171-2/+2
* Escape certain characters for slightly more correct (and prettier) output.bentley2015-03-171-13/+13
* from zhuk: provide some Sxjmc2015-03-171-3/+5
* from zhuk: shell does not wait for command to complete if job run in backgroundjmc2015-03-171-4/+5
* from zhuk: be clear that "#" is a variablejmc2015-03-161-3/+3
* from zhuk: two grammar fixes;jmc2015-03-151-3/+3
* from zhuk: clarify "set --";jmc2015-03-151-3/+4
* from zhuk: remove ambiguity around the false/true description;jmc2015-03-151-3/+3
* from zhuk: remove ambiguity in the description of "continue";jmc2015-03-151-2/+2
* from zhuk: the dash part of "cd -" is not a flag, so don;t show it as such;jmc2015-03-151-6/+9