From 10019a9d9694575f3b0dc69dcd4805c433438b22 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Fri, 11 Sep 2009 16:06:31 +0000 Subject: [PATCH] Add manpage entry for dmsetup's udevcomplete_all and udevcookies commands. --- WHATS_NEW | 1 + man/dmsetup.8.in | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/WHATS_NEW b/WHATS_NEW index a67fbd988..a3d6e583c 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -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. diff --git a/man/dmsetup.8.in b/man/dmsetup.8.in index c22f7978e..b7eba6394 100644 --- a/man/dmsetup.8.in +++ b/man/dmsetup.8.in @@ -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. -- 2.43.5