Package: manpages-dev
Version: 2.02-2
Severity: normal
Tags: patch

Manpage  states that "Buffers  are processed  in the  order vector[0],
vector[1], ...  vector[count].", but  processing will actually stop at
vector[count - 1].

Attached two patches, don't know which one is better.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages manpages-dev depends on:
ii  manpages                      2.02-2     Manual pages about using a GNU/Lin

manpages-dev recommends no packages.

-- no debconf information
--- readv.3.orig        2005-09-04 04:29:15.000000000 +0200
+++ readv.3     2005-09-04 04:29:38.000000000 +0200
@@ -73,7 +73,7 @@
 .fi
 .PP
 Buffers are processed in the order
-.IR "vector[0]" ", " vector[1] ", ... " "vector[count]" .
+.IR "vector[0]" ", " vector[1] ", ... " "vector[count - 1]" .
 .PP
 The
 .B readv()
--- readv.3.orig        2005-09-04 04:29:15.000000000 +0200
+++ readv.3     2005-09-04 04:33:45.000000000 +0200
@@ -72,8 +72,7 @@
 };
 .fi
 .PP
-Buffers are processed in the order
-.IR "vector[0]" ", " vector[1] ", ... " "vector[count]" .
+Buffers are processed in the order specified.
 .PP
 The
 .B readv()

Reply via email to