1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

mdoc(7) police: fix the .Nd line broken in previous revision.

Noticed by:	bde

Use .Bx for ``BSD''.
This commit is contained in:
Ruslan Ermilov 2001-02-28 12:54:16 +00:00
parent 3f83ed9d1c
commit 0b01af0991
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73222

View File

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