]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
disk-utils: Add reference to ufiformat(8)
authorWojtek Kaniewski <wojtekka@toxygen.net>
Sat, 27 Jun 2020 19:15:10 +0000 (21:15 +0200)
committerWojtek Kaniewski <wojtekka@toxygen.net>
Sat, 27 Jun 2020 19:15:10 +0000 (21:15 +0200)
fdformat(8) doesn't handle USB floppy disk drives. As legacy floppy
disk drives have become a scarce resource it would be nice to point
those poor souls trying to format their floppy disks to a utility that
doesn't throw "Invalid argument" at them.

Signed-off-by: Wojtek Kaniewski <wojtekka@toxygen.net>
disk-utils/fdformat.8

index 44b494dbb718c4385140cd1506199bc61e4ae4c0..8453a5a2792e92308584783928211f5b6cfc0a45 100644 (file)
@@ -1,6 +1,6 @@
 .\" Copyright 1992, 1993 Rickard E. Faith (faith@cs.unc.edu)
 .\" May be distributed under the GNU General Public License
-.TH FDFORMAT 8 "July 2014" "util-linux" "System Administration"
+.TH FDFORMAT 8 "June 2020" "util-linux" "System Administration"
 .SH NAME
 fdformat \- low-level format a floppy disk
 .SH SYNOPSIS
@@ -62,13 +62,18 @@ Display version information and exit.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
 Display help text and exit.
+.SH NOTES
+This utility does not handle USB floppy disk drives. Use
+.BR ufiformat (8)
+instead.
 .SH AUTHORS
 Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
 .SH SEE ALSO
 .BR fd (4),
 .BR emkfs (8),
 .BR mkfs (8),
-.BR setfdprm (8)
+.BR setfdprm (8),
+.BR ufiformat (8)
 .SH AVAILABILITY
 The fdformat command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.