Your message dated Thu, 23 May 2013 03:04:39 +0000
with message-id <[email protected]>
and subject line Bug#674708: fixed in pciutils 1:3.2.0-1
has caused the Debian Bug report #674708,
regarding setpci(8): "\IP" instead of ".IP" in the manual
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
674708: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674708
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pciutils
Version: 1:3.1.7-6
Severity: minor
Tags: patch

  From "man ..." ("groff -ww ..."):

<groff: setpci.8>:2: warning: macro `IX' not defined
<groff: setpci.8>:151: warning: escape character ignored before `I'

  Ellipsis at end of line protected with "\&".

  The macro "IX" is not part of the man(doc)-macros.

####

  General considerations

a) Manuals should usually only be left justified.  Use ".ad l"
as the first regular command.

b) Each sentence should begin on a new line.  The conventions
about the amount of space between sentences are different.  This
also makes a check on the number of space characters between
words easier.

c) Separate numbers from units with a (no-break) space.  A
no-break space can be code 0xA0, "\ " (\<space>), or "\~"
(groff).

d) Use macros "TS/TE" for tables with more than two columns.
Then use

'\" t

as the first line in the source to tell "man" to use the "tbl"
preprocessor.

e) Protect last period (full stop) in abbreviations with "\&",
if it is or might be (through new formatting of source) at the
end of line, if it is also not an end of sentence.

####

  Patch:

--- setpci.8    2012-05-25 21:07:04.000000000 +0000
+++ setpci.8.new        2012-05-25 22:07:36.000000000 +0000
@@ -1,5 +1,5 @@
 .TH setpci 8 "31 January 2010" "pciutils-3.1.7" "The PCI Utilities"
-.IX setpci
+.\".IX setpci
 .SH NAME
 setpci \- configure PCI devices
 .SH SYNOPSIS
@@ -115,7 +115,7 @@
 .PP
 There are two kinds of operations: reads and writes. To read a register, just 
specify
 its name. Writes have the form
-.IR name = value , value ...
+.IR name = value , value ...\&
 where each
 .I value
 is either a hexadecimal number or an expression of type
@@ -148,7 +148,7 @@
 Each of the previous formats can be followed by \fB+offset\fP to add an offset
 (a hex number) to the address. This feature can be useful for addressing of 
registers
 living within a capability, or to modify parts of standard registers.
