Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 22:14:51 -0500
From:      "G. Adam Stanislav" <adam@redprince.net>
To:        freebsd-doc@freebsd.org
Subject:   Typo in Developers' Handbook 7.6.1
Message-ID:  <20050722031451.GA38973@eeoth.pair.com>

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

I am currently not equipped to submit a formal request to have it 
fixed, so I am hoping that posting it here is enough.

Thank you,
Adam



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