From owner-freebsd-questions@FreeBSD.ORG Sat Jan 2 00:02:15 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 CD8E4106566C for ; Sat, 2 Jan 2010 00:02:15 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 8A7B78FC26 for ; Sat, 2 Jan 2010 00:02:14 +0000 (UTC) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 01 Jan 2010 19:02:14 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id QKF31777; Fri, 1 Jan 2010 19:01:50 -0500 (EST) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 01 Jan 2010 19:01:49 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19262.36076.882404.657050@jerusalem.litteratus.org> Date: Fri, 1 Jan 2010 19:01:48 -0500 To: frank.wissmann41@web.de In-Reply-To: <4B3E5C8F.3070200@web.de> References: <4B3E548C.1000706@web.de> <20100101201147.GA26566@guilt.hydra> <4B3E5C8F.3070200@web.de> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) 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: Sat, 02 Jan 2010 00:02:15 -0000 =?ISO-8859-15?Q?Frank_Wi=DFmann?= writes: > >> 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? > > > > On FreeBSD 7.2, I see it at: > > > > /usr/share/doc/de_DE.ISO8859-1/books/handbook > > > > If you are on a different FreeBSD release version, I suppose your mileage > > may vary. > > > Sorry, my friend. I'm on 8.0-RELEASE. I am not sure, but I believe that as of 8.0, the (standard system) docs are released as a port: huff@>> dir /var/db/pkg | grep bsd-doc drwxr-xr-x 2 root wheel 512 Dec 22 11:08 bn-freebsd-doc-20091219 drwxr-xr-x 2 root wheel 512 Dec 22 10:39 da-freebsd-doc-20091219 drwxr-xr-x 2 root wheel 512 Sep 14 08:30 de-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Sep 14 08:38 el-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Sep 14 08:50 en-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Sep 14 08:55 es-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Sep 14 09:02 fr-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Sep 14 09:10 hu-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Sep 14 09:15 it-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Dec 22 11:07 ja-freebsd-doc-20091219 drwxr-xr-x 2 root wheel 512 Sep 14 09:41 mn-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Sep 14 09:47 nl-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Sep 14 09:53 pl-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Dec 22 11:41 pt-freebsd-doc-20091219 drwxr-xr-x 2 root wheel 512 Sep 14 09:57 ru-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Dec 22 11:12 sr-freebsd-doc-20091219 drwxr-xr-x 2 root wheel 512 Dec 22 10:38 tr-freebsd-doc-20091219 drwxr-xr-x 2 root wheel 512 Sep 14 10:09 zh_cn-freebsd-doc-20090913 drwxr-xr-x 2 root wheel 512 Sep 14 10:19 zh_tw-freebsd-doc-20090913 Robert Huff