Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2005 10:19:13 +0200
From:      Marc Fonvieille <blackend@freebsd.org>
To:        freebsd-doc@freebsd.org
Subject:   Re: Typo in Developers' Handbook 7.6.1
Message-ID:  <20050722081913.GA594@gothic.blackend.org>
In-Reply-To: <20050722031451.GA38973@eeoth.pair.com>
References:  <20050722031451.GA38973@eeoth.pair.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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