From owner-freebsd-doc@FreeBSD.ORG Fri Jul 22 03:14:52 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6AA216A41F for ; Fri, 22 Jul 2005 03:14:52 +0000 (GMT) (envelope-from whizkid@eeoth.pair.com) Received: from eeoth.pair.com (eeoth.pair.com [209.68.1.179]) by mx1.FreeBSD.org (Postfix) with SMTP id 5ACFA43D45 for ; Fri, 22 Jul 2005 03:14:52 +0000 (GMT) (envelope-from whizkid@eeoth.pair.com) Received: (qmail 40802 invoked by uid 3033); 22 Jul 2005 03:14:51 -0000 Date: Thu, 21 Jul 2005 22:14:51 -0500 From: "G. Adam Stanislav" To: freebsd-doc@freebsd.org Message-ID: <20050722031451.GA38973@eeoth.pair.com> Mail-Followup-To: freebsd-doc@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Fight-Back: http://www.EasyWebFilter.com X-OS: FreeBSD 4.8-STABLE Subject: Typo in Developers' Handbook 7.6.1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2005 03:14:52 -0000 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