aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-08-24 12:41:23 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-08-24 12:41:23 +0000
commitdf9e587bebdfdaf7c8caa70624f1fd12ad41058f (patch)
tree11c87bae8e264938a329fdc33f75e004f5833dea /bin
parenta35d611fbcbd15fe2c7d4214088e26a0fa298727 (diff)
downloadsrc-df9e587bebdfdaf7c8caa70624f1fd12ad41058f.tar.gz
src-df9e587bebdfdaf7c8caa70624f1fd12ad41058f.zip
There is a built-in command called "builtin"; spell its name correctly
after rev. 1.77 called it "built-in".
Notes
Notes: svn path=/head/; revision=102363
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 9985bd6a7942..3813a6c17fbe 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -1285,7 +1285,7 @@ suitable for re-input to the shell.
Continue the specified jobs
(or the current job if no jobs are given)
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,
.Ar cmd .
This is useful when the user wishes to override a shell function