summaryrefslogtreecommitdiffstats
path: root/bin/sh
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-08-24 12:41:23 +0000
committertjr <tjr@FreeBSD.org>2002-08-24 12:41:23 +0000
commit2eb0d94f3705b34b7ec748aeda66f781c2eb1f2d (patch)
tree11c87bae8e264938a329fdc33f75e004f5833dea /bin/sh
parent21677e31d6be08c9d4d93b335791db08409471de (diff)
downloadFreeBSD-src-2eb0d94f3705b34b7ec748aeda66f781c2eb1f2d.zip
FreeBSD-src-2eb0d94f3705b34b7ec748aeda66f781c2eb1f2d.tar.gz
There is a built-in command called "builtin"; spell its name correctly
after rev. 1.77 called it "built-in".
Diffstat (limited to 'bin/sh')
-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 9985bd6..3813a6c 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
OpenPOWER on IntegriCloud