diff options
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index eef3031..00a65c5 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -41,7 +41,7 @@ .Os .Sh NAME .Nm strtol , strtoll , strtoq -.Nd convert string value to a long , long long , or quad_t integer +.Nd "convert a string value to a long, long long, or quad_t integer" .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -194,7 +194,8 @@ The function conforms to .St -isoC-99 . -The BSD +The +.Bx .Fn strtoq function is deprecated. .Sh BUGS |