diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-28 17:46:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-28 17:46:56 +0000 |
commit | 130eca7d1b828efc4b1276e38a285254ae91aafa (patch) | |
tree | 6eac96a5bd44d8b01f1f82893e411118e51dd3dc /lib/libc/stdlib | |
parent | f4325cbb8be5678f80d062f6b978366e9dcaa1e4 (diff) | |
download | FreeBSD-src-130eca7d1b828efc4b1276e38a285254ae91aafa.zip FreeBSD-src-130eca7d1b828efc4b1276e38a285254ae91aafa.tar.gz |
Merge in strtoul.3 rev 1.11 mdoc(7) police changes:
.Nd line broken in rev 1.10
use .Bx for ``BSD''
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 |