Bug#457878: mmap manpage example typo

2007-12-27 Thread Michael Kerrisk
Hi Török, This is already fixed in upstream 2.68. Cheers, Michael On Dec 26, 2007 8:43 PM, Török Edwin <[EMAIL PROTECTED]> wrote: > Package: manpages-dev > Version: 2.67-1 > Severity: normal > > --- Please enter the report below this line. --- > > Mmap(2) example has this: > if (argc < 3 || ar

Bug#457878: mmap manpage example typo

2007-12-26 Thread Török Edwin
Package: manpages-dev Version: 2.67-1 Severity: normal --- Please enter the report below this line. --- Mmap(2) example has this: if (argc < 3 || argc > 4) == 0) { A '(' is missing, correct would be: if ((argc < 3 || argc > 4) == 0) { --- System information. --- Architecture: amd64 Kernel: