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

View file

@ -62,7 +62,7 @@
.Sh DEPRECATION NOTICE
.Nm
is deprecated and is not available in
.Fx 15.0
.Fx 16.0
or later.
Use
.Xr gpart 8

View file

@ -136,7 +136,7 @@ main(int argc, char *argv[])
name = NULL;
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");
while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1)