Bug#477632: "oldfd" misspelled in dup and dup2 manual page

2008-04-24 Thread Michael Kerrisk
tags 477632 fixed-upstream thanks (Right address this time...) > Already fixed in next upstream release. > > > On Thu, Apr 24, 2008 at 12:21 AM, Matt Kraai <[EMAIL PROTECTED]> wrote: > > Package: manpages-dev > > Version: 2.79-3 > > Severity: minor > > > > In the manual page for dup and dup2, one

Bug#477632: "oldfd" misspelled in dup and dup2 manual page

2008-04-24 Thread Michael Kerrisk
tags 477632 fixed-upstream thanks Already fixed in next upstream release. On Thu, Apr 24, 2008 at 12:21 AM, Matt Kraai <[EMAIL PROTECTED]> wrote: > Package: manpages-dev > Version: 2.79-3 > Severity: minor > > In the manual page for dup and dup2, one occurrence of "oldfd" is > misspelled "olfd":

Bug#477632: "oldfd" misspelled in dup and dup2 manual page

2008-04-24 Thread Michael Kerrisk
tags 477632 fixed-upstream thanks Already fixed in next upstream release. > On Thu, Apr 24, 2008 at 12:21 AM, Matt Kraai <[EMAIL PROTECTED]> wrote: > > Package: manpages-dev > > Version: 2.79-3 > > Severity: minor > > > > In the manual page for dup and dup2, one occurrence of "oldfd" is > > missp

Bug#477632: "oldfd" misspelled in dup and dup2 manual page

2008-04-23 Thread Matt Kraai
Package: manpages-dev Version: 2.79-3 Severity: minor In the manual page for dup and dup2, one occurrence of "oldfd" is misspelled "olfd": > * If olfd is not a valid file descriptor, then the call fails, and > newfd is not closed. The attached patch fixes this problem. -- M