Corrected outdated sentence in documented workaround for udev

This commit is contained in:
Thomas Schmitt 2011-09-21 13:42:19 +00:00
parent e535a57118
commit e0245b990b
2 changed files with 4 additions and 4 deletions

View File

@ -101,11 +101,11 @@ The waiting time can be set at ./configure time with microsecond granularity.
E.g. 2 seconds: E.g. 2 seconds:
CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=2000000" CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=2000000"
./configure ...options... ./configure ...options...
Closing and re-opening can be disabled by zero waiting time: Waiting can be disabled by zero waiting time:
CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=0" CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=0"
Alternatively, libburn can try to be nice by opening the device file, Alternatively, libburn can try to be nice by opening the device file,
closing it immediately, waiting, and only then opening it for real: closing it immediately, waiting, and only then opening it for real:
CFLAGS="$CFLAGS -DLibburn_udev_extra_open_cyclE" CFLAGS="$CFLAGS -DLibburn_udev_extra_open_cyclE -DLibburn_udev_wait_useC=500000"
------------------------------------------------------------------------------ ------------------------------------------------------------------------------

View File

@ -448,11 +448,11 @@ The waiting time can be set at ./configure time with microsecond granularity.
E.g. 2 seconds: E.g. 2 seconds:
CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=2000000" CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=2000000"
./configure ...options... ./configure ...options...
Closing and re-opening can be disabled by zero waiting time: Waiting can be disabled by zero waiting time:
CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=0" CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=0"
Alternatively, libburn can try to be nice by opening the device file, Alternatively, libburn can try to be nice by opening the device file,
closing it immediately, waiting, and only then opening it for real: closing it immediately, waiting, and only then opening it for real:
CFLAGS="$CFLAGS -DLibburn_udev_extra_open_cyclE" CFLAGS="$CFLAGS -DLibburn_udev_extra_open_cyclE -DLibburn_udev_wait_useC=500000"
------------------------------------------------------------------------------ ------------------------------------------------------------------------------