-\IP \(bu
+.IP \(bu
 Finally, you should append a width specifier \fB.B\fP, \fB.W\fP, or \fB.L\fP 
to choose
 how many bytes (1, 2, or 4) should be transferred. The width can be omitted if 
you are
 accessing a named register whose width is well known.

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i586)

Kernel: Linux 2.6.32-45
Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages pciutils depends on:
ii  libc6                         2.11.3-3   Embedded GNU C Library: Shared lib
ii  libpci3                       1:3.1.7-6  Linux PCI Utilities (shared librar

pciutils recommends no packages.

Versions of packages pciutils suggests:
ii  bzip2                   1.0.5-6+squeeze1 high-quality block-sorting file co
ii  lynx                    2.8.8dev.5-1     Text-mode WWW Browser (transitiona
ii  wget                    1.12-2.1         retrieves files from the web

-- no debconf information

-- 
Bjarni I. Gislason



--- End Message ---
--- Begin Message ---
Source: pciutils
Source-Version: 1:3.2.0-1

We believe that the bug you reported is fixed in the latest version of
pciutils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anibal Monsalve Salazar <[email protected]> (supplier of updated pciutils 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 11:57:46 +1000
Source: pciutils
Binary: pciutils libpci-dev libpci3 pciutils-udeb libpci3-udeb
Architecture: source amd64
Version: 1:3.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <[email protected]>
Changed-By: Anibal Monsalve Salazar <[email protected]>
Description: 
 libpci-dev - Linux PCI Utilities (development files)
 libpci3    - Linux PCI Utilities (shared library)
 libpci3-udeb - Linux PCI Utilities (shared library) (udeb)
 pciutils   - Linux PCI Utilities
 pciutils-udeb - Linux PCI Utilities (udeb) (udeb)
Closes: 674708 675087 694903 708361
Changes: 
 pciutils (1:3.2.0-1) unstable; urgency=low
 .
   * New upstream version 3.2.0
     - 3.2.0
       On newer Linux systems, we use libkmod to look up kernel modules
       (modules.pcimap no longer exists.) To facilitate this, libpci
       is able to look up module aliases in sysfs.
     - 3.1.10
       Decoding of LTR/OBFF in PCIe capabilities.
   * Debian policy version is 3.9.4
   * Update pci.ids with version 2013.05.22
   * update-pciids is in /usr/sbin
     Closes: #708361
   * Update
     01-Makefile.patch
     04-update-pciids.sh.patch
   * Fix various issues in setpci.man update-pciids.man
     Patches by Bjarni Ingi Gislason
     Add 05-674708-setpci.man.patch
     Add 06-675087-update-pciids.man.patch
     Closes: #674708, #675087
 .
   [ Colin Watson ]
   * Set CROSS_COMPILE rather than CC when cross-building, so that we use the
     correct ar and ranlib too.
     Closes: #694903
   * Tell the upstream build system not to strip binaries when installing
     them; dh_strip will handle that, using the correct strip program and
     honouring DEB_BUILD_OPTIONS=nostrip.
     Closes: #694903
Checksums-Sha1: 
 b0af077541513283a880b7d94b0b16c960788758 2024 pciutils_3.2.0-1.dsc
 2443d2e5c82515d455641be6c06a7e5159e81b29 326562 pciutils_3.2.0.orig.tar.bz2
 363514a0f2fbc28d23906b869f354d7ea0b35cb4 26688 pciutils_3.2.0-1.debian.tar.bz2
 a7ee35e172001e70f7aadbcf15cde5ebbf867a1c 284912 pciutils_3.2.0-1_amd64.deb
 ba3ef8f8c94fca7d1ed20b28b54c596560b544d9 79498 libpci-dev_3.2.0-1_amd64.deb
 ea644261deba8f24197d08c2b24d4c6a521c8b2f 59160 libpci3_3.2.0-1_amd64.deb
 4042ffa056e9669daf329cad1665ff7404b2a7e4 166420 
pciutils-udeb_3.2.0-1_amd64.udeb
 f715c9de2c901c5eb5873771bb312a10bc80296a 20442 libpci3-udeb_3.2.0-1_amd64.udeb
Checksums-Sha256: 
 e830e84423703c64e8072cc146c59ac7d00b265dbb45591cadce77be2b064341 2024 
pciutils_3.2.0-1.dsc
 b816943bb06c3338d98e2c705e3b76c9e513830f1f15c76d60e549f965d22a35 326562 
pciutils_3.2.0.orig.tar.bz2
 712944a69b639c52449b68d16b4656071c82dc2c76b2ebf64b17f013fb9ef100 26688 
pciutils_3.2.0-1.debian.tar.bz2
 5bec1bb053957fcc5453b38e99ed9a263dfda8c08abfe2a57ab48fd92c901ba7 284912 
pciutils_3.2.0-1_amd64.deb
 3bb7f96aac4a108fcfe77fb63f5e5ae59939e64e2eacbbc19c8cb2d3a762ff16 79498 
libpci-dev_3.2.0-1_amd64.deb
 e9ada9cbf2ea938018b3a07769f8af4a3885691175b890e14fca13839facc6af 59160 
libpci3_3.2.0-1_amd64.deb
 91a42a4700f25f574951c251b14bbfaf499d867b49521278b3f969eef1245829 166420 
pciutils-udeb_3.2.0-1_amd64.udeb
 6a186cc12c665dd73f452e697a19234a9e816929d81b0be966d3da0d2723a59e 20442 
libpci3-udeb_3.2.0-1_amd64.udeb
Files: 
 9872efca2b6dcffc39b63d1c3d80914e 2024 admin optional pciutils_3.2.0-1.dsc
 d73a1b35e5d5efa70e8476d5917de11f 326562 admin optional 
pciutils_3.2.0.orig.tar.bz2
 01f7b641c3831317234c870ef7c67e8c 26688 admin optional 
pciutils_3.2.0-1.debian.tar.bz2
 75c4d07821004f46f0b849f15e12b3f7 284912 admin standard 
pciutils_3.2.0-1_amd64.deb
 a2d60fbb8c89dd8d5d09665ac36df4ca 79498 libdevel optional 
libpci-dev_3.2.0-1_amd64.deb
 216f3f71f7cead324f7eb17536c5bb17 59160 libs standard libpci3_3.2.0-1_amd64.deb
 518315af981c739b36a040af76309435 166420 debian-installer standard 
pciutils-udeb_3.2.0-1_amd64.udeb
 376d193281ceb4f8e3d75a74cc10fd1f 20442 debian-installer optional 
libpci3-udeb_3.2.0-1_amd64.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRnXo/AAoJEHxWrP6UeJfY5uwP/RTgTkowbJ1FGPOkqV+jxiA/
RKhDE+DztDQDJWjPbpbbcygdPEbyIHRtHD/J9VxNCIa2GhJoFb/arDTUrCwedxAz
MgvmPGVvrk+58uOkfsjm2juw/CzDYkWJ0tAOHZlnlk2oo/qBcl33BHSvx6vAeYyC
iidyTfOTfmSZAFVMbQsiDJs3geW+iCKkaRLZT3sqtLoxYcb6m5n/Veo5nCYig1AB
nBDD+NBqFh378JOFwDrI84KKZhboDtt975nMGYDlY0W0B0JHf9aKrrmeoBXme4jT
ZG3zw8d4y7KgGJAOV/Y3N4PrHgRIKQ+g0dhDvuqP1Lo+EKF5PV91F6V1K66J/5PW
gSJ03gh9HpVuiVur8mQIGrO2UP0nj1YqDC8OZPe3sVPt1AMqv5s0bYEddzzyY74Z
PKKxeuCSdY95STcmmnskwjCncQcmPNDcDyIMrcZD7Z1AFOXJLd1j1/s+IpTOem2+
Zd6m/FlYg6ZD7OaSjfrASKplOaMSzEiR2OChJbtfHZWWrJMHGeFehDO1B0ekdwoI
eH6zYHI27rKFob7s4W/IeVj4dC0MA+uZZNOLCt889gm2uZydviI/arsvQBLgn93c
UPwZi3R+o3X/sklQhRfS9FrzgB1CZnx2sW/bjnzE7kxNilSwk+nvfXW5JaV/yBUd
QAhPCf60wQXmjkG9GySk
=ydMS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to