From: Sascha Wildner Date: Sun, 23 Dec 2018 21:37:03 +0000 (+0100) Subject: iconvlist.3: Fix prototype in SYNOPSIS. X-Git-Tag: v5.7.0~658 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/dfffc1a84effb9f6f8dde4ad135ac7317f4c2ee9 iconvlist.3: Fix prototype in SYNOPSIS. --- diff --git a/lib/libc/iconv/iconvlist.3 b/lib/libc/iconv/iconvlist.3 index 78d8fb288e..b1b3eece3e 100644 --- a/lib/libc/iconv/iconvlist.3 +++ b/lib/libc/iconv/iconvlist.3 @@ -34,7 +34,7 @@ .\" .\" $FreeBSD: head/lib/libc/iconv/iconvlist.3 233625 2012-03-28 19:20:28Z joel $ .\" -.Dd September 19, 2013 +.Dd December 23, 2018 .Dt ICONVLIST 3 .Os .Sh NAME @@ -47,7 +47,7 @@ .In iconv.h .Ft void .Fo iconvlist -.Fa "int (*do_one)(unsigned int *count, const char * const *names, void *arg)" +.Fa "int (*do_one)(unsigned int count, const char * const *names, void *arg)" .Fa "void *arg" .Fc .Sh DESCRIPTION