Neither EINVAL nor ENAMETOOLONG were bolded in the ERRORS section. Signed-off-by: William Woodruff <william@xxxxxxxxxxxx> --- man3/getcwd.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/getcwd.3 b/man3/getcwd.3 index 1f22f9d..b50339c 100644 --- a/man3/getcwd.3 +++ b/man3/getcwd.3 @@ -199,12 +199,12 @@ argument is zero and .I buf is not a null pointer. .TP -EINVAL +.B EINVAL .BR getwd (): .I buf is NULL. .TP -ENAMETOOLONG +.B ENAMETOOLONG .BR getwd (): The size of the null-terminated absolute pathname string exceeds .B PATH_MAX -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html