summaryrefslogtreecommitdiffstats
path: root/bin/sh/sh.1
Commit message (Expand)AuthorAgeFilesLines
* sh(1): Describe subshell environment, command substitution more correctly.jilles2011-03-201-7/+19
* sh(1): Reduce excessive semicolon-separated sentences.jilles2011-03-061-4/+4
* sh(1): Update description of arithmetic.jilles2011-02-081-8/+3
* sh: Do not try to execute binary files as scripts.jilles2011-02-051-0/+1
* sh: Remove special code for shell scripts without magic number.jilles2011-02-041-10/+4
* sh(1): Document changes to 'exit' from traps.jilles2011-01-161-2/+7
* sh(1): Explain why it is a bad idea to use aliases in scripts.jilles2010-12-211-3/+4
* sh: Add kill builtin.jilles2010-12-211-1/+6
* sh(1): Clean up documentation of built-in commands.jilles2010-12-031-11/+14
* sh(1): Document that command's -p option also works with -v/-V.jilles2010-12-011-2/+3
* sh: Add printf builtin.jilles2010-11-191-1/+5
* sh(1): Document r214304 (special builtin is illegal function name).jilles2010-11-121-0/+1
* sh(1): Update for r214492. "${v+"hi}there"}".jilles2010-11-121-5/+8
* sh(1): Modernize the introduction a bit.jilles2010-11-121-12/+5
* sh(1): Correct synopsis and make precise how $0 is set.jilles2010-10-311-4/+24
* sh(1): Clarify subshells/processes for pipelines.jilles2010-10-161-10/+8
* sh(1): Remove xrefs for expr(1) and getopt(1).jilles2010-09-101-3/+1
* sh(1): Add a brief summary of arithmetic expressions.jilles2010-08-221-5/+36
* sh: Forget about terminated background processes sooner.jilles2010-06-291-1/+5
* sh(1): Rework documentation of shell variables.jilles2010-05-241-87/+118
* sh(1): Improve wording of 'Special Parameters' section.jilles2010-05-241-7/+3
* sh(1): Fix "reserved word" vs "keyword" inconsistency.jilles2010-05-091-9/+9
* sh: Automatically enable -o emacs in interactive shells with terminals.jilles2010-04-051-2/+3
* sh: Document the expansion changes in the man page.jilles2010-04-041-2/+20
* sh: Improve the command builtin:jilles2010-03-061-4/+6
* sh(1): document ulimit -w (swapuse rlimit).jilles2009-12-311-2/+5
* sh(1): Correct two places where "$@" lacked necessary quotes.jilles2009-12-311-2/+2
* sh: Exempt $@ and $* from set -ujilles2009-10-241-2/+5
* Clarify quoting of word in ${v=word} in sh(1).jilles2009-10-071-0/+3
* Mention that NUL characters are not allowed in sh(1) input.jilles2009-09-201-0/+4
* Designate special builtins as such in command -V and type.jilles2009-06-241-3/+11
* Mention the range for the exit status for the exit special builtin.jilles2009-06-071-0/+1
* sh: Make read's timeout (-t) apply to the entire line, not only the firstjilles2009-05-311-2/+2
* Document the ulimit -p option in the sh(1) manual page.ed2008-08-301-1/+3
* Revise the markup.ru2007-12-051-275/+382
* The exit status of a case statement where none of the patterns is matchedstefanf2007-10-041-0/+4
* Add the POSIX option -p to the jobs builtin command. It prints the PID of thestefanf2006-10-071-3/+8
* Markup fixes.ru2006-09-171-3/+4
* Tell more of the sh(1) history.yar2006-07-291-2/+17
* Make it easier to find that we have test(1) built-in in sh(1).yar2006-07-261-4/+9
* Document the fact that 'true' and 'false' are among sh(1) built-in commands.yar2006-06-211-1/+5
* Implement the PS4 variable which is defined by the POSIX User Portabilitystefanf2006-06-151-3/+10
* Document that '#' starts a comment.stefanf2006-01-011-0/+7
* - Document trap's -l option and the behaviour of a missing action or a singlestefanf2005-12-081-2/+14
* Clarify that the echo builtin takes an arbitrary number of strings.stefanf2005-12-081-4/+3
* Add the times builtin. It reports the user and system time for the shellstefanf2005-12-041-1/+6
* -mdoc sweep.ru2005-11-171-16/+14
* Add `local' and `return' to the list of built-ins.jcamou2005-11-031-0/+8
* Document command -v and -V.stefanf2005-10-291-2/+39
* Document that read -t timeout returns 1 if the timeout elapses.stefanf2005-10-291-1/+1
OpenPOWER on IntegriCloud