diff options
Diffstat (limited to 'man3/strtoul.3')
-rw-r--r-- | man3/strtoul.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/strtoul.3 b/man3/strtoul.3 index f011d8fd..d0fdf663 100644 --- a/man3/strtoul.3 +++ b/man3/strtoul.3 @@ -35,11 +35,11 @@ strtoul, strtoull, strtouq \- convert a string to an unsigned long integer .nf .B #include <stdlib.h> .sp -.B "unsigned long int" -.BI "strtoul(const char *" nptr ", char **" endptr ", int " base ); +.BI "unsigned long int strtoul(const char *" nptr ", char **" endptr \ +", int " base ); .sp -.B "unsigned long long int" -.BI "strtoull(const char *" nptr ", char **" endptr ", int " base ); +.BI "unsigned long long int strtoull(const char *" nptr ", char **" endptr , +.BI " int " base ); .fi .sp .in -4n |