From df9e587bebdfdaf7c8caa70624f1fd12ad41058f Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sat, 24 Aug 2002 12:41:23 +0000 Subject: [PATCH] There is a built-in command called "builtin"; spell its name correctly after rev. 1.77 called it "built-in". --- bin/sh/sh.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 9985bd6a794..3813a6c17fb 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