There is a built-in command called "builtin"; spell its name correctly

after rev. 1.77 called it "built-in".
This commit is contained in:
Tim J. Robbins 2002-08-24 12:41:23 +00:00
parent a35d611fbc
commit df9e587beb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102363

View file

@ -1285,7 +1285,7 @@ suitable for re-input to the shell.
Continue the specified jobs Continue the specified jobs
(or the current job if no jobs are given) (or the current job if no jobs are given)
in the background. in the background.
.It Ic built-in Ar cmd Op Ar arg ... .It Ic builtin Ar cmd Op Ar arg ...
Execute the specified built-in command, Execute the specified built-in command,
.Ar cmd . .Ar cmd .
This is useful when the user wishes to override a shell function This is useful when the user wishes to override a shell function