[mcrypt] fix typos in manpage

Tom Callaway spot at fedoraproject.org
Fri Aug 17 19:33:21 UTC 2012


commit 764abf7be459047ae020e6dd3dda1577999cc0b1
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Aug 17 15:34:03 2012 -0400

    fix typos in manpage

 mcrypt-2.6.8-manpage-typofixes.patch |   48 ++++++++++++++++++++++++++++++++++
 mcrypt.spec                          |    9 +++++-
 2 files changed, 56 insertions(+), 1 deletions(-)
---
diff --git a/mcrypt-2.6.8-manpage-typofixes.patch b/mcrypt-2.6.8-manpage-typofixes.patch
new file mode 100644
index 0000000..77cc024
--- /dev/null
+++ b/mcrypt-2.6.8-manpage-typofixes.patch
@@ -0,0 +1,48 @@
+diff -up ./doc/mcrypt.1.typos ./doc/mcrypt.1
+--- ./doc/mcrypt.1.typos	2012-08-17 14:38:40.368769281 -0400
++++ ./doc/mcrypt.1	2012-08-17 14:39:17.862769844 -0400
+@@ -81,7 +81,7 @@ two blocks in CBC and CFB modes, but onl
+ Mcrypt uses a 32 bit CRC to check for errors in the encrypted files.
+ .PP
+ .B Extra security:
+-For the very paranoid, if mcrypt is executed with superuser priviledges it
++For the very paranoid, if mcrypt is executed with superuser privileges it
+ ensures that no important data (keys etc.) are written to disk, as swap etc.
+ Keep in mind that mcrypt was not designed to be a setuid program, so you
+ shouldn't make it one.
+@@ -165,11 +165,11 @@ license and quit.
+ .TP
+ .B \-o --keymode MODE
+ MODE may be one of the keymodes listed by the --list-keymodes parameter.
+-It actually is the convertion to the key before it is fed to the algorithm.
++It actually is the conversion to the key before it is fed to the algorithm.
+ It is recommended to leave it as is, if you do not know what it is.
+ However if you still want to use this option, you might want to
+ use the 'hex' mode which allows you to specify the key in hex
+-(and no convertion will by applied).
++(and no conversion will be applied).
+ .TP
+ .B \-h --hash HASH_ALGORITHM
+ HASH_ALGORITHM may be one of the algorithms listed by the --list-hash parameter.
+@@ -194,10 +194,10 @@ The security lies on the algorithm not o
+ default. This flag must also be specified when decrypting a bare encrypted 
+ file. 
+ When the bare flag is specified decryption and encryption are faster. This
+-may be usefull when using mcrypt to encrypt a link or something like that.
++may be useful when using mcrypt to encrypt a link or something like that.
+ .TP
+ .B --flush
+-Flushes the output (ciphertext or plaintext) immediately. Usefull if mcrypt
++Flushes the output (ciphertext or plaintext) immediately. Useful if mcrypt
+ is used with pipes.
+ .TP
+ .B --time
+@@ -205,7 +205,7 @@ Prints some timing information (encrypti
+ .TP
+ .B --nodelete
+ When this option is specified mcrypt does not delete the output file, even
+-if decryption failed. This is usefull if you want to decrypt a corrupted
++if decryption failed. This is useful if you want to decrypt a corrupted
+ file.
+ .TP
+ .B \-q --quiet
diff --git a/mcrypt.spec b/mcrypt.spec
index 19b8714..6cbe542 100644
--- a/mcrypt.spec
+++ b/mcrypt.spec
@@ -1,6 +1,6 @@
 Name:		mcrypt
 Version:	2.6.8
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	GPLv3+
 Group:		Applications/System
 Summary:	Replacement for crypt()
@@ -19,6 +19,9 @@ Patch2:		mcrypt-2.6.7-gaafix.patch
 # Upstream:
 # http://sourceforge.net/tracker/index.php?func=detail&aid=2075758&group_id=87941&atid=584895
 Patch3:		mcrypt-2.6.7-native-by-default.patch
+# Upstream: 
+# https://sourceforge.net/tracker/index.php?func=detail&aid=3559099&group_id=87941&atid=584893
+Patch4:		mcrypt-2.6.8-manpage-typofixes.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libmcrypt-devel, mhash-devel, gettext, zlib-devel
 
@@ -34,6 +37,7 @@ to encrypt files or data streams without having to be cryptographers.
 %patch1 -p1 -b .format_strings
 %patch2 -p1 -b .gaafix
 %patch3 -p1 -b .native_by_default
+%patch4 -p1 -b .typos
 
 %build
 %configure
@@ -55,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Fri Aug 17 2012 Tom Callaway <spot at fedoraproject.org> - 2.6.8-7
+- fix typos in manpage
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.8-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list