From owner-freebsd-questions@FreeBSD.ORG Fri Feb 3 12:21:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B7B16A420 for ; Fri, 3 Feb 2006 12:21:37 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F98543D81 for ; Fri, 3 Feb 2006 12:21:18 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32711 invoked from network); 3 Feb 2006 12:21:18 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Feb 2006 12:21:18 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1401528441; Fri, 3 Feb 2006 07:21:17 -0500 (EST) Sender: lowell@be-well.ilk.org To: Eric Schultz References: <43E24A73.3060400@schultznet.ca> From: Lowell Gilbert Date: 03 Feb 2006 07:21:16 -0500 In-Reply-To: <43E24A73.3060400@schultznet.ca> Message-ID: <44fyn0k4zn.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: How do I download an older version of PDF Handbook 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, 03 Feb 2006 12:21:37 -0000 Eric Schultz writes: > I don't have access to my FBSD machine right now, only my WinXP > machine; and I'd like to get an older version of the Handbook that > matches my FBSD machine (4.7, but lets say 4-STABLE). I've Googled, > Gmaned, visited the ftp site and browed the CVS web interface > (thinking I might find RELENG_4 SGML source) without any success. > > I would prefer a PDF version but I suppose I could follow the steps to > generate one from the SGML ('cept I have to be able to get the SGML > version from my WinXP box). A newer version of the Handbook won't necessarily have less information relevant to your system; just more information relevant to later versions. I suppose the easiest way to do it would be to extract it from the docs collection of an install disk. You'll need a tar program for your Windows box and a program that understands the compression scheme used on the tarball. The tarball is split(1) into a bunch of files for packaging convenience, but I think the Windows "copy" command can handle that.