1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Description: fix some spelling errors in manpages
Author: "A. Costa" <agcosta@gis.net>
Bug-Debian: https://bugs.debian.org/486018
Last-Update: 2013-07-05
Index: secure-delete-test/sfill.1
===================================================================
--- secure-delete-test.orig/sfill.1
+++ secure-delete-test/sfill.1
@@ -14,9 +14,9 @@ sfill \- secure free disk and inode spac
.SH DESCRIPTION
.I sfill
is designed to delete data which lies on available diskspace on mediums
-in a secure manner which can not be recovered by thiefs, law enforcement
+in a secure manner which can not be recovered by thieves, law enforcement
or other threats.
-The wipe algorythm is based on the paper "Secure Deletion of Data from
+The wipe algorithm is based on the paper "Secure Deletion of Data from
Magnetic and Solid-State Memory" presented at the 6th Usenix Security
Symposium by Peter Gutmann, one of the leading civilian cryptographers.
.PP
@@ -39,7 +39,7 @@ process of sfill goes like this:
.PP
afterwards as many temporary files as possible are generated to wipe the
free inode space. After no more temporary files can be created, they are
-removed and sfill is finnished.
+removed and sfill is finished.
.PP
.SH COMMANDLINE OPTIONS
Index: secure-delete-test/srm.1
===================================================================
--- secure-delete-test.orig/srm.1
+++ secure-delete-test/srm.1
@@ -14,8 +14,8 @@ srm \- secure remove (secure_deletion to
.SH DESCRIPTION
.I srm
is designed to delete data on mediums in a secure manner which can not be
-recovered by thiefs, law enforcement or other threats.
-The wipe algorythm is based on the paper "Secure Deletion of Data from
+recovered by thieves, law enforcement or other threats.
+The wipe algorithm is based on the paper "Secure Deletion of Data from
Magnetic and Solid-State Memory" presented at the 6th Usenix Security
Symposium by Peter Gutmann, one of the leading civilian cryptographers.
.PP
@@ -95,7 +95,7 @@ disk. You should use
which comes with the
.I secure_deletion package
to ensure to wipe also the free diskspace. However, If already a small
-file aquired a block with your precious data, no tool known to me can help
+file acquired a block with your precious data, no tool known to me can help
you here. For a secure deletion of the swap space
.I sswap
is available.
Index: secure-delete-test/sswap.1
===================================================================
--- secure-delete-test.orig/sswap.1
+++ secure-delete-test/sswap.1
@@ -14,9 +14,9 @@ sswap \- secure swap wiper (secure_delet
.SH DESCRIPTION
.I sswap
is designed to delete data which may lie still on your swapspace
-in a secure manner which can not be recovered by thiefs, law enforcement
+in a secure manner which can not be recovered by thieves, law enforcement
or other threats.
-The wipe algorythm is based on the paper "Secure Deletion of Data from
+The wipe algorithm is based on the paper "Secure Deletion of Data from
Magnetic and Solid-State Memory" presented at the 6th Usenix Security
Symposium by Peter Gutmann, one of the leading civilian cryptographers.
.PP
|