From owner-freebsd-current Mon May 21 12:29: 4 2001 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 821) id DB54337B43C; Mon, 21 May 2001 12:29:01 -0700 (PDT) Date: Mon, 21 May 2001 12:29:01 -0700 From: "John W. De Boskey" To: Current List Subject: Minor read.2 (readv) doc update w/patch Message-ID: <20010521122901.A42742@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I ran into a minor error in the doc for readv. I double checked the kernel code and it checks against UIO_MAXIOV. writev.2 is correct. -john Index: read.2 =================================================================== RCS file: /home/ncvs/src/lib/libc/sys/read.2,v retrieving revision 1.11 diff -u -r1.11 read.2 --- read.2 2000/06/23 05:05:44 1.11 +++ read.2 2001/05/21 19:18:38 @@ -207,7 +207,8 @@ .Bl -tag -width Er .It Bq Er EINVAL .Fa Iovcnt -was less than or equal to 0, or greater than 16. +was less than or equal to 0, or greater than +.Dv UIO_MAXIOV . .It Bq Er EINVAL One of the .Fa iov_len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message