docs/56044: missing information in manpage for accept(2)

Bernd Luevelsmeyer bdluevel at heitec.net
Thu Aug 28 23:40:20 UTC 2003


The following reply was made to PR docs/56044; it has been noted by GNATS.

From: Bernd Luevelsmeyer <bdluevel at heitec.net>
To: freebsd-gnats-submit at FreeBSD.org, felix at 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



More information about the freebsd-doc mailing list