aboutsummaryrefslogtreecommitdiff
path: root/libiberty/strtol.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/strtol.c')
-rw-r--r--libiberty/strtol.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libiberty/strtol.c b/libiberty/strtol.c
index acc7882..bde5647 100644
--- a/libiberty/strtol.c
+++ b/libiberty/strtol.c
@@ -30,8 +30,10 @@
/*
-@deftypefn Supplemental {long int} strtol (const char *@var{string}, char **@var{endptr}, int @var{base})
-@deftypefnx Supplemental {unsigned long int} strtoul (const char *@var{string}, char **@var{endptr}, int @var{base})
+@deftypefn Supplemental {long int} strtol (const char *@var{string}, @
+ char **@var{endptr}, int @var{base})
+@deftypefnx Supplemental {unsigned long int} strtoul (const char *@var{string}, @
+ char **@var{endptr}, int @var{base})
The @code{strtol} function converts the string in @var{string} to a
long integer value according to the given @var{base}, which must be