mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
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:
parent
0cd8754ad5
commit
9447a40781
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue