From owner-freebsd-questions@FreeBSD.ORG Thu Dec 20 16:10:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6047B16A41A for ; Thu, 20 Dec 2007 16:10:34 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 061D813C43E for ; Thu, 20 Dec 2007 16:10:33 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.2/8.14.2) id lBKGAWSb058675; Thu, 20 Dec 2007 10:10:32 -0600 (CST) (envelope-from dan) Date: Thu, 20 Dec 2007 10:10:32 -0600 From: Dan Nelson To: Robe Message-ID: <20071220161031.GA34692@dan.emsphone.com> References: <221c791e0712200725n5ab8c2d9yfd4d7fca851f9ef4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <221c791e0712200725n5ab8c2d9yfd4d7fca851f9ef4@mail.gmail.com> X-OS: FreeBSD 7.0-BETA4 User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-questions@freebsd.org Subject: Re: libc documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2007 16:10:34 -0000 In the last episode (Dec 20), Robe said: > I need to know where I can find the full documentation of the last > libc library. Most of the libc documentation should be in /usr/src/lib/libc/ . Any file ending in .2 or .3 is a manpage. They are also installed in /usr/share/man and are available using the "man" command. Run "man 3 printf", for example. -- Dan Nelson dnelson@allantgroup.com