From nobody Wed Mar 26 17:56:22 2025 X-Original-To: dev-commits-src-main@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 4ZNDxV3Ffpz5sDm7 for ; Wed, 26 Mar 2025 17:56:30 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Received: from mailtransmit04.runbox.com (mailtransmit04.runbox.com [IPv6:2a0c:5a00:149::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZNDxV11mjz3cBT for ; Wed, 26 Mar 2025 17:56:30 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1txUzH-007kVU-Cl for dev-commits-src-main@freebsd.org; Wed, 26 Mar 2025 18:56:23 +0100 Received: from [10.9.9.128] (helo=rmmprod06.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1txUzG-0002Dc-QA; Wed, 26 Mar 2025 18:56:22 +0100 Received: from mail by rmmprod06.runbox with local (Exim 4.86_2) (envelope-from ) id 1txUzG-0005bx-Oi; Wed, 26 Mar 2025 18:56:22 +0100 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Received: from [Authenticated alias (960477)] by runbox.com with http (RMM6); Wed, 26 Mar 2025 17:56:22 GMT From: "Alexander Ziaee" To: "Mark Millard" , "dev-commits-src-main" CC: "romasch909" Subject: Re: git: f47cbb29e1c2 - main - hier.7: Add /dev/gpt Date: Wed, 26 Mar 2025 17:56:22 +0000 (UTC) X-RMM-Aliasid: 960477 X-Mailer: RMM6 In-Reply-To: <48AF1301-CF22-4BF8-BEA8-ABF3E64E8C21@yahoo.com> Message-Id: X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:50304, ipnet:2a0c:5a00::/29, country:NO] X-Rspamd-Queue-Id: 4ZNDxV11mjz3cBT X-Spamd-Bar: ---- Hey Mark, On 2025-03-26 13:19 -04:00 EDT, "Mark Millard" wrote: > Alexander Ziaee wrote on > Date: Wed, 26 Mar 2025 16:39:06 UTC : >=20 >> The branch main has been updated by ziaee: >>=20 >> URL: https://cgit.FreeBSD.org/src/commit/?id=3Df47cbb29e1c2bcb5b5ad838d2= d5342a47b0c4692 >>=20 >> commit f47cbb29e1c2bcb5b5ad838d2d5342a47b0c4692 >> Author: Roman Schmidt >> AuthorDate: 2025-03-19 06:05:56 +0000 >> Commit: Alexander Ziaee >> CommitDate: 2025-03-26 16:38:01 +0000 >>=20 >> hier.7: Add /dev/gpt >>=20=20=20=20=20 >> While here, fix a typo. >>=20=20=20=20=20 >> MFC after: 3 days >> Reviewed by: mhorne, emaste, ziaee >> Approved by: mhorne (mentor) >> Pull Request: https://github.com/freebsd/freebsd-src/pull/1608 >> --- >> share/man/man7/hier.7 | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >>=20 >> diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 >> index 949b521ab3d9..c5fb3cf0a7fb 100644 >> --- a/share/man/man7/hier.7 >> +++ b/share/man/man7/hier.7 >> @@ -156,6 +156,8 @@ file descriptor files; see >> .Xr fd 4 >> .It Pa fd0 >> first floppy drive >> +.It Pa gpt/ >> +filesystems by GPT label >=20 > I use GPT labels to identify swap partitions, which are not > file systems. GPT labels identify GPT partitions of whatever > type of content.=20 You're absolutely right. Thanks for reporting this. https://reviews.freebsd.org/D49523 Best, Alex=