[Pgp-tools-commit] r592 - in trunk: debian gpgparticipants

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Thu Apr 3 18:41:09 UTC 2014


Author: guilhem-guest
Date: 2014-04-03 18:41:09 +0000 (Thu, 03 Apr 2014)
New Revision: 592

Modified:
   trunk/debian/changelog
   trunk/gpgparticipants/gpgparticipants-prefill.1
   trunk/gpgparticipants/gpgparticipants.1
Log:
Escape minuses in gpgparticipants' documentation.

Since groff interprets them as hyphens (U+2010).  Fixes the following
lintian informational tags:

    hyphen-used-as-minus-sign usr/share/man/man1/gpgparticipants-prefill.1.gz:22
    hyphen-used-as-minus-sign usr/share/man/man1/gpgparticipants.1.gz:36

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2014-04-03 18:41:05 UTC (rev 591)
+++ trunk/debian/changelog	2014-04-03 18:41:09 UTC (rev 592)
@@ -1,5 +1,8 @@
 signing-party (1.1.7-1) UNRELEASED; urgency=low
 
+  * gpgparticipants:
+    + Escape hyphen-minuses (-) in the documentation, as groff may interpret
+      them as hyphens (U+2010).
   * gpgwrap:
     + Import the default Debian CPPFLAGS defined by dpkg-buildflags, which
       makes lintian stop emitting the 'hardening-no-fortify-functions' tag.

Modified: trunk/gpgparticipants/gpgparticipants-prefill.1
===================================================================
--- trunk/gpgparticipants/gpgparticipants-prefill.1	2014-04-03 18:41:05 UTC (rev 591)
+++ trunk/gpgparticipants/gpgparticipants-prefill.1	2014-04-03 18:41:09 UTC (rev 592)
@@ -19,7 +19,7 @@
 Print the usage text.
 
 .IP "\fB\-\-fastforward\fP" 8
-If a match is found of given length and --fastforward is given then the program
+If a match is found of given length and \-\-fastforward is given then the program
 immediately jumps to the next length.
 
 .IP "\fB\-\-min-length\fP \fINUM\fP" 8

Modified: trunk/gpgparticipants/gpgparticipants.1
===================================================================
--- trunk/gpgparticipants/gpgparticipants.1	2014-04-03 18:41:05 UTC (rev 591)
+++ trunk/gpgparticipants/gpgparticipants.1	2014-04-03 18:41:09 UTC (rev 592)
@@ -33,8 +33,8 @@
 
 To create a KSP file with all keys present in the keyring:
 
-    gpg --with-colons --fingerprint | grep ^fpr: | cut -d: -f 10 | \\
-        gpgparticipants - ksp-file.txt "20080222 1100" "My Name <my.name at my.mail>" "my party 08"
+    gpg \-\-with-colons \-\-fingerprint | grep ^fpr: | cut \-d: \-f 10 | \\
+        gpgparticipants \- ksp-file.txt "20080222 1100" "My Name <my.name at my.mail>" "my party 08"
 
 .SH SEE ALSO
 .BR gpg (1), gpgsigs (1)




More information about the Pgp-tools-commit mailing list