From owner-freebsd-questions@FreeBSD.ORG Fri Jan 1 21:19:23 2010 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 79EC3106568B for ; Fri, 1 Jan 2010 21:19:23 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id D76448FC13 for ; Fri, 1 Jan 2010 21:19:22 +0000 (UTC) Received: from pulstar.local (athedsl-4563723.home.otenet.gr [94.70.111.19]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id o01LJKnj003208; Fri, 1 Jan 2010 23:19:20 +0200 Message-ID: <4B3E66D8.4020905@otenet.gr> Date: Fri, 01 Jan 2010 23:19:20 +0200 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: frank.wissmann41@web.de References: <4B3E548C.1000706@web.de> In-Reply-To: <4B3E548C.1000706@web.de> X-Enigmail-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Where did the handbook go? 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: Fri, 01 Jan 2010 21:19:23 -0000 On 01/01/2010 10:01 μ.μ., Frank Wißmann wrote: > Hi all! > > I am wondering where my handbook is. Under /usr/share/doc/de/ where it > used to be is nothing appropriate. Has anybody an idea for me? Using > sysinstall to install additional docs didn't solve the problem. Or am > I wrong? > > Greetings Frank We now got the concept of documentation packages. These are installed in /usr/local/share/doc/freebsd and are available in all languages (for which a doc project exists of course) and in a variety of formats as usual (pdf, html and so on). If you haven't installed them when installing FreeBSD, you can do so easily by reinserting your DVD and running sysinstall. Select 'Configure' and then 'Documentation Installation'. You can also install using pkg_add or build what's needed from ports. For example, the German docs port is in: misc/freebsd-doc-de