The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c491c2db2f37399eba7a356c4bfa298d64012101
commit c491c2db2f37399eba7a356c4bfa298d64012101 Author: Mark Johnston <[email protected]> AuthorDate: 2026-06-08 22:46:08 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-06-08 22:49:51 +0000 iconv.3: Fix formatting of the error section MFC after: 1 week --- lib/libc/iconv/iconv.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/iconv/iconv.3 b/lib/libc/iconv/iconv.3 index 577b537e5c21..d20171cf5717 100644 --- a/lib/libc/iconv/iconv.3 +++ b/lib/libc/iconv/iconv.3 @@ -238,6 +238,7 @@ There is no converter specified by and .Fa dstname . .El +.Pp The .Fn iconv_open_into function may cause an error in the following cases:
