summaryrefslogtreecommitdiffstats
path: root/bin/sh/sh.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* Elaborate on the behaviour of set -e.stefanf2005-09-101-2/+7
* Split the export synopsis into two lines as -p cannot be mixed with variablestefanf2005-09-091-2/+3
* fix typo: ommitted -> omittedrse2005-09-061-1/+1
* Document that `in word ...' is optional in the for command.stefanf2005-09-031-2/+7
* Document that unalias can be used to remove several alias names.stefanf2005-09-021-5/+3
* Wrap a line due to a new sentence.jcamou2005-08-291-1/+2
* o Discuss the ways to escape an alias.jcamou2005-08-291-4/+16
* Document umask's -S option.stefanf2005-08-171-3/+8
* Sorted sections and fixed prompt (PS[12]) strings.ru2005-06-141-11/+11
* Put the description of the -c option in the right place, asru2005-06-141-7/+9
* Various sh(1) enhancements:keramida2005-04-151-10/+83
* Use ``.Pq Ql'' to quote single characters, instead of ``.Pq Li''.keramida2005-03-041-17/+17
* Add a section describing the exit status of the shell.keramida2005-03-041-0/+8
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-0/+1
* Scheduled mdoc(7) sweep.ru2005-01-091-1/+1
* Correct typo.ceri2005-01-041-1/+1
* o Add a missed "." .maxim2004-12-021-1/+1
* When listing the special $ variables, ($!, $#, etc) list them as $!alfred2004-11-011-12/+16
* Document missing multibyte character handling in utilities specifiedtjr2004-07-031-1/+5
* Mechanically kill hard sentence breaks.ru2004-07-021-94/+188
* Document the "return" built-in better: it will exit . (sources) andgreen2004-04-141-1/+7
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* mdoc(7) police: A better version of the same.ru2003-05-161-2/+2
* Fix references to non-existing or obsoleted man pages.schweikh2003-04-301-2/+1
* Document the -L and -P options to the cd and pwd commands as beingtjr2003-04-121-3/+3
* Improve the layout of the description of the various parameter expansionfanf2003-02-031-0/+2
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
* mdoc(7) police: markup nit.ru2002-12-231-1/+1
* The code uses trapsasync, however the manual page uses asynctraps. Fix thetrhodes2002-12-171-1/+1
* Document `trap EXIT` and `trap SIGNAME`.fanf2002-12-171-1/+4
OpenPOWER on IntegriCloud