index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
sh
/
sh.1
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh(1): Rework documentation of shell variables.
jilles
2010-05-24
1
-87
/
+118
*
sh(1): Improve wording of 'Special Parameters' section.
jilles
2010-05-24
1
-7
/
+3
*
sh(1): Fix "reserved word" vs "keyword" inconsistency.
jilles
2010-05-09
1
-9
/
+9
*
sh: Automatically enable -o emacs in interactive shells with terminals.
jilles
2010-04-05
1
-2
/
+3
*
sh: Document the expansion changes in the man page.
jilles
2010-04-04
1
-2
/
+20
*
sh: Improve the command builtin:
jilles
2010-03-06
1
-4
/
+6
*
sh(1): document ulimit -w (swapuse rlimit).
jilles
2009-12-31
1
-2
/
+5
*
sh(1): Correct two places where "$@" lacked necessary quotes.
jilles
2009-12-31
1
-2
/
+2
*
sh: Exempt $@ and $* from set -u
jilles
2009-10-24
1
-2
/
+5
*
Clarify quoting of word in ${v=word} in sh(1).
jilles
2009-10-07
1
-0
/
+3
*
Mention that NUL characters are not allowed in sh(1) input.
jilles
2009-09-20
1
-0
/
+4
*
Designate special builtins as such in command -V and type.
jilles
2009-06-24
1
-3
/
+11
*
Mention the range for the exit status for the exit special builtin.
jilles
2009-06-07
1
-0
/
+1
*
sh: Make read's timeout (-t) apply to the entire line, not only the first
jilles
2009-05-31
1
-2
/
+2
*
Document the ulimit -p option in the sh(1) manual page.
ed
2008-08-30
1
-1
/
+3
*
Revise the markup.
ru
2007-12-05
1
-275
/
+382
*
The exit status of a case statement where none of the patterns is matched
stefanf
2007-10-04
1
-0
/
+4
*
Add the POSIX option -p to the jobs builtin command. It prints the PID of the
stefanf
2006-10-07
1
-3
/
+8
*
Markup fixes.
ru
2006-09-17
1
-3
/
+4
*
Tell more of the sh(1) history.
yar
2006-07-29
1
-2
/
+17
*
Make it easier to find that we have test(1) built-in in sh(1).
yar
2006-07-26
1
-4
/
+9
*
Document the fact that 'true' and 'false' are among sh(1) built-in commands.
yar
2006-06-21
1
-1
/
+5
*
Implement the PS4 variable which is defined by the POSIX User Portability
stefanf
2006-06-15
1
-3
/
+10
*
Document that '#' starts a comment.
stefanf
2006-01-01
1
-0
/
+7
*
- Document trap's -l option and the behaviour of a missing action or a single
stefanf
2005-12-08
1
-2
/
+14
*
Clarify that the echo builtin takes an arbitrary number of strings.
stefanf
2005-12-08
1
-4
/
+3
*
Add the times builtin. It reports the user and system time for the shell
stefanf
2005-12-04
1
-1
/
+6
*
-mdoc sweep.
ru
2005-11-17
1
-16
/
+14
*
Add `local' and `return' to the list of built-ins.
jcamou
2005-11-03
1
-0
/
+8
*
Document command -v and -V.
stefanf
2005-10-29
1
-2
/
+39
*
Document that read -t timeout returns 1 if the timeout elapses.
stefanf
2005-10-29
1
-1
/
+1
*
Elaborate on the behaviour of set -e.
stefanf
2005-09-10
1
-2
/
+7
*
Split the export synopsis into two lines as -p cannot be mixed with variable
stefanf
2005-09-09
1
-2
/
+3
*
fix typo: ommitted -> omitted
rse
2005-09-06
1
-1
/
+1
*
Document that `in word ...' is optional in the for command.
stefanf
2005-09-03
1
-2
/
+7
*
Document that unalias can be used to remove several alias names.
stefanf
2005-09-02
1
-5
/
+3
*
Wrap a line due to a new sentence.
jcamou
2005-08-29
1
-1
/
+2
*
o Discuss the ways to escape an alias.
jcamou
2005-08-29
1
-4
/
+16
*
Document umask's -S option.
stefanf
2005-08-17
1
-3
/
+8
*
Sorted sections and fixed prompt (PS[12]) strings.
ru
2005-06-14
1
-11
/
+11
*
Put the description of the -c option in the right place, as
ru
2005-06-14
1
-7
/
+9
*
Various sh(1) enhancements:
keramida
2005-04-15
1
-10
/
+83
*
Use ``.Pq Ql'' to quote single characters, instead of ``.Pq Li''.
keramida
2005-03-04
1
-17
/
+17
*
Add a section describing the exit status of the shell.
keramida
2005-03-04
1
-0
/
+8
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
1
-0
/
+1
*
Scheduled mdoc(7) sweep.
ru
2005-01-09
1
-1
/
+1
*
Correct typo.
ceri
2005-01-04
1
-1
/
+1
*
o Add a missed "." .
maxim
2004-12-02
1
-1
/
+1
*
When listing the special $ variables, ($!, $#, etc) list them as $!
alfred
2004-11-01
1
-12
/
+16
*
Document missing multibyte character handling in utilities specified
tjr
2004-07-03
1
-1
/
+5
[next]