git: 61d4640720e5 - releng/15.0 - fdisk: Bump removal to FreeBSD 16.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Oct 2025 04:23:38 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=61d4640720e52e127147cc66bd3259ccb10911a3
commit 61d4640720e52e127147cc66bd3259ccb10911a3
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-10-24 15:08:25 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-30 04:22:31 +0000
fdisk: Bump removal to FreeBSD 16.0
Removal did not happen prior to 15.0.
Approved by: re (cperciva)
Sponsored by: The FreeBSD Foundation
(cherry picked from commit f817f6e7f4a8dc507f3e1b1603dfd2d81093e3bd)
(cherry picked from commit 739750ae7c63c653025ad84cac6ba7cb6756dcf8)
(cherry picked from commit 2be4c64a0d27a9136cc05c9bdf7a45162339aa69)
---
sbin/fdisk/fdisk.8 | 4 ++--
sbin/fdisk/fdisk.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8
index 09933acf57df..f26e6bb67d6e 100644
--- a/sbin/fdisk/fdisk.8
+++ b/sbin/fdisk/fdisk.8
@@ -1,5 +1,5 @@
.\"
-.Dd October 5, 2016
+.Dd October 24, 2025
.Dt FDISK 8
.Os
.Sh NAME
@@ -18,7 +18,7 @@
.Sh DEPRECATION NOTICE
.Nm
is deprecated and is not available in
-.Fx 15.0
+.Fx 16.0
or later.
Use
.Xr gpart 8
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index 925cc68932d7..28230191bb16 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -266,7 +266,7 @@ main(int argc, char *argv[])
struct dos_partition *partp;
fprintf(stderr,
- "WARNING: fdisk is deprecated and is not available in FreeBSD 15 or later.\n"
+ "WARNING: fdisk is deprecated and is not available in FreeBSD 16 or later.\n"
"Please use gpart instead.\n\n");
while ((c = getopt(argc, argv, "BIab:f:ipqstuv1234")) != -1)