summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-02-28 12:54:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-02-28 12:54:16 +0000
commit0b01af09918a3894955e92a84329de886fe4d005 (patch)
tree0fec5b60e841d75ab6456b77c4d426cc12b226b7 /lib/libc/stdlib
parent3f83ed9d1cb5962530f9609c84ba3962bec4d26d (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtoul.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index ebd92681e146..6f89af8e444e 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