aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/sh.1
Commit message (Expand)AuthorAgeFilesLines
* Fix description of the "\$" sequence for PS1Mateusz Piotrowski2020-07-061-3/+3
* sh: Add set -o pipefailJilles Tjoelker2019-02-241-5/+20
* Make sh(1) support \u in PS1. This removes one fork/exec on interactiveEdward Tomasz Napierala2019-01-241-1/+3
* sh(1): Remove -c string from set builtin documentationJilles Tjoelker2018-12-081-3/+3
* sh: Use 126 and 127 exit status for failures opening a scriptJilles Tjoelker2018-11-271-2/+6
* Describe how to prevent *.core files from being created using ulimit.Mateusz Piotrowski2018-07-191-28/+24
* sh(1): Markup and spelling fixesJilles Tjoelker2017-12-231-2/+2
* Fix mandoc -Tlint warnings in bin/Benjamin Kaduk2017-12-071-1/+1
* sh: Ignore error when cd writes the directory actually switched to.Jilles Tjoelker2017-06-251-0/+5
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove empty LiBaptiste Daroussin2017-02-111-1/+1
* sh: Do not import IFS's value from the environment.Jilles Tjoelker2016-10-081-3/+3
* Clarify the explanations for the hostname and FQDN entries.Warren Block2016-05-311-3/+3
* Match the descriptions of the \H and \h prompt string sequences to reality.Don Lewis2016-05-251-3/+3
* Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addKonstantin Belousov2016-03-121-1/+6
* sh(1): Document 'cd -'.Jilles Tjoelker2016-01-301-6/+19
* sh: Add set -o nolog.Jilles Tjoelker2015-08-291-2/+9
* sh(1): libedit has supported multibyte encodings for a while.Jilles Tjoelker2015-07-111-4/+2
* sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...Bryan Drewery2015-04-181-3/+2
* sh: Add details about importing the environment and initializing OPTIND.Jilles Tjoelker2015-02-221-7/+14
* sh(1): Add/improve information about exit status of commands.Jilles Tjoelker2014-11-141-10/+24
* sh(1): Mention portability issue with shifting zero positional parameters.Jilles Tjoelker2014-11-071-2/+3
* sh(1): Clarify that assignments before commands do not affect expansions.Jilles Tjoelker2014-09-211-2/+3
* sh: Allow enabling job control without a tty in non-interactive mode.Jilles Tjoelker2014-09-041-1/+7
* sh: Add -h option to SYNOPSISDaichi GOTO2014-02-251-3/+3
* sh: Allow aliases to force alias substitution on the following word.Jilles Tjoelker2014-01-261-1/+15
* sh(1): Discourage use of -e.Jilles Tjoelker2014-01-031-2/+8
* sh(1),limits(1): Document kqueues (-k) rlimit.Jilles Tjoelker2013-11-011-2/+7
* sh: Make return return from the closest function or dot script.Jilles Tjoelker2013-09-041-2/+4
* sh(1): A subshell environment has its own rlimits (ulimit).Jilles Tjoelker2013-06-141-1/+4
* sh(1): Document new features in wait builtin.Jilles Tjoelker2013-06-051-4/+9
* sh: Improve error handling in read builtin:Jilles Tjoelker2013-05-031-2/+9
* Document a few expansions for the $PS1 and $PS2 environmental variables.Joel Dahl2013-04-211-1/+25
* Minor mdoc fix.Joel Dahl2013-03-291-1/+1
* sh(1): Mention possible ambiguities with $(( and ((.Jilles Tjoelker2013-03-241-1/+14
* Add FILES section.Joel Dahl2013-01-221-2/+14
* Change the $ENV example to use .shrc instead of .shinit. This is consistentJoel Dahl2013-01-201-3/+3
* sh: Simplify cd-hash interaction.Jilles Tjoelker2013-01-141-5/+1
* mdoc: don't nest displays. The markup here isn't adding anything anyway.Joel Dahl2012-10-141-2/+2
* Minor mdoc fix.Joel Dahl2012-09-111-1/+2
* sh: Expand assignment-like words specially for export/readonly/local.Jilles Tjoelker2012-07-151-1/+15
* Minor mdoc nits.Joel Dahl2012-05-131-2/+2
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-071-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* sh(1): Improve documentation of field splitting.Jilles Tjoelker2011-11-051-11/+55
* sh(1): Extend documentation about subshells.Jilles Tjoelker2011-07-101-8/+46
* sh(1): Improve documentation of shell patterns:Jilles Tjoelker2011-06-241-5/+10
* sh(1): Document the case command better.Jilles Tjoelker2011-06-241-2/+13
* sh: Add do-nothing -h option.Jilles Tjoelker2011-06-181-1/+5