From 766d22825b0950b378fa9ac06a08738dcd191bd2 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 23 Sep 2011 09:51:37 +0000 Subject: [PATCH] Update dmsetup man page While dmsetup command properly shows all dmsetup resume supported options, man page missed to document it. --- WHATS_NEW_DM | 1 + man/dmsetup.8.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index 832afb1f4..7134dfbf7 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -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. diff --git a/man/dmsetup.8.in b/man/dmsetup.8.in index f75126cb4..183f57288 100644 --- a/man/dmsetup.8.in +++ b/man/dmsetup.8.in @@ -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_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. -- 2.43.5