Hi,
attached are three small patches for udev-133.
The first one fixes a build problem (!HAVE_INOTIFY needs <errno.h>).
The other two correct minor manpage typos.
Regards
Peter Breitenlohner <peb@xxxxxxxxxxxx>
diff -ur udev-133.orig/udev/udev-sysdeps.h udev-133/udev/udev-sysdeps.h
--- udev-133.orig/udev/udev-sysdeps.h 2008-11-13 01:51:54.000000000 +0100
+++ udev-133/udev/udev-sysdeps.h 2008-11-20 15:10:21.000000000 +0100
@@ -21,6 +21,7 @@
#define _UDEV_SYSDEPS_H_
#include <stdint.h>
+#include <errno.h>
/* needed for our signal handlers to work */
#undef asmlinkage
diff -ur udev-133.orig/extras/floppy/create_floppy_devices.8 udev-133/extras/floppy/create_floppy_devices.8
--- udev-133.orig/extras/floppy/create_floppy_devices.8 2008-10-16 18:03:43.000000000 +0200
+++ udev-133/extras/floppy/create_floppy_devices.8 2008-11-20 14:56:47.000000000 +0100
@@ -28,7 +28,7 @@
Set device node mode.
.TP
\fB\-t\fR <number>
-Sed floppy type number.
+Set floppy type number.
.SH SEE ALSO
.BR udev (7)
.SH AUTHORS
diff -ur udev-133.orig/extras/scsi_id/scsi_id.8 udev-133/extras/scsi_id/scsi_id.8
--- udev-133.orig/extras/scsi_id/scsi_id.8 2008-11-13 01:37:25.000000000 +0100
+++ udev-133/extras/scsi_id/scsi_id.8 2008-11-20 14:58:46.000000000 +0100
@@ -17,7 +17,7 @@
\fBscsi_id\fP is primarily for use by other utilities such as \fBudev\fP
that require a unique SCSI identifier.
-By default all devices are assume black listed, the \fB\-\-whitelisted\fP option must
+By default all devices are assumed black listed, the \fB\-\-whitelisted\fP option must
be specified on the command line or in the config file for any useful
behaviour.