From 083745b549fb30332939ffa2a02be92db9204bd9 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 28 Feb 2001 17:46:56 +0000 Subject: [PATCH] Merge in strtoul.3 rev 1.11 mdoc(7) police changes: .Nd line broken in rev 1.10 use .Bx for ``BSD'' --- lib/libc/stdlib/strtol.3 | 5 +++-- 1 file 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