summaryrefslogtreecommitdiffstats
path: root/debian/patches/0004-Clarify-text-in-rnp-1.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:22:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:22:08 +0000
commit05e2af5dfdc7e7f10f3855d7fec8648277ebb1b1 (patch)
tree2c73d4fa836bf86fb44b8fd39da2171392795817 /debian/patches/0004-Clarify-text-in-rnp-1.patch
parentMerging upstream version 0.17.1. (diff)
downloadrnp-05e2af5dfdc7e7f10f3855d7fec8648277ebb1b1.tar.xz
rnp-05e2af5dfdc7e7f10f3855d7fec8648277ebb1b1.zip
Merging debian version 0.17.1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0004-Clarify-text-in-rnp-1.patch')
-rw-r--r--debian/patches/0004-Clarify-text-in-rnp-1.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/0004-Clarify-text-in-rnp-1.patch b/debian/patches/0004-Clarify-text-in-rnp-1.patch
new file mode 100644
index 0000000..2d54ebb
--- /dev/null
+++ b/debian/patches/0004-Clarify-text-in-rnp-1.patch
@@ -0,0 +1,27 @@
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
+Date: Fri, 10 May 2024 16:56:23 -0400
+Subject: Clarify text in rnp(1)
+
+This avoids a lintian warning:
+
+I: rnp: typo-in-manual-page "allows to" "allows one to" [usr/share/man/man1/rnp.1.gz:595]
+
+While I was editing the manpage, I took the liberty of cleaning up the
+language further, too.
+---
+ src/rnp/rnp.1.adoc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/rnp/rnp.1.adoc b/src/rnp/rnp.1.adoc
+index ce1173e..cd72e10 100644
+--- a/src/rnp/rnp.1.adoc
++++ b/src/rnp/rnp.1.adoc
+@@ -330,7 +330,7 @@ By default RNP uses system's time in all signature/key checks, however in some s
+ Override or set a file name, stored inside of OpenPGP message. +
+ +
+ By default RNP will store input filename (or empty string for *stdin*/*env* input) in the resulting OpenPGP message during encryption or embedded signing.
+-This option allows to override this. Special value *_CONSOLE* may be used for "for your eyes only"-message. Refer OpenPGP documentation for the details.
++This option allows the user to override this filename. Special value *_CONSOLE* may be used for "for your eyes only"-message. Refer to OpenPGP documentation for details.
+
+ *--allow-hidden* ::
+ Allow hidden recipient support. +