diff options
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index ebd9268..6f89af8 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -41,7 +41,7 @@ .Os .Sh NAME .Nm strtoul , strtoull , strtouq -.Nd "convert a string to an unsigned long , unsigned long long , or uquad_t integer" +.Nd "convert a string to an unsigned long, unsigned long long, or uquad_t integer" .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -187,7 +187,8 @@ The function conforms to .St -isoC-99 . -The BSD +The +.Bx .Fn strtoq function is deprecated. .Sh BUGS |