mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user