summaryrefslogtreecommitdiffstats
path: root/bin/sh/sh.1
Commit message (Expand)AuthorAgeFilesLines
* MFC r313659-r313673bapt2017-02-171-1/+1
* Clarify the explanations for the hostname and FQDN entries.wblock2016-05-311-3/+3
* Match the descriptions of the \H and \h prompt string sequences to reality.truckman2016-05-251-3/+3
* Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addkib2016-03-121-1/+6
* sh(1): Document 'cd -'.jilles2016-01-301-6/+19
* sh: Add set -o nolog.jilles2015-08-291-2/+9
* sh(1): libedit has supported multibyte encodings for a while.jilles2015-07-111-4/+2
* sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...bdrewery2015-04-181-3/+2
* sh: Add details about importing the environment and initializing OPTIND.jilles2015-02-221-7/+14
* sh(1): Add/improve information about exit status of commands.jilles2014-11-141-10/+24
* sh(1): Mention portability issue with shifting zero positional parameters.jilles2014-11-071-2/+3
* sh(1): Clarify that assignments before commands do not affect expansions.jilles2014-09-211-2/+3
* sh: Allow enabling job control without a tty in non-interactive mode.jilles2014-09-041-1/+7
* sh: Add -h option to SYNOPSISdaichi2014-02-251-3/+3
* sh: Allow aliases to force alias substitution on the following word.jilles2014-01-261-1/+15
* sh(1): Discourage use of -e.jilles2014-01-031-2/+8
* sh(1),limits(1): Document kqueues (-k) rlimit.jilles2013-11-011-2/+7
* sh: Make return return from the closest function or dot script.jilles2013-09-041-2/+4
* sh(1): A subshell environment has its own rlimits (ulimit).jilles2013-06-141-1/+4
* sh(1): Document new features in wait builtin.jilles2013-06-051-4/+9
* sh: Improve error handling in read builtin:jilles2013-05-031-2/+9
* Document a few expansions for the $PS1 and $PS2 environmental variables.joel2013-04-211-1/+25
* Minor mdoc fix.joel2013-03-291-1/+1
* sh(1): Mention possible ambiguities with $(( and ((.jilles2013-03-241-1/+14
* Add FILES section.joel2013-01-221-2/+14
* Change the $ENV example to use .shrc instead of .shinit. This is consistentjoel2013-01-201-3/+3
* sh: Simplify cd-hash interaction.jilles2013-01-141-5/+1
* mdoc: don't nest displays. The markup here isn't adding anything anyway.joel2012-10-141-2/+2
* Minor mdoc fix.joel2012-09-111-1/+2
* sh: Expand assignment-like words specially for export/readonly/local.jilles2012-07-151-1/+15
* Minor mdoc nits.joel2012-05-131-2/+2
* mdoc: fix column names, indentation, column separation within each row, andjoel2012-04-071-1/+1
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
* sh(1): Improve documentation of field splitting.jilles2011-11-051-11/+55
* sh(1): Extend documentation about subshells.jilles2011-07-101-8/+46
* sh(1): Improve documentation of shell patterns:jilles2011-06-241-5/+10
* sh(1): Document the case command better.jilles2011-06-241-2/+13
* sh: Add do-nothing -h option.jilles2011-06-181-1/+5
* sh: Add case statement fallthrough (with ';&' instead of ';;').jilles2011-06-171-2/+7
* sh: Add support for named character classes in bracket expressions.jilles2011-06-151-1/+11
* sh: Save/restore changed variables in optimized command substitution.jilles2011-06-121-5/+2
* sh: Do parameter expansion on ENV before using it.jilles2011-06-101-3/+3
* sh: Do parameter expansion before printing PS4 (set -x).jilles2011-06-091-2/+2
* sh: Expand aliases after assignments and redirections.jilles2011-05-211-3/+3
* sh: Implement the cd -e flag proposed for the next POSIX issue.jilles2011-05-201-2/+11
* sh: Add \u/\U support (in $'...') for UTF-8.jilles2011-05-081-2/+2
* sh(1): Update BUGS section for UTF-8 support.jilles2011-05-081-2/+7
* sh: Add $'quoting' (C-style escape sequences).jilles2011-05-051-2/+71
* sh(1): Describe subshell environment, command substitution more correctly.jilles2011-03-201-7/+19
OpenPOWER on IntegriCloud