svn commit: r318703 - head/lib/libc/iconv
Ngie Cooper
ngie at FreeBSD.org
Tue May 23 07:02:02 UTC 2017
Author: ngie
Date: Tue May 23 07:02:01 2017
New Revision: 318703
URL: https://svnweb.freebsd.org/changeset/base/318703
Log:
__iconv_get_list: separate .Nm entries with commas
MFC after: 2 weeks
Reported by: make manlint
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/iconv/__iconv_get_list.3
Modified: head/lib/libc/iconv/__iconv_get_list.3
==============================================================================
--- head/lib/libc/iconv/__iconv_get_list.3 Tue May 23 07:00:46 2017 (r318702)
+++ head/lib/libc/iconv/__iconv_get_list.3 Tue May 23 07:02:01 2017 (r318703)
@@ -38,7 +38,7 @@
.Dt __ICONV_GET_LIST 3
.Os
.Sh NAME
-.Nm __iconv_get_list
+.Nm __iconv_get_list ,
.Nm __iconv_free_list
.Nd retrieving a list of character encodings supported by
.Xr iconv 3
More information about the svn-src-head
mailing list