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
*
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
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-94
/
+188
*
Document the "return" built-in better: it will exit . (sources) and
green
2004-04-14
1
-1
/
+7
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-1
/
+1
*
mdoc(7) police: A better version of the same.
ru
2003-05-16
1
-2
/
+2
*
Fix references to non-existing or obsoleted man pages.
schweikh
2003-04-30
1
-2
/
+1
*
Document the -L and -P options to the cd and pwd commands as being
tjr
2003-04-12
1
-3
/
+3
*
Improve the layout of the description of the various parameter expansion
fanf
2003-02-03
1
-0
/
+2
*
mdoc(7) police: Deal with self-xrefs.
ru
2002-12-24
1
-1
/
+1
*
mdoc(7) police: markup nit.
ru
2002-12-23
1
-1
/
+1
*
The code uses trapsasync, however the manual page uses asynctraps. Fix the
trhodes
2002-12-17
1
-1
/
+1
*
Document `trap EXIT` and `trap SIGNAME`.
fanf
2002-12-17
1
-1
/
+4
[next]