Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2003 16:40:19 -0700 (PDT)
From:      Bernd Luevelsmeyer <bdluevel@heitec.net>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/56044: missing information in manpage for accept(2)
Message-ID:  <200308282340.h7SNeJ8r008318@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/56044; it has been noted by GNATS.

From: Bernd Luevelsmeyer <bdluevel@heitec.net>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308282340.h7SNeJ8r008318>