Your message dated Wed, 3 Dec 2014 12:48:17 +0100 (CET)
with message-id <alpine.deb.2.11.1412031244500.15...@cantor.unex.es>
has caused the   report #771904,
regarding unshar manpage: "Pp"
to be marked as having been forwarded to the upstream software
author(s) bug-gnu-ut...@gnu.org

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Hello.

I received this report from the Debian bug system.

---------- Forwarded message ----------
From: Jakub Wilk <jw...@debian.org>
To: Debian Bug Tracking System <sub...@bugs.debian.org>
Date: Wed, 3 Dec 2014 12:32:12 +0100
Subject: Bug#771904: unshar manpage: "Pp"

Package: sharutils
Version: 1:4.14-2
Severity: minor

$ man unshar | grep Pp
      an  invocation  of the shell program to unpack it..Pp This program will


I don't know what's this "Pp" supposed to mean. :-)

-- 
Jakub Wilk
---------- End of forwarded message -----

The "Pp" thing is clearly a groff typo.
Here is a patch:

diff --git a/doc/unshar.1 b/doc/unshar.1
index 900f71c..106cd1a 100644
--- a/doc/unshar.1
+++ b/doc/unshar.1
@@ -22,7 +22,8 @@ Standard input may not be a terminal.
 Unshar scans the input files (typically email messages) looking for
 the start of a shell archive.  If no files are given, then standard
 input is processed instead.  It then passes each archive discovered
-through an invocation of the shell program to unpack it..Pp
+through an invocation of the shell program to unpack it.
+.PP
 This program will perform its function for every file named on the command
 line or every file named in a list read from stdin.  The arguments or input
 names must be pre\-existing files.  The input list may contain comments,

--- End Message ---

Reply via email to