Blame ecryptfs-utils-86-manpage.patch

9471b7
diff -up ecryptfs-utils-108/doc/manpage/ecryptfs-rewrite-file.1.manfix ecryptfs-utils-108/doc/manpage/ecryptfs-rewrite-file.1
9471b7
--- ecryptfs-utils-108/doc/manpage/ecryptfs-rewrite-file.1.manfix	2015-02-10 17:59:34.000000000 +0100
9471b7
+++ ecryptfs-utils-108/doc/manpage/ecryptfs-rewrite-file.1	2015-08-11 14:43:55.128833810 +0200
9471b7
@@ -14,7 +14,7 @@ This script may be combined with \fBfind
9471b7
   ecryptfs-umount-private
9471b7
   sync
9471b7
 
9471b7
-It is advised that this script is executed in runlevel 1 or 3, to avoid simultanteous writes and race conditions with targeted files.
9471b7
+It is advised that this script is executed in runlevel 1 or 3, to avoid simultaneous writes and race conditions with targeted files.
9471b7
 
9471b7
 \fBUSING THIS SCRIPT WHILE GNOME, KDE, OR OTHER APPLICATIONS ARE RUNNING MAY CAUSE DATA LOSS.\fP
9471b7
 
9471b7
diff -up ecryptfs-utils-108/doc/manpage/ecryptfs.7.manfix ecryptfs-utils-108/doc/manpage/ecryptfs.7
9471b7
--- ecryptfs-utils-108/doc/manpage/ecryptfs.7.manfix	2015-02-10 17:59:34.000000000 +0100
9471b7
+++ ecryptfs-utils-108/doc/manpage/ecryptfs.7	2015-08-11 14:43:55.128833810 +0200
1a4de5
@@ -1,6 +1,6 @@
ade735
 .TH ecryptfs 7 2009-03-24 ecryptfs-utils "eCryptfs"
ade735
 .SH NAME
ade735
-eCryptfs \- an enterprise-class cryptographic filesystem for linux
ade735
+eCryptfs \- an enterprise-class cryptographic filesystem for Linux
ade735
 
ade735
 .SH SYNOPSIS
ade735
 .BI "mount -t ecryptfs [SRC DIR] [DST DIR] -o [OPTIONS]"
75b89e
@@ -67,7 +67,7 @@ Parameters that apply to individual key
1a4de5
 The actual password is passphrase. Since the password is visible to utilities (like ps under Unix) this form should only be used where security is not important.
ade735
 .TP
ade735
 .B passphrase_passwd_file=(filename)
0d13c9
-The password should be specified in a file with passphrase_passwd_file=(passphrase). It is highly recommended that the file be stored on a secure medium such as a personal usb key.
0d13c9
+The password should be specified in a file with passphrase_passwd_file=(passphrase). It is highly recommended that the file be stored on a secure medium such as a personal USB key.
ade735
 .TP
ade735
 .B passphrase_passwd_fd=(file descriptor)
ade735
 The password is specified through the specified file descriptor.
1a4de5
@@ -79,7 +79,7 @@ The salt should be specified as a 16 dig
ade735
 The filename should be the filename of a file containing an RSA SSL key.
ade735
 .TP
ade735
 .B openssl_passwd_file=(filename)
75b89e
-The password should be specified in a file with openssl_passwd=(openssl-password). It is highly recommended that the file be stored on a secure medium such as a personal usb key.
ade735
+The password should be specified in a file with openssl_passwd=(openssl-password). It is highly recommended that the file be stored on a secure medium such as a personal USB key.
ade735
 .TP
ade735
 .B openssl_passwd_fd=(file descriptor)
ade735
 The password is specified through the specified file descriptor.