From nobody Tue Jul 14 14:56:11 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4h02SD37H0z6kqrs for ; Tue, 14 Jul 2026 14:56:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h02SD0mgfz3Lnp for ; Tue, 14 Jul 2026 14:56:12 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784040972; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/ovVxOrjjqxnpDF/OYOS9Fw/JtJrzYtEIY+n4efFrqo=; b=CIRtisiDG9lNd3OrkdoGGGm3/ztaiZ5j1pgBLTXJV3wB/o0eTto8oi6MyUvO/OahfGefHY Wo5rE6ArRtxBh/O6ha2Y0BqZUe1ZKlNN13txcYxmH0wvS+QvEer56ydTGV8U9DbUzuz7Re zEfoSJy4/rRfPvAdaIVDI6Euq0KA+kymMdLIdhN1ckcvpBgRxgWZTuhby7cHKKshI9Bm4k cDOetHZZpukkiMBrpRmxeezWu3DHGa9ohtrrr9mPBi17TrUIs/0dkLL1HCBr255R9Fzsjv dkhef4whH3a0KGCU/zGxzq1KMHQ1RT+WjohiQCTu4KYcqGRi8teO+f3mejDh/Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784040972; a=rsa-sha256; cv=none; b=vW9DLwOW1TkXxOD8qVU1Z3SsdNsp9Szd8UjRi2yKQtBCHih9w+NA/VzVUrELI1JHgLL9uh YSLe1E3yAHiqwQHDpmX5Y6zVJMWFxM6GcINc0e83YxVjfqnR9fnQG76srSZzCQPhRwbExZ 6OUWkkEZRGb8WyrPkPdgRGGtFyoqrA3oodAqmynn/k7VRphALfuLP0wARC8ctrECSdMzm/ RWiSEWQUsTVfeK0I82ABIKCevLMzzsGCcCFUJPlMOCSXTgSh5spERCF72rxsmcAJ0psBl6 l5dxRXWuoO6c1sHBMjUEgPi5z1T7jZQSMnag6CUpDu6hOpdoc6ubnHJpf+H28w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784040972; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/ovVxOrjjqxnpDF/OYOS9Fw/JtJrzYtEIY+n4efFrqo=; b=VPrs5ns3J5hBo48SXgKFbR+2CnHgCmvKXxra4tDh0lHQj31wVryYlcMhY+j38scs95ynnM 9YuUO6/2XUzmSlai0y//eTAWLJPmRoxWYSQmoQWs+4G0+5hC+1hrHmj8BBqyElmPAwNaaf +ASBhvDfqOIE4f+HfRAmV0LMRlnmk0Waqiv4oC0wfOBpfw6Ppe3pWul7b6qhknA1sdBMe8 gXZJKldIg8gbAyycYI9UyE3JoVIrt6DKD+B5MAajejUlbzlWtFyin+UoCTfzCeoxAM26NB L0lfa3rxRJYFzCFwQBIBic3K2WHLLfvwwShwi+/RIKCwNUkM0Hzn4g+Yx7c6ow== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h02SC6czXzqJ5 for ; Tue, 14 Jul 2026 14:56:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3b3e2 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 14 Jul 2026 14:56:11 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Mark Johnston Subject: git: f49ca172b70e - stable/14 - iconv.3: Fix formatting of the error section List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: markj X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: f49ca172b70ef22ca0e2b9b4b486f4b537507c76 Auto-Submitted: auto-generated Date: Tue, 14 Jul 2026 14:56:11 +0000 Message-Id: <6a564e0b.3b3e2.4a83c6c4@gitrepo.freebsd.org> The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f49ca172b70ef22ca0e2b9b4b486f4b537507c76 commit f49ca172b70ef22ca0e2b9b4b486f4b537507c76 Author: Mark Johnston AuthorDate: 2026-06-08 22:46:08 +0000 Commit: Mark Johnston CommitDate: 2026-07-14 13:02:07 +0000 iconv.3: Fix formatting of the error section MFC after: 1 week (cherry picked from commit c491c2db2f37399eba7a356c4bfa298d64012101) --- 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: