diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-06-08 22:46:08 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-06-08 22:49:51 +0000 |
| commit | c491c2db2f37399eba7a356c4bfa298d64012101 (patch) | |
| tree | 449a11f13a76714c58ff4af1d541ee1a3fe7aa71 | |
| parent | 6cd8a1bf4f15ff8a9b646dc94ac90b3fe0926650 (diff) | |
iconv.3: Fix formatting of the error section
MFC after: 1 week
| -rw-r--r-- | lib/libc/iconv/iconv.3 | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
