Your message dated Wed, 27 Sep 2006 21:22:33 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389574: hyphen not escaped correctly in manpage
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: quilt
Version: 0.45-3
Severity: minor
Tags: patch
Hi,
the hyphen in NAME is not escaped correctly, patch attached.
Kind regards
Nico
-- System Information:
Debian Release: unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages quilt depends on:
ii  bzip2                     1.0.3-6        high-quality block-sorting file co
ii  diffstat                  1.43-1         produces graph of changes introduc
ii  gawk                      1:3.1.5.dfsg-4 GNU awk, a pattern scanning and pr
ii  gettext                   0.15-2         GNU Internationalization utilities
ii  patch                     2.5.9-4        Apply a diff file to an original

quilt recommends no packages.

-- no debconf information

-- 
Nico Golde - http://www.ngolde.de
JAB: [EMAIL PROTECTED] - GPG: 0x73647CFF
Forget about that mouse with 3/4/5 buttons,
gimme a keyboard with 103/104/105 keys!
--- quilt.1.in  2005-12-27 21:57:50.000000000 +0100
+++ quilt.1.in.tmp      2006-09-26 16:02:20.000000000 +0200
@@ -3,7 +3,7 @@
 .TH quilt 1 "May 8, 2005" "quilt"
  
 .SH NAME
-quilt \\- tool to manage series of patches
+quilt \- tool to manage series of patches
 
 .SH SYNOPSIS
 .B quilt

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
On Tue, Sep 26, 2006 at 04:05:36PM +0200, Nico Golde wrote:
> Package: quilt
> Version: 0.45-3
> Severity: minor
> Tags: patch
> Hi,
> the hyphen in NAME is not escaped correctly, patch attached.
> Kind regards
> Nico

Yes it is:
$ zcat /usr/share/man/man1/quilt.1.gz |head
.\" Created by Martin Quinson from the tex documentation
.\"
.TH quilt 1 "May 8, 2005" "quilt"

.SH NAME
quilt \- tool to manage series of patches

.SH SYNOPSIS
.B quilt
[-h] command [options]
$

The file you are considering is preprocessed before being placed in the
archive. Any escape sign must thus be escaped themselves in the quilt.1.in
file.

Thus closing this non-bug.

Thanks anyway,
Mt.

> --- quilt.1.in        2005-12-27 21:57:50.000000000 +0100
> +++ quilt.1.in.tmp    2006-09-26 16:02:20.000000000 +0200
> @@ -3,7 +3,7 @@
>  .TH quilt 1 "May 8, 2005" "quilt"
>   
>  .SH NAME
> -quilt \\- tool to manage series of patches
> +quilt \- tool to manage series of patches
>  
>  .SH SYNOPSIS
>  .B quilt




-- 
Thou shalt check the array bounds of all strings (indeed, all arrays), for
surely where thou typest ``foo'' someone someday shall type
``supercalifragilisticexpialidocious''.
  -- Fifth commandment of the C programmer

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to