From owner-cvs-all Mon Nov 5 10: 6: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4449737B416; Mon, 5 Nov 2001 10:05:57 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA5I5vZ71378; Mon, 5 Nov 2001 10:05:57 -0800 (PST) (envelope-from jhb) Message-Id: <200111051805.fA5I5vZ71378@freefall.freebsd.org> From: John Baldwin Date: Mon, 5 Nov 2001 10:05:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys bind.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/11/05 10:05:57 PST Modified files: lib/libc/sys bind.2 Log: - There is no such thing as a socket structure. sockets are integers. I'm assuming that the comment was regarding socket address structures, so correct the comment about pre-zero'ing socket structures to recommend pre-zero'ing socket address structures. - Fix some minor grammar nits. - This isn't directly submitted by the PR below but is related to it and was inspired by it. PR: 31704 Revision Changes Path 1.23 +2 -2 src/lib/libc/sys/bind.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message