From owner-freebsd-doc@FreeBSD.ORG Thu Apr 14 16:44:13 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE90B16A4CE for ; Thu, 14 Apr 2005 16:44:13 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD80143D46 for ; Thu, 14 Apr 2005 16:44:12 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j3EGh69V020292; Thu, 14 Apr 2005 19:43:09 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j3EGi7J6014416; Thu, 14 Apr 2005 19:44:07 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)j3EGi7xf014337; Thu, 14 Apr 2005 19:44:07 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Thu, 14 Apr 2005 19:44:07 +0300 From: Giorgos Keramidas To: Andrew Davis Message-ID: <20050414164406.GA89974@orion.daedalusnetworks.priv> References: <20050414154615.2A95443D4C@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050414154615.2A95443D4C@mx1.FreeBSD.org> cc: freebsd-doc@freebsd.org Subject: Re: FreeBSD Handbook Correction for Section 16.11.1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 16:44:13 -0000 On 2005-04-15 01:46, Andrew Davis wrote: > Hi > I wasn't sure who to write to, so I hope this ends up where it needs > to be > > I noticed that in section 16.11.1 > The Example 16-2 requires a disk to backup > > < # RSH=/usr/bin/ssh /sbin/dump -0uan -f targetuser@targetmachine.example.com:/dev/sa0 > > # RSH=/usr/bin/ssh /sbin/dump -0uan -f targetuser@targetmachine.example.com:/dev/sa0 /usr > > I hope this helps Good catch :) I just fixed it in CVS. The change may take a while to appear online (the web site is rebuilt every few hours), but it's ok now. Thanks!