Skip to content

Commit 9447a40

Browse files
committed
bsdlabel: Bump removal to FreeBSD 16.0.
It is deprecated but was not removed prior to 15.0. Sponsored by: The FreeBSD Foundation
1 parent 0cd8754 commit 9447a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sbin/bsdlabel/bsdlabel.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
.Sh DEPRECATION NOTICE
6363
.Nm
6464
is deprecated and is not available in
65-
.Fx 15.0
65+
.Fx 16.0
6666
or later.
6767
Use
6868
.Xr gpart 8

sbin/bsdlabel/bsdlabel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ main(int argc, char *argv[])
136136
name = NULL;
137137

138138
fprintf(stderr,
139-
"WARNING: bsdlabel is deprecated and is not available in FreeBSD 15 or later.\n"
139+
"WARNING: bsdlabel is deprecated and is not available in FreeBSD 16 or later.\n"
140140
"Please use gpart instead.\n\n");
141141

142142
while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1)

0 commit comments

Comments
 (0)