diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-08-22 14:45:14 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-12-09 16:32:09 +0000 |
| commit | 661b40ffdee25dd81d19fbbcd6cb09e3ec159342 (patch) | |
| tree | 0ed8c7498e00be6d7b923b83f036040f62e17c73 /usr.sbin/fdformat/fdformat.8 | |
| parent | 3f2d86bfbf6c8e1f4db72018dab446547cfb6ca9 (diff) | |
Deprecate fdc(4) and floppy utilities
Floppies have been obsolete for over a decade. Add a deprecation note
now and plan to remove fdc(4) support in 16.
Reviewed by: ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41549
(cherry picked from commit 4c736cfc69a7ef81c48c8431b31c7e31746fe816)
Diffstat (limited to 'usr.sbin/fdformat/fdformat.8')
| -rw-r--r-- | usr.sbin/fdformat/fdformat.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/fdformat/fdformat.8 b/usr.sbin/fdformat/fdformat.8 index bf18f93f5e87..72ec2bd2be5c 100644 --- a/usr.sbin/fdformat/fdformat.8 +++ b/usr.sbin/fdformat/fdformat.8 @@ -22,7 +22,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd May 23, 2020 +.Dd November 16, 2025 .Dt FDFORMAT 8 .Os .Sh NAME @@ -35,6 +35,11 @@ .Op Fl s Ar fmtstr .Op Fl nqvy .Ar device +.Sh DEPRECATION NOTICE +.Nm +is deprecated and may not be present in +.Fx 16.0 +and later. .Sh DESCRIPTION The .Nm |
