From owner-svn-src-all@freebsd.org Sun May 20 20:28:18 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67127EEE6BB; Sun, 20 May 2018 20:28:18 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12DF36EAE5; Sun, 20 May 2018 20:28:18 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E55851B29C; Sun, 20 May 2018 20:28:17 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4KKSH8j051381; Sun, 20 May 2018 20:28:17 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4KKSH1i051380; Sun, 20 May 2018 20:28:17 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201805202028.w4KKSH1i051380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Sun, 20 May 2018 20:28:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333937 - head/lib/libc/sys X-SVN-Group: head X-SVN-Commit-Author: sevan X-SVN-Commit-Paths: head/lib/libc/sys X-SVN-Commit-Revision: 333937 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2018 20:28:18 -0000 Author: sevan (doc committer) Date: Sun May 20 20:28:17 2018 New Revision: 333937 URL: https://svnweb.freebsd.org/changeset/base/333937 Log: Fix a typo and remove an unneeded Tn macro as highlighted by mandoc -Tlint. Submitted by: Mateusz Piotrowski MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D15204 Modified: head/lib/libc/sys/recv.2 Modified: head/lib/libc/sys/recv.2 ============================================================================== --- head/lib/libc/sys/recv.2 Sun May 20 20:08:21 2018 (r333936) +++ head/lib/libc/sys/recv.2 Sun May 20 20:28:17 2018 (r333937) @@ -28,7 +28,7 @@ .\" @(#)recv.2 8.3 (Berkeley) 2/21/94 .\" $FreeBSD$ .\" -.Dd October 3, 2017 +.Dd May 20, 2018 .Dt RECV 2 .Os .Sh NAME @@ -198,9 +198,7 @@ If no data is available, .Va errno is set to .Er EAGAIN . -This flag is not available in strict -.Tn ANSI -or C99 compilation mode. +This flag is not available in strict ANSI or C99 compilation mode. The .Dv MSG_WAITFORONE flag sets MSG_DONTWAIT after the first message has been received. @@ -298,7 +296,7 @@ system call uses the .Fa mmsghdr structure, defined as follows in the .In sys/socket.h -header : +header: .Bd -literal struct mmsghdr { struct msghdr msg_hdr; /* message header */