Typo in Developers' Handbook 7.6.1

Marc Fonvieille blackend at freebsd.org
Fri Jul 22 08:19:36 UTC 2005


On Thu, Jul 21, 2005 at 10:14:51PM -0500, G. Adam Stanislav wrote:
> I have just noticed a typo in something I wrote for the Developers' 
> Handbook several years ago. :blush:
> 
> In 7.6.1 gethostbyname, there is some sample code and it contains 
> a line that says:
> 
>  herror(host);
> 
> That's what happens when you think faster than you type. It should 
> be:
> 
>  perror(host);
>
[...]

Fixed in r 1.12 of the file.
Thanks.

Marc



More information about the freebsd-doc mailing list