From: Michael Kerrisk Date: Wed, 28 Oct 2020 06:01:01 +0000 (+0100) Subject: strtol.3: ffix X-Git-Tag: man-pages-5.09~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f36f4f855b8898d58d20d31ef4d331c787ee7907;p=thirdparty%2Fman-pages.git strtol.3: ffix Signed-off-by: Michael Kerrisk --- diff --git a/man3/strtol.3 b/man3/strtol.3 index f91e262299..1f5615c7a6 100644 --- a/man3/strtol.3 +++ b/man3/strtol.3 @@ -111,7 +111,9 @@ The .BR strtoll () function works just like the .BR strtol () -function but returns a long long integer value. +function but returns a +.I long long +integer value. .SH RETURN VALUE The .BR strtol ()