diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-25 22:02:19 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-25 22:02:19 +0000 |
commit | c382a36592fc9ba77cc3d36cc75dd5d4c1f46c6d (patch) | |
tree | 4d7413e2a157d8b24a67a5427b9f23f54c64c277 /man3/strtol.3 | |
parent | e41589248673be34a9997f519b08302c50a22d04 (diff) |
hyphenation fixes
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 941e8cf95..7568f842b 100644 --- a/man3/strtol.3 +++ b/man3/strtol.3 @@ -151,7 +151,7 @@ on both success and failure, the calling program should set to 0 before the call, and then determine if an error occurred by checking whether .I errno -has a non-zero value after the call. +has a nonzero value after the call. In locales other than the "C" locale, other strings may also be accepted. (For example, the thousands separator of the current locale may be |