Your message dated Mon, 23 Apr 2012 14:03:32 +0200
with message-id <[email protected]>
and subject line Re: Bug#654926: manpages-dev: inotify_rm_watch(2) incorrectly
lists the type of the second argument
has caused the Debian Bug report #654926,
regarding manpages-dev: inotify_rm_watch(2) incorrectly lists the type of the
second argument
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.)
--
654926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654926
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: manpages-dev
Version: 3.27-1
Severity: minor
The man page for inotify_rm_watch(2) indicates that the second argument
should be of type uint32_t. In /usr/include/sys/inotify.h, the
argument is listed as being of type integer.
The 'int'eger argument makes more sense anyway, as the argument
should take what inotify_add_watch(2) returns, and that function
returns an integer.
-- System Information:
Debian Release: 6.0.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages manpages-dev depends on:
ii manpages 3.27-1 Manual pages about using a GNU/Lin
manpages-dev recommends no packages.
Versions of packages manpages-dev suggests:
ii elvis-console [man-browser] 2.2.0-11.1 powerful clone of the vi/ex text e
ii konqueror [man-browser] 4:4.4.5-2 advanced file manager, web browser
ii man-db [man-browser] 2.5.7-8 on-line manual pager
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.32-0.1
On Mon, Apr 23, 2012 at 09:40:15AM +1200, Michael Kerrisk (man-pages) wrote:
> On Sat, Jan 7, 2012 at 10:54 AM, Tom Fogal <[email protected]> wrote:
> > Package: manpages-dev
> > Version: 3.27-1
> > Severity: minor
> >
> > The man page for inotify_rm_watch(2) indicates that the second argument
> > should be of type uint32_t. In /usr/include/sys/inotify.h, the
> > argument is listed as being of type integer.
> >
> > The 'int'eger argument makes more sense anyway, as the argument
> > should take what inotify_add_watch(2) returns, and that function
> > returns an integer.
>
> This was fixed in upstream 3.29.
Thanks Michael, I've missed that one.
--
Simon Paillard
--- End Message ---