From 80eeaf221fb78ffc54dd3108fb95ab04ed6d1f4f Mon Sep 17 00:00:00 2001 From: jmc Date: Tue, 4 Apr 2017 14:08:19 +0000 Subject: [PATCH] tweak previous; --- lib/libc/sys/recv.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 7b312b2ba8d..6ea495be279 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.44 2017/04/03 19:42:04 otto Exp $ +.\" $OpenBSD: recv.2,v 1.45 2017/04/04 14:08:19 jmc Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)recv.2 8.3 (Berkeley) 2/21/94 .\" -.Dd $Mdocdate: April 3 2017 $ +.Dd $Mdocdate: April 4 2017 $ .Dt RECV 2 .Os .Sh NAME @@ -369,9 +369,9 @@ Calling .Fn recvmsg with a control message having no or an empty scatter/gather array exposes variations in implementations. -To avoid these, always use an +To avoid these, always use an .Fa iovec -with at least a one byte buffer and set +with at least a one-byte buffer and set .Fa msg_iov and an .Fa msg_iovlen -- 2.20.1