From owner-freebsd-doc@FreeBSD.ORG Tue Nov 26 15:38:23 2013 Return-Path: Delivered-To: freebsd-doc@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 B09B1263 for ; Tue, 26 Nov 2013 15:38:23 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6562226CA for ; Tue, 26 Nov 2013 15:38:23 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id rAQFcLqk055348; Tue, 26 Nov 2013 08:38:21 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id rAQFcLxv055345; Tue, 26 Nov 2013 08:38:21 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 26 Nov 2013 08:38:21 -0700 (MST) From: Warren Block To: Alexander Oblovatniy Subject: Re: typo In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 26 Nov 2013 08:38:22 -0700 (MST) Cc: freebsd-doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 15:38:23 -0000 On Tue, 26 Nov 2013, Alexander Oblovatniy wrote: > Hello, > > There are couple of typos at page 4.9 > Shells > . > > Both foobar and foo.bar start with fo. By typing ., then pressing *Tab* again, >> the shell is able to fill in the rest of the filename. > > > Both 'foobar' and 'foo.bar' start with 'foo' instead of 'fo'. Agreed. But that example is terrible. I'm working on rewriting it. > Table 4.3 provides a list of common environment variables and their >> meanings. > > > Actual table's name is 4.4. ...which should not be hardcoded in the text, anyway. Fixed, thanks!