iconvlist(3): fix count argument type

count is just an unsigned int, not a pointer.

Sponsored by:	Klara, Inc.
This commit is contained in:
Kyle Evans 2023-02-23 15:22:12 -06:00
parent 0455b90bee
commit 4e696aff69

View File

@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd October 20, 2009
.Dd February 23, 2023
.Dt ICONVLIST 3
.Os
.Sh NAME
@ -47,7 +47,7 @@
.In iconv.h
.Ft void
.Fo iconvlist
.Fa "int \*[lp]*do_one\*[rp]\*[lp]unsigned int *count, const char * const *names, void *arg\*[rp]"
.Fa "int \*[lp]*do_one\*[rp]\*[lp]unsigned int count, const char * const *names, void *arg\*[rp]"
.Fa "void *arg"
.Fc
.Sh DESCRIPTION