From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 13:33:05 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB5035E4 for ; Mon, 16 Jun 2014 13:33:05 +0000 (UTC) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 9626D21C4 for ; Mon, 16 Jun 2014 13:33:05 +0000 (UTC) Received: by be-well.ilk.org (Postfix, from userid 1147) id F277733C48; Mon, 16 Jun 2014 09:32:57 -0400 (EDT) From: Lowell Gilbert To: "Thomas Mueller" Subject: Re: Building /usr/doc References: <129846.79959.bm@smtp111.sbc.mail.gq1.yahoo.com> Reply-To: freebsd-questions@freebsd.org Date: Mon, 16 Jun 2014 09:32:57 -0400 In-Reply-To: <129846.79959.bm@smtp111.sbc.mail.gq1.yahoo.com> (Thomas Mueller's message of "Sun, 15 Jun 2014 02:58:23 +0000 (UTC)") Message-ID: <44r42pnfna.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 13:33:05 -0000 "Thomas Mueller" writes: > I checked online FreeBSD Handbook, but the part about the doc tree was mainly about editing rather than building. I don't see that at all. The "Updating Documentation from Source" section covers all the steps for downloading (via svn) and building the documentation from its source files. The "Updating Documentation from Ports" section covers all the steps you need for just installing recent pre-built copies of the documentation. Neither one talks about editing those files at all, but the chapter introduction points you to the FDP Primer, a separate (and extensive) document covering what you need to know to make changes.