summaryrefslogtreecommitdiffstats
path: root/share/man/man1/builtin.1
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: expand plain text xrefs.ru2001-08-081-1/+1
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-1/+1
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* "break", "chdir", "continue", "else", and "while" are sh(1) builtins;dd2001-04-251-5/+5
| | | | | | mark them as such. PR: 26702
* Indicate that sh(1) has an 'if' builtin command.dd2001-04-011-1/+1
| | | | PR: 26193
* Prepare for mdoc(7)NG.ru2001-01-221-2/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Update the builtin(1) manpage to reflect changes since the csh(1)sheldonh2000-05-091-1/+32
| | | | | | | | | | | | | | | | | | | | | | to tcsh(1) upgrade. The following commands were added as builtins: bindkey builtins complete echotc filetest hup log ls-F printenv sched settc setty telltc uncomplete where The printf builtin was removed.
* Remove the bogusly inserted ``cwd'' which isn't a builtin commandsheldonh2000-05-081-10/+3
| | | | | | | to sh, csh nor tcsh. Fix the header line of the table to use cross-references and emphasis.
* I didn't expect this to be merged to STABLE. It was, so correct thesheldonh2000-03-031-1/+1
| | | | HISTORY section.
* Add missing entry for read(1) to the builtin(1) manual page andsheldonh2000-03-011-0/+2
| | | | add an MLINKS entry for it. I can't imagine how I missed this one.
* Fix the availability table, which incorrectly indicated that sh(1)sheldonh1999-12-201-1/+1
| | | | does not have a builtin set command.
* Correct some hard sentence breaks. Only those surrounding the previoussheldonh1999-09-141-3/+4
| | | | | | | | commit and those which cause ugly nroff output have been fixed, since the purpose of the style guideline which they contravene is to reduce the sizes of deltas. Reported by: bde
* Improve shell documentation:sheldonh1999-09-081-0/+259
* Consistently misspell built-in as builtin. * Add a builtin(1) manpage and create builtin(1) MLINKS for all shell builtin commands for which no standalone utility exists. These MLINKS replace those that were created for csh(1). * Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages, as well as to the manpages of standalone utilities which are supported as shell builtin commands in at least one of the shells. In such manpages, explain that similar functionality may be provided as a shell builtin command. * Improve sh(1)'s description of the cd builtin command. Csh(1) already describes it adequately. Replace the cd(1) manpage with a builtin(1) MLINKS link. * Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use Ic instead of Xr for shell builtin commands. * Undo English contractions. Reviewed by: mpp, rgrimes
OpenPOWER on IntegriCloud