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

Update dmsetup man page

While dmsetup command properly shows all dmsetup resume supported options,
man page missed to document it.
This commit is contained in:
Zdenek Kabelac 2011-09-23 09:51:37 +00:00
parent 598c92ff5c
commit 766d22825b
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.68 -
==================================
Update dmsetup resume man with --addnodeonresume/create options.
Add dependency for dm man pages to man subdirectory make target all:.
Add dm_tree_retry_remove to use retry logic for device removal in a dm_tree.
Add dm_device_has_mounted_fs fn to check mounted filesystem on a device.

View File

@ -20,7 +20,7 @@ dmsetup \- low level logical volume management
.I [--nolockfs] [--noflush] device_name
.br
.B dmsetup resume
.I device_name
.I device_name [{ --addnodeonresume | --addnodeoncreate }]
.br
.B dmsetup load
.I device_name [--table <table> | table_file]
@ -313,7 +313,7 @@ Renames a device.
Sets the uuid of a device that was created without a uuid.
After a uuid has been set it cannot be changed.
.IP \fBresume
.I device_name
.I device_name [{ --addnodeonresume | --addnodeoncreate }]
.br
Un-suspends a device.
If an inactive table has been loaded, it becomes live.