]> sourceware.org Git - lvm2.git/commitdiff
Add manpage entry for dmsetup udevflags.
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 22 Oct 2009 13:12:20 +0000 (13:12 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Thu, 22 Oct 2009 13:12:20 +0000 (13:12 +0000)
man/dmsetup.8.in

index 934372e50020ca8c176f5698a2d391c50c1f3129..ebf422eb29035e20a8fedfdd577e857c750e10d3 100644 (file)
@@ -64,6 +64,9 @@ dmsetup \- low level logical volume management
 .B dmsetup mknodes
 .I [device_name]
 .br
+.B dmsetup udevflags
+.I cookie
+.br
 .B dmsetup udevcomplete
 .I cookie
 .br
@@ -303,6 +306,18 @@ is displayed.
 .IP \fBtargets
 .br
 Displays the names and versions of the currently-loaded targets.
+.br
+.IP \fBudevflags
+.I cookie
+.br
+Parses given cookie value and extracts any udev control flags encoded.
+The output is in environment key format that is suitable for use in udev
+rules. If the flag has its symbolic name assigned then the ouput is
+DM_UDEV_FLAG_<flag_name>='1', DM_UDEV_FLAG<flag_position>='1' otherwise.
+Subsystem udev flags don't have symbolic names assigned and these ones are
+always reported as DM_SUBSYSTEM_UDEV_FLAG<flag_position>='1'. There are
+16 udev flags altogether.
+.br
 .IP \fBudevcomplete
 .I cookie
 .br
This page took 0.037608 seconds and 5 git commands to generate.