From e7b489f0b90b5389ba9b2b48b95f860280f83f13 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 19 Mar 2008 08:32:22 +0000 Subject: [PATCH] s/builtin/built-in/ --- man3/abs.3 | 4 ++-- man5/proc.5 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man3/abs.3 b/man3/abs.3 index 0ea9711b8..ab21f9d34 100644 --- a/man3/abs.3 +++ b/man3/abs.3 @@ -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), diff --git a/man5/proc.5 b/man5/proc.5 index 60f812e51..d111b9931 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -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.