summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-02-28 17:46:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-02-28 17:46:56 +0000
commit083745b549fb30332939ffa2a02be92db9204bd9 (patch)
tree06effc846acc9feff6226b1335d78b76f9bf9e5f /lib/libc/stdlib
parentc2d03ea87913b49c09051746bb4ab5b45c80c49a (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtol.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3
index eef3031c1e6d..00a65c58c433 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