mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
libdm: fix comments in libdevmapper.h
This commit is contained in:
parent
8290de964f
commit
3ff080c591
@ -168,10 +168,10 @@ int dm_task_get_info(struct dm_task *dmt, struct dm_info *dmi);
|
||||
/*
|
||||
* This function returns dm device's UUID based on the value
|
||||
* of the mangling mode set during preceding dm_task_run call:
|
||||
* - unmangled name for DM_STRING_MANGLING_{AUTO, HEX},
|
||||
* - name without any changes for DM_STRING_MANGLING_NONE.
|
||||
* - unmangled UUID for DM_STRING_MANGLING_{AUTO, HEX},
|
||||
* - UUID without any changes for DM_STRING_MANGLING_NONE.
|
||||
*
|
||||
* To get mangled or unmangled form of the name directly, use
|
||||
* To get mangled or unmangled form of the UUID directly, use
|
||||
* dm_task_get_uuid_mangled or dm_task_get_uuid_unmangled function.
|
||||
*/
|
||||
const char *dm_task_get_uuid(const struct dm_task *dmt);
|
||||
|
Loading…
Reference in New Issue
Block a user