Emphasis that returned name is unmangled.
---
src/ldm.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/ldm.h b/src/ldm.h
index 280fbfb..cdc5817 100644
--- a/src/ldm.h
+++ b/src/ldm.h
@@ -443,7 +443,8 @@ guint64 ldm_volume_get_chunk_size(const LDMVolume *o);
* @o: An #LDMVolume
*
* Get the name of the device mapper device which will be created for this
- * volume.
+ * volume. Note that returned name is unmangled. Device mapper will mangle
+ * actual device name if it contains invalid characters.
*
* Returns: (transfer full): The device mapper name
*/
--
2.17.0