From owner-freebsd-questions@FreeBSD.ORG Mon Feb 11 08:46:12 2008 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 0E51416A417 for ; Mon, 11 Feb 2008 08:46:12 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id 300B913C4CC for ; Mon, 11 Feb 2008 08:46:10 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id m1B8cZs0093734 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 11 Feb 2008 10:38:42 +0200 (SAST) (envelope-from jonathan+freebsd-questions@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Mon, 11 Feb 2008 10:54:15 +0200 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802111054.16115.jonathan+freebsd-questions@hst.org.za> X-Spam-Score: -4.355 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Subject: Handbook out-of-date after csup/buildworld 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: Mon, 11 Feb 2008 08:46:12 -0000 I have a machine which was initially installed from CD (including the source tree). It's subsequently been updated with cvsup, and latterly csup, and the make buildworld/make kernel/make installworld sequence described in the handbook. I noticed last week that the handbook on this machine ``covers the installation and day to day use of FreeBSD 4.10-RELEASE and FreeBSD 5.3-RELEASE'' (it's actually running 6.3-RELEASE). Should the handbook be updated as part of building and installing world? If so, what am I likely to have done wrong? If not, what do I need to do to get the handbook (and presumably the other documentation) updated? (I'm assuming, possibly wrongly, that there's a method of updating the installed documentation without grabbing the doc-all sup collection, installing the documentation tools package from the ports tree, and building it all from scratch). Jonathan