s/builtin/built-in/

This commit is contained in:
Michael Kerrisk 2008-03-19 08:32:22 +00:00
parent 24d01c530c
commit e7b489f0b9
2 changed files with 3 additions and 3 deletions

View File

@ -108,12 +108,12 @@ GCC handles
.BR abs ()
and
.BR labs ()
as builtin functions.
as built-in functions.
GCC 3.0 also handles
.BR llabs ()
and
.BR imaxabs ()
as builtins.
as built-ins.
.SH "SEE ALSO"
.BR cabs (3),
.BR ceil (3),

View File

@ -108,7 +108,7 @@ cd /proc/20/cwd; /bin/pwd
Note that the
.I pwd
command is often a shell builtin, and might
command is often a shell built-in, and might
not work properly.
In bash, you may use pwd \-P.