aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-10-28 07:01:01 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-28 07:01:01 +0100
commitf36f4f855b8898d58d20d31ef4d331c787ee7907 (patch)
treed93576d989ea6e75ebe7ee9242e1464c784f1568
parentb6a968bca720fe0866927e2fb1db174d28702db1 (diff)
downloadman-pages-f36f4f855b8898d58d20d31ef4d331c787ee7907.tar.gz
strtol.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/strtol.34
1 files changed, 3 insertions, 1 deletions
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 ()