[Bug 1352029] [NEW] Incorrect information in cryptsetup man page

MJF mike.freeman.3832 at gmail.com
Sun Aug 3 23:10:43 UTC 2014


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
Foundations Bugs, which is subscribed to cryptsetup in Ubuntu.
https://bugs.launchpad.net/bugs/1352029

Title:
  Incorrect information in cryptsetup man page

Status in “cryptsetup” package in Ubuntu:
  New

Bug description:
  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.)

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



More information about the foundations-bugs mailing list