Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 12:00:18 -0800 (PST)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/48125: [COMMENTS] to your extremely useful patch
Message-ID:  <200302112000.h1BK0Ia8074035@freefall.freebsd.org>

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

From: Tom Rhodes <trhodes@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/48125: [COMMENTS] to your extremely useful patch
Date: Tue, 11 Feb 2003 14:52:45 -0500

 I really like everything you've done here, thanks alot for the time
 you have spent.  However I have but one comment.  :)
 
 
 -.It Er 49 EADDRNOTAVAIL Em "Cannot assign requested address" .
 +.It Er 49 EADDRNOTAVAIL Em "Can't assign requested address" .
  Normally results from an attempt to create a socket with an
  address not on this machine.
  .It Er 50 ENETDOWN Em "Network is down" .
 @@ -341,7 +341,7 @@
  An request to send or receive data was disallowed because
  the socket was not connected and (when sending on a datagram socket)
  no address was supplied.
 -.It Er 58 ESHUTDOWN Em "Cannot send after socket shutdown" .
 +.It Er 58 ESHUTDOWN Em "Can't send after socket shutdown" .
  A request to send data was disallowed because the socket
  had already been shut down with a previous
  .Xr shutdown 2
 
 In both of these hunks we are using contractions, something we
 have tried to avoid completely in the doc project.  Personally,
 this is one time I would like the code to be customed to the
 manual page.  In other words, I would like the output errors
 to be changed to match the manual page instead of the other
 way around.
 
 I can do this sometime soon, however if you have a patch I can
 do it sooner :)
 
 --
 Tom Rhodes

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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