[Bug 1352029] Re: Incorrect information in cryptsetup man page
Launchpad Bug Tracker
1352029 at bugs.launchpad.net
Mon Mar 23 08:55:03 UTC 2015
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: cryptsetup (Ubuntu)
Status: New => Confirmed
--
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:
Confirmed
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