diff options
author | ru <ru@FreeBSD.org> | 2001-02-28 12:54:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-28 12:54:16 +0000 |
commit | eb11ec5a729eb21ccc74421ff9bab2c9850ecd1b (patch) | |
tree | e3bbb59e324c1ca73e3454e22f0229f265f127c8 /lib/libc | |
parent | a5bd8bc113a2170be9f09032ca4a22a7c298ffaa (diff) | |
download | FreeBSD-src-eb11ec5a729eb21ccc74421ff9bab2c9850ecd1b.zip FreeBSD-src-eb11ec5a729eb21ccc74421ff9bab2c9850ecd1b.tar.gz |
mdoc(7) police: fix the .Nd line broken in previous revision.
Noticed by: bde
Use .Bx for ``BSD''.
Diffstat (limited to 'lib/libc')
-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 |