From nobody Sun Jun 28 00:44:14 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 4gnrJb0LqDz6jF54 for ; Sun, 28 Jun 2026 00:44:15 +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 4gnrJZ3tZqz3ljN for ; Sun, 28 Jun 2026 00:44:14 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782607454; 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=KB/2AMQhNxEt6J18fmT4WZCkQ3k5MbR+K3/xbNqPKRI=; b=MB6x0w6z0xwKJv30e1lx1AsYtm/Y+pDzcdI1pvcHxTg2KYp6beDg1rkpF5ufwvMZ9DtrkN k+a98dRgHIVfc0Ifb9/bsfYDhSPjHyWTFxxiRhLveYUpSsfpegpMYHYfMhwWGI32cItVuY LfDdurWxNMTEPFgCkJnLNIlUYJ+GvbFcc4yowchJHSr1tlbnId8s6gB7H5t8yj8V9tCoWi stgeEpieabEdcX4ZL1r3pkm8LQRzPDlmHbWGlgjJf7aEUeWaK8fG7kiH5WsyxGk7IY2QRN lEjhLg1EwpSlNBocBfIuAUC/bMVR/RGY2SseeWWwUMYQMaln5F8peDOqZOxhww== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782607454; a=rsa-sha256; cv=none; b=Lbu0M57ft4YWpsNQgpUtsQBOS7A3Pjyb/aYOkODecSqKRDlj/+8JbGBlWt4BY+AY+C4F3s 4wrZxz/ROFAlyGWijmR/8rnGf34uHbxrcTn2czSHHq7iGLigPFivNN9QTDqQ05766jQeH8 J/0lh2e7WdAGRkEZoKemi4XNkN9E0pHuyzR1yG7lvuG4o/rAVLvp6jsG+rSiW4HDFFuAs0 JURzf3PSOpa4I7u1nRITvdoR64IeUO1zubizfcXRcXzTmkXEt6og6tR9SCh5O5ZbEgeKRH 3sRYJFlEb5vo5jZrRK/pW2e9PxbhxHsWKUo4XaCOTe4oPfgxBo/1dOCG53bAmg== 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=1782607454; 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=KB/2AMQhNxEt6J18fmT4WZCkQ3k5MbR+K3/xbNqPKRI=; b=WRegOsba6EJga7LQE85Spg/zxr1S7a0MJTLyVt2QRAIOCzdSUHyT+eHNpokJdY1PzhAEtg Ufpaei2yLb9kkUjyftav/0JeBMwagpdpEtpgf2GGxfS/EtWnRBhDEekOS5rfmLPBVA4UN7 HoXs8BLHjVJessqCq8j36g/EaGhc6GgQ2jfJOM1LdE/6QY78c0zPEfRJY2ya/Pyg50MBl6 WP8V8at0tGq9DdPyP+aCKXL6zQnOxToUcHg+UQkaVP+3653BM+ZQvGSev+5RWEq8nmetyY G0n/ohBfQRrmTLMICVfFdfvgHUzyJEvEHmYYHVGpj4A2fb9IpyS7SXuw2+R5+g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gnrJZ2rc5znP9 for ; Sun, 28 Jun 2026 00:44:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 183de by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 28 Jun 2026 00:44:14 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Alexander Ziaee Subject: git: c19c83b0c76d - stable/15 - mount_udf.8: Alphabetize and align options 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: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: c19c83b0c76db44c776ada8d16c924fe4c4848c6 Auto-Submitted: auto-generated Date: Sun, 28 Jun 2026 00:44:14 +0000 Message-Id: <6a406e5e.183de.720a91bb@gitrepo.freebsd.org> The branch stable/15 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=c19c83b0c76db44c776ada8d16c924fe4c4848c6 commit c19c83b0c76db44c776ada8d16c924fe4c4848c6 Author: Alexander Ziaee AuthorDate: 2026-06-08 22:22:32 +0000 Commit: Alexander Ziaee CommitDate: 2026-06-28 00:36:10 +0000 mount_udf.8: Alphabetize and align options While here, remove "The following UDF specific options are available:". It is unused and does not appear to have ever been used. MFC after: 3 days (cherry picked from commit 05f132adc530cd53203b9cd09d7e1b211d2babc4) --- sbin/mount_udf/mount_udf.8 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sbin/mount_udf/mount_udf.8 b/sbin/mount_udf/mount_udf.8 index 505582746550..75882cf6562d 100644 --- a/sbin/mount_udf/mount_udf.8 +++ b/sbin/mount_udf/mount_udf.8 @@ -45,7 +45,11 @@ to the global file system namespace at the location indicated by .Ar node . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width "-C charset" +.It Fl C Ar charset +Specify local +.Ar charset +to convert Unicode file names. .It Fl o Options are specified with a .Fl o @@ -53,13 +57,8 @@ flag followed by a comma separated string of options. See the .Xr mount 8 man page for possible options and their meanings. -The following UDF specific options are available: .It Fl v Be verbose about mounting the UDF file system. -.It Fl C Ar charset -Specify local -.Ar charset -to convert Unicode file names. .El .Sh SEE ALSO .Xr cdcontrol 1 ,