summaryrefslogtreecommitdiff
path: root/man3/strtol.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-07-07 08:27:03 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-07-07 08:27:03 +0000
commit8c383102d0093c8f042728aa05716b89416b64dd (patch)
tree17d8f127d4fb4cd3239b1c8e3eca7c4de8e5e4fd /man3/strtol.3
parent2bc2f4798feabd972879ff8f1633b08e337f57e1 (diff)
hyphen/dash fixes
Diffstat (limited to 'man3/strtol.3')
-rw-r--r--man3/strtol.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strtol.3 b/man3/strtol.3
index e05cef145..eb70e6dc3 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