Signed-off-by: Miklos Vajna diff -Naur udev-111.orig/extras/floppy/Makefile udev-111/extras/floppy/Makefile --- udev-111.orig/extras/floppy/Makefile 2007-05-10 12:42:56.000000000 +0200 +++ udev-111/extras/floppy/Makefile 2007-05-12 17:21:41.000000000 +0200 @@ -57,11 +57,11 @@ .PHONY: uninstall-bin install-man: - @echo "Please create a man page for this tool." + $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8 .PHONY: install-man uninstall-man: - @echo "Please create a man page for this tool." + -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8 .PHONY: uninstall-man install-config: diff -Naur udev-111.orig/extras/floppy/create_floppy_devices.8 udev-111/extras/floppy/create_floppy_devices.8 --- udev-111.orig/extras/floppy/create_floppy_devices.8 1970-01-01 01:00:00.000000000 +0100 +++ udev-111/extras/floppy/create_floppy_devices.8 2007-05-12 17:15:43.000000000 +0200 @@ -0,0 +1,35 @@ +.TH CREATE_FLOPPY_DEVICES 8 "May 2007" "" "Linux Administrator's Manual" +.SH NAME +create_floppy_devices \- udev callout to create all possible floppy device +based on the CMOS type. +.SH SYNOPSIS +create_floppy_devices [options] device +.SH OPTIONS +.TP +\fB\-c\fR +Create nodes. +.TP +\fB\-u\fR +Unlink nodes. +.TP +\fB\-d\fR +Print nodes. +.TP +\fB\-m\fR +Set major number. +.TP +\fB\-U\fR +Set user ownership. +.TP +\fB\-G\fR +Set group ownership. +.TP +\fB\-M\fR +Set device node mode. +.TP +\fB\-t\fR +Sed floppy type number. +.SH SEE ALSO +.BR udev (7) +.SH AUTHORS +Developed by Hannes Reinecke .