We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd8754 commit 9447a40Copy full SHA for 9447a40
sbin/bsdlabel/bsdlabel.8
@@ -62,7 +62,7 @@
62
.Sh DEPRECATION NOTICE
63
.Nm
64
is deprecated and is not available in
65
-.Fx 15.0
+.Fx 16.0
66
or later.
67
Use
68
.Xr gpart 8
sbin/bsdlabel/bsdlabel.c
@@ -136,7 +136,7 @@ main(int argc, char *argv[])
136
name = NULL;
137
138
fprintf(stderr,
139
- "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"
140
"Please use gpart instead.\n\n");
141
142
while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1)
0 commit comments