Public bug reported:

Currently in man page:

++++++
BASIC COMMANDS
       The following are valid actions for all supported device types.

       open <name> <device> --type <device_type>

              Opens (creates a mapping) with <name> backed by device <device>.
++++++

Commands and results:

++++++

$ sudo cryptsetup open pvd /dev/sdd --key-file=[keyfile]
Device pvd doesn't exist or access denied.

$ sudo cryptsetup open /dev/sdd pvd --key-file=[keyfile]

$ sudo cryptsetup status pvd
/dev/mapper/pvd is active.

++++++

Presumably the man page should have:

       open <device> <name> --type <device_type>

(In other words, “<name>” and “<device>” are reversed.)

** Affects: cryptsetup (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1352029

Title:
  Incorrect information in cryptsetup man page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1352029/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to