summaryrefslogtreecommitdiffstats
path: root/bin/sh/sh.1
Commit message (Expand)AuthorAgeFilesLines
...
* Add a `bind' builtin command, which is simply a wrapper around libedit'stjr2002-07-231-0/+4
* Implement the P1003.2 `command' builtin command, which is used to suppresstjr2002-07-211-1/+21
* Document that only one of the -n and -e options may be specified fortjr2002-07-201-1/+11
* Fix type-o in last commit in preparation for MFC.dillon2002-07-021-1/+1
* Document addition of RLIMIT_VMEM support, added in rev 1.26 of miscbltin.c.sheldonh2002-06-271-1/+3
* Bring documentation on CDPATH and its effects on cd(1) back into sync withtjr2002-06-191-4/+6
* Document the -f and -v options of the unset builtin.tjr2002-06-061-5/+15
* Add the SUSv3 -p ("portable") option to both the export and readonlytjr2002-06-061-2/+20
* Quote alias values in the output of the alias(1) builtin so they aretjr2002-06-041-0/+2
* Add -s (output PID's only) and -l (show PID's) options to the jobs(1)tjr2002-05-311-3/+16
* mdoc(7) police: tidy up the markup a bit.ru2002-05-291-142/+41
* sh appeared in Version 1, not System V.1.tjr2002-05-251-1/+1
* Implement `set +o', which displays the currently set options in a formattjr2002-05-251-0/+8
* Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical'tjr2002-05-201-2/+32
* Implement the -u (-o nounset) option, which gives an error message iftjr2002-05-191-1/+0
* Implement the -C (-o noclobber) option, which prevents existing regulartjr2002-05-191-1/+0
* Remove the printf builtin command from sh(1), which command is notknu2001-11-201-6/+2
* Make test(1) a builtin command of our sh(1) for efficiency. Theknu2001-11-171-2/+5
* can not -> cannotsheldonh2001-08-081-1/+1
* mdoc(7) police:ru2001-08-071-5/+4
* Break the list of parameter expansions into two lists so thatsheldonh2001-07-231-0/+2
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
* Remove duplicate words.dd2001-06-241-1/+1
* Document "chdir" builtin.dd2001-04-281-0/+4
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-5/+8
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* Prepare for mdoc(7)NG.ru2000-12-181-11/+11
* Prepare for mdoc(7)NG.ru2000-12-151-2/+2
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
* Implement the <> redirection operator.brian2000-10-031-3/+6
* Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar).sheldonh2000-07-241-1/+1
* Add missing punctuation to one line.sheldonh2000-07-241-1/+1
* Document the builtin echo commandmarko2000-07-171-4/+60
* Document ulimit -b for RLIMIT_SBSIZE.cracauer1999-12-151-1/+3
* make '|' character visible.cracauer1999-12-051-1/+1
* Follow-up on mdoc fixes in rev 1.35; this includes things that I missedsheldonh1999-11-181-29/+58
* Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as ansheldonh1999-11-101-2/+2
* Mdoc cleanup, with a few grammar cleanups on the side.sheldonh1999-10-071-498/+922
* Correct some hard sentence breaks. Only those surrounding the previoussheldonh1999-09-141-61/+65
* Improve shell documentation:sheldonh1999-09-081-32/+40
* Revert to using .Xr for builtins. The cross-references don't work now,sheldonh1999-08-311-5/+5
* Clean-up:sheldonh1999-08-301-69/+160
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Make the behaviour of `read -e', ie. treating backslashes as special,tg1999-08-261-9/+11
* Typo fix.max1999-04-191-3/+3
* Implement -a flag. A test shell script can be found atcracauer1999-04-031-2/+1
* -T was missing in the synopsis line.cracauer1999-04-021-2/+2
* The immediate execution of traps I introduced in September 1998 (tocracauer1999-04-011-1/+13
* sh doesn't support <> redirections.brian1999-03-311-4/+2
OpenPOWER on IntegriCloud