From nobody Sun Oct 13 21:03:28 2024 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 4XRXs00PzZz5YYCc; Sun, 13 Oct 2024 21:03:32 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRXrz514sz4gXv; Sun, 13 Oct 2024 21:03:31 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTPS id zwFxsFyWYAHbZ05kQtDOp9; Sun, 13 Oct 2024 21:03:30 +0000 Received: from spqr.komquats.com ([70.66.152.170]) by cmsmtp with ESMTPSA id 05kPtFJ2a2M9q05kQt5qTp; Sun, 13 Oct 2024 21:03:30 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=ce5xrWDM c=1 sm=1 tr=0 ts=670c35a2 a=y8EK/9tc/U6QY+pUhnbtgQ==:117 a=y8EK/9tc/U6QY+pUhnbtgQ==:17 a=kj9zAlcOel0A:10 a=DAUX931o1VcA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=bHzTtDopQuIlq81SH0IA:9 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id CC5372C0; Sun, 13 Oct 2024 14:03:28 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id C640D20C; Sun, 13 Oct 2024 14:03:28 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Ed Maste cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 255d2d9bbc37 - main - fdisk: add deprecation/removal notice to man page In-reply-to: <202410131746.49DHkKY1053120@gitrepo.freebsd.org> References: <202410131746.49DHkKY1053120@gitrepo.freebsd.org> Comments: In-reply-to Ed Maste message dated "Sun, 13 Oct 2024 17:46:20 +0000." 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 Content-Type: text/plain; charset=us-ascii Date: Sun, 13 Oct 2024 14:03:28 -0700 Message-Id: <20241013210328.C640D20C@slippy.cwsent.com> X-CMAE-Envelope: MS4xfDGeBqupRSasNXesogD1lwQWbLoQhtijwN1ZXOsGSOoI7lVabA5JWWAlPXRy9OlQFmvur8R5iwDCl1bcP5wQdfAD2AOMzkRIopux4Ypuw++OHuiSqdBm EeDLY0I8XLe3SCmGJeGdziV9ltjb31rl8jGTcP4oVhbcjo3CxL4h6tYqnigluqUw5UKteplYt7mZaJHSiPjLvX696WUajpNJyBXHo7YVpAWiUBEIohyAe9Vu NNboT6YwmNYAMcbKdmGLNlLUeMBYDqNIobX/GtQINF5FvLm4Tg3EC971X5whTfoEXm+O0tIdR190ZeFhGe14vnp7bXGhIba/3F/GiOPrjPs= 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:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Queue-Id: 4XRXrz514sz4gXv X-Spamd-Bar: ---- In message <202410131746.49DHkKY1053120@gitrepo.freebsd.org>, Ed Maste writes: > The branch main has been updated by emaste: > > URL: https://cgit.FreeBSD.org/src/commit/?id=255d2d9bbc3756c940462c61d3cd6fb7 > 753aab2c > > commit 255d2d9bbc3756c940462c61d3cd6fb7753aab2c > Author: Ed Maste > AuthorDate: 2024-10-11 20:09:25 +0000 > Commit: Ed Maste > CommitDate: 2024-10-13 17:45:28 +0000 > > fdisk: add deprecation/removal notice to man page > > As of 2015 (commit b8c19fd71994) the fdisk man page claimed the command > is obsolete, but had no explicit mention of removal. Add another note > that follows our current deprecation notice format. > > Reviewed by: imp > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D47067 > --- > sbin/fdisk/fdisk.8 | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 > index 981233f6998d..09933acf57df 100644 > --- a/sbin/fdisk/fdisk.8 > +++ b/sbin/fdisk/fdisk.8 > @@ -15,6 +15,22 @@ > .Fl f Ar configfile > .Op Fl itv > .Op Ar disk > +.Sh DEPRECATION NOTICE > +.Nm > +is deprecated and is not available in > +.Fx 15.0 > +or later. > +Use > +.Xr gpart 8 > +instead > +.Po > +with the > +.Cm MBR > +partitioning scheme > +.Pc , > +or install the > +.Pa freebsd-fdisk > +port or package. > .Sh PROLOGUE > In order for the BIOS to boot the kernel, > certain conventions must be adhered to. > We should point people at the port. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0