diff options
author | Philip Lacroix <slackph at posteo dot de> | 2015-11-05 01:39:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-06 00:27:29 +0700 |
commit | 9bd9c5cdf5de656666e534de2f510e255f863535 (patch) | |
tree | 5f469fe5dd8b486b47d030f80984ab0673bc6e8f /system/srm/srm-fix-typos.patch | |
parent | 70bf054b35a2d9333a2f79dcafb2ce164d0e90f3 (diff) | |
download | slackbuilds-9bd9c5cdf5de656666e534de2f510e255f863535.tar.gz |
system/srm: Updated for version 1.2.15 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/srm/srm-fix-typos.patch')
-rw-r--r-- | system/srm/srm-fix-typos.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/system/srm/srm-fix-typos.patch b/system/srm/srm-fix-typos.patch new file mode 100644 index 0000000000..6ac8012e8d --- /dev/null +++ b/system/srm/srm-fix-typos.patch @@ -0,0 +1,22 @@ +diff -u1 -r a/doc/srm.1.in b/doc/srm.1.in +--- a/doc/srm.1.in 2015-11-04 12:15:38.438987109 +0100 ++++ b/doc/srm.1.in 2015-11-04 12:24:27.481981163 +0100 +@@ -45,3 +45,3 @@ + \fB\-f\fR, \fB\-\-force\fR +-ignore nonexistent files, never prompt ++ignore non\-existent files, never prompt + .TP +diff -u1 -r a/src/main.c b/src/main.c +--- a/src/main.c 2015-11-04 12:52:07.568002966 +0100 ++++ b/src/main.c 2015-11-04 12:54:09.159001600 +0100 +@@ -90,7 +90,7 @@ + "Usage: %s [OPTION]... [FILE]...\n" +- "Overwrite and remove (unlink) the files. By default use the 35-pass Gutmann\n" ++ "Overwrite and remove (unlink) the files. By default it uses the 35-pass Gutmann\n" + "method to overwrite files.\n" + "\n" +- " -d, --directory ignored (for compatability with rm(1))\n" +- " -f, --force ignore nonexistant files, never prompt\n" ++ " -d, --directory ignored (for compatibility with rm(1))\n" ++ " -f, --force ignore non-existent files, never prompt\n" + " -i, --interactive prompt before any removal\n" |