On 04/09/2015 05:38 PM, William Woodruff wrote: > Neither EINVAL nor ENAMETOOLONG were bolded in the ERRORS section. Thanks, William. Applied. Cheers, Michael > 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- 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