From owner-cvs-src@FreeBSD.ORG Thu Dec 28 17:10:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D33FA16A407; Thu, 28 Dec 2006 17:10:23 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AF5AB13C463; Thu, 28 Dec 2006 17:10:23 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBSHANRp072193; Thu, 28 Dec 2006 17:10:23 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBSHAN7i072192; Thu, 28 Dec 2006 17:10:23 GMT (envelope-from simon) Message-Id: <200612281710.kBSHAN7i072192@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 28 Dec 2006 17:10:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys recv.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Dec 2006 17:10:23 -0000 simon 2006-12-28 17:10:23 UTC FreeBSD src repository Modified files: lib/libc/sys recv.2 Log: Catch up struct cmsghdr and struct msghdr in the manual page with the actual structures in socket.h (which were updated 7 years ago). MFC after: 1 week Revision Changes Path 1.32 +11 -11 src/lib/libc/sys/recv.2