Merge in strtoul.3 rev 1.11 mdoc(7) police changes:

.Nd line broken in rev 1.10
	use .Bx for ``BSD''
This commit is contained in:
David E. O'Brien 2001-02-28 17:46:56 +00:00
parent c2d03ea879
commit 083745b549
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73234

View file

@ -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