From owner-freebsd-doc@FreeBSD.ORG Tue Nov 26 12:48:08 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 52077A15 for ; Tue, 26 Nov 2013 12:48:08 +0000 (UTC) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E72252B55 for ; Tue, 26 Nov 2013 12:48:07 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id q59so5218223wes.41 for ; Tue, 26 Nov 2013 04:48:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Sv3OH57P73CZe7ADXO+DjpG5gR1zU07K588x0jGR1LQ=; b=QSr1/e17eTDdFlZd6RnX2jeoFsvE0K8pT9ibgCLcwGdrVPpx6o3YcsTub2UCArC1fl bw/VeZANLRpzGPGL27yd3u9rEqK8PNRKURxiUHFC0dgLSN1WHBB8V4wOAmZhlDwWDbgg GuEdXx0hGAunay6IxQj8RB8fGj3BWRnK/YsdiXMBBYqT+X7pyhnyed9X1jN7i39mAQ5E YlvH2oqCgmWFish/Hq+vnJ6EGc70nTXUSMTX4bwqjW7M5U88e7s6rZa2usSTT9ergx2G 9bU2wGhMbMhrGkVtQM3DYT2Us+TiNTaTR57BtQsto7ItaZPfAWZ6ups4noZSp6FykSPh 2Ckg== MIME-Version: 1.0 X-Received: by 10.194.93.3 with SMTP id cq3mr26981809wjb.26.1385470086348; Tue, 26 Nov 2013 04:48:06 -0800 (PST) Received: by 10.216.90.69 with HTTP; Tue, 26 Nov 2013 04:48:06 -0800 (PST) Date: Tue, 26 Nov 2013 14:48:06 +0200 Message-ID: Subject: typo From: Alexander Oblovatniy To: freebsd-doc@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 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 12:48:08 -0000 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'. Table 4.3 provides a list of common environment variables and their > meanings. Actual table's name is 4.4. Thanks!