From owner-freebsd-doc@FreeBSD.ORG Thu Aug 28 16:40:20 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B30E16A4C0 for ; Thu, 28 Aug 2003 16:40:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309F943FA3 for ; Thu, 28 Aug 2003 16:40:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7SNeJUp008319 for ; Thu, 28 Aug 2003 16:40:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7SNeJ8r008318; Thu, 28 Aug 2003 16:40:19 -0700 (PDT) Date: Thu, 28 Aug 2003 16:40:19 -0700 (PDT) Message-Id: <200308282340.h7SNeJ8r008318@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Bernd Luevelsmeyer Subject: Re: docs/56044: missing information in manpage for accept(2) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bernd Luevelsmeyer List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 23:40:20 -0000 The following reply was made to PR docs/56044; it has been noted by GNATS. From: Bernd Luevelsmeyer To: freebsd-gnats-submit@FreeBSD.org, felix@zotteljedi.de Cc: Subject: Re: docs/56044: missing information in manpage for accept(2) Date: Fri, 29 Aug 2003 01:38:45 +0200 I suggest this patch: --- accept.2.orig Fri Aug 29 01:26:29 2003 +++ accept.2 Fri Aug 29 01:32:53 2003 @@ -86,7 +86,13 @@ .Fa addr parameter is determined by the domain in which the communication is occurring. -The +.Fa addr +may be a NULL pointer if the address information is not desired. +If +.Fa addr +is a NULL pointer, +.Fa addrlen +is not used and should be NULL; otherwise, the .Fa addrlen is a value-result parameter; it should initially contain the amount of space pointed to by