Fix flag description comment.
authorMilan Broz <gmazyland@gmail.com>
Mon, 10 Oct 2011 18:09:26 +0000 (18:09 +0000)
committerMilan Broz <gmazyland@gmail.com>
Mon, 10 Oct 2011 18:09:26 +0000 (18:09 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@638 36d66b0a-2a48-0410-832c-cd162a569da5

lib/libcryptsetup.h

index 2fc919b..7da12d7 100644 (file)
@@ -574,9 +574,9 @@ int crypt_keyslot_destroy(struct crypt_device *cd, int keyslot);
  */
 /** device is read only */
 #define CRYPT_ACTIVATE_READONLY (1 << 0)
-/** ignored */
+/** only reported for device without uuid */
 #define CRYPT_ACTIVATE_NO_UUID  (1 << 1)
-/** ??? */
+/** activate more non-overlapping mapping to the same device */
 #define CRYPT_ACTIVATE_SHARED   (1 << 2)
 /** enable discards aka TRIM */
 #define CRYPT_ACTIVATE_ALLOW_DISCARDS (1 << 3)