1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

Add manpage entry for dmsetup's udevcomplete_all and udevcookies commands.

This commit is contained in:
Peter Rajnoha 2009-09-11 16:06:31 +00:00
parent f83332a0d5
commit e94a31b2c6
2 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.52 -
=================================
Add manpage entry for dmsetup's udevcomplete_all and udevcookies commands.
Add DM_UDEV_RULES_VSN udev enviroment variable.
Check that udev is running and set internal state appropriately.
Add libudev configuration check.

View File

@ -67,6 +67,10 @@ dmsetup \- low level logical volume management
.B dmsetup udevcomplete
.I cookie
.br
.B dmsetup udevcomplete_all
.br
.B dmsetup udevcookies
.br
.B dmsetup targets
.br
.B dmsetup version
@ -291,6 +295,13 @@ Displays the names and versions of the currently-loaded targets.
.br
Wake any processes that are waiting for udev to complete processing the specified cookie.
.br
.IP \fBudevcomplete_all
Remove all cookies. Any process waiting on a cookie will be resumed immediately.
.br
.IP \fBudevcookies
List all existing cookies. Cookies are system-wide semaphores with keys
prefixed by two predefined bytes (0x0D4D).
.br
.IP \fBversion
.br
Outputs version information.