From d31ad285a0f8b7e0017042cb9f34c6aee1b97ca9 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Wed, 16 Dec 2009 12:17:02 +0000 Subject: [PATCH] typo --- man/man3/strtol.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man3/strtol.3 b/man/man3/strtol.3 index 1a4dc272b..de9cd8d3c 100644 --- a/man/man3/strtol.3 +++ b/man/man3/strtol.3 @@ -21,7 +21,7 @@ characters followed by a sign (either plus or minus) and at least one digit in the specified \fIbase\fP. The digits of a hexadecimal string may be preceded by the prefix 0x or 0X, which is ignored. If \fIbase\fP is zero, hexadecimal is assumed if this prefix is present, octal is assumed if there is a leading zero -and decimal is assumed otherwise. If not zero, \fIbase\fI must be at least 2 +and decimal is assumed otherwise. If not zero, \fIbase\fP must be at least 2 and at most 36. A pointer to the first character following the numeric string is stored in *\fIendptr\fP. .PP -- 2.44.0