diff options
Diffstat (limited to 'man3/strtol.3')
| -rw-r--r-- | man3/strtol.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strtol.3 b/man3/strtol.3 index e05cef1452..eb70e6dc3c 100644 --- a/man3/strtol.3 +++ b/man3/strtol.3 @@ -47,7 +47,7 @@ which must be between 2 and 36 inclusive, or be the special value 0. The string must begin with an arbitrary amount of white space (as determined by .BR isspace (3)) -followed by a single optional `+' or `-' +followed by a single optional `+' or `\-' sign. If \fIbase\fP is zero or 16, the string may then include a `0x' prefix, and the number will be read in base 16; otherwise, a zero \fIbase\fP is taken as 10 (decimal) unless the next character |
