Deleted Added
full compact
36c36
< .\" $FreeBSD: head/bin/sh/sh.1 100395 2002-07-20 04:39:23Z tjr $
---
> .\" $FreeBSD: head/bin/sh/sh.1 100437 2002-07-21 06:49:14Z tjr $
1277c1277
< .It Ic command Ar cmd Op Ar arg ...
---
> .It Ic builtin Ar cmd Op Ar arg ...
1335a1336,1355
> .Ic command
> .Op Fl p
> .Oo
> .Ar utility
> .Op Ar argument ...
> .Oc
> .Xc
> Execute the specified
> .Ar utility
> as a simple command (see the
> .Sx Simple Commands
> section).
> .Pp
> If the
> .Fl p
> option is specified, the command search is performed using a
> default value of
> .Ev PATH
> that is guaranteed to find all of the standard utilities.
> .It Xo