bsdlabel: Bump removal to FreeBSD 16.0.

It is deprecated but was not removed prior to 15.0.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste
2025-10-28 09:08:30 -04:00
parent 0cd8754ad5
commit 9447a40781
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
.Sh DEPRECATION NOTICE .Sh DEPRECATION NOTICE
.Nm .Nm
is deprecated and is not available in is deprecated and is not available in
.Fx 15.0 .Fx 16.0
or later. or later.
Use Use
.Xr gpart 8 .Xr gpart 8
+1 -1
View File
@@ -136,7 +136,7 @@ main(int argc, char *argv[])
name = NULL; name = NULL;
fprintf(stderr, fprintf(stderr,
"WARNING: bsdlabel is deprecated and is not available in FreeBSD 15 or later.\n" "WARNING: bsdlabel is deprecated and is not available in FreeBSD 16 or later.\n"
"Please use gpart instead.\n\n"); "Please use gpart instead.\n\n");
while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1) while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1)