From: Michael Gebetsroither Date: Sun, 2 Apr 2006 18:12:31 +0000 (+0200) Subject: Fixed a few typos (thanks to Zugschlus) X-Git-Tag: 0.14~1 X-Git-Url: http://git.grml.org/?p=grml-crypt.git;a=commitdiff_plain;h=bb068a46d95b429f777fc3d49b994677191795c5 Fixed a few typos (thanks to Zugschlus) --- diff --git a/debian/changelog b/debian/changelog index 147f0c1..797736a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-crypt (0.14) unstable; urgency=low + + * Fixed a few typos (thanks to Zugschlus) + + -- Michael Gebetsroither Sun, 2 Apr 2006 20:02:32 +0200 + grml-crypt (0.13) unstable; urgency=low * converted manpage to asciidoc diff --git a/debian/control b/debian/control index 4225bf8..623b5fc 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.1 Package: grml-crypt Architecture: all Depends: grml-shlib (>=1.02.07), cryptsetup-luks | cryptsetup (>=1.0.1-16), realpath, dmsetup -Description: wrapper arround cryptsetup-luks +Description: wrapper around cryptsetup-luks This software should provide an easy wrapper around cryptsetup-luks, losetup and mount. You could create and mount a encrypted filesystem image with only diff --git a/grml-crypt b/grml-crypt index 65608ee..0b49f25 100755 --- a/grml-crypt +++ b/grml-crypt @@ -55,7 +55,7 @@ function printUsage cat < [mountpoint] -$PROG_NAME__ is a wrapper arround cryptsetup with LUKS support to format a device +$PROG_NAME__ is a wrapper around cryptsetup with LUKS support to format a device OPTIONS: -s size of the loop-filesystem to create, in MB (default=$SIZE_) diff --git a/grml-crypt.8.txt b/grml-crypt.8.txt index 301237f..27ccf29 100644 --- a/grml-crypt.8.txt +++ b/grml-crypt.8.txt @@ -5,18 +5,18 @@ Michael Gebetsroither NAME ---- -grml-crypt - Wrapper arround cryptsetup/losetup/mkfs/mount +grml-crypt - Wrapper around cryptsetup/losetup/mkfs/mount SYNOPSIS -------- -*grml-vpn* [OPTIONS] 'action' '[mountpoint]' +*grml-crypt* [OPTIONS] 'action' '[mountpoint]' DESCRIPTION ----------- *grml-crypt* is a program that -provides an easy wrapper arround cryptsetup, mkfs, losetup and mount. You +provides an easy wrapper around cryptsetup, mkfs, losetup and mount. You could create a loopback mountet crypted filesystem with only one command, but grml-crypt works for normal devices also. @@ -25,7 +25,7 @@ ACTIONS ------- *format [mountpoint]*:: This command "formats" a device/file. If the second parameter is not a - blockdevice grml-crupt assumes that it should operate in file modus. If the + blockdevice grml-crypt assumes that it should operate in file modus. If the file does not allready exist it will be created with the given size. The first 2MB of a device (luks header) are initialised with /dev/urandom, the other space is initialised with the given initialisation. If grml-crypt is