From owner-svn-src-head@FreeBSD.ORG Fri May 18 03:30:50 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C56B8106564A; Fri, 18 May 2012 03:30:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B14178FC0C; Fri, 18 May 2012 03:30:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4I3UosT032363; Fri, 18 May 2012 03:30:50 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4I3UoV7032361; Fri, 18 May 2012 03:30:50 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205180330.q4I3UoV7032361@svn.freebsd.org> From: Glen Barber Date: Fri, 18 May 2012 03:30:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235597 - head/usr.bin/join X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 03:30:50 -0000 Author: gjb (doc committer) Date: Fri May 18 03:30:50 2012 New Revision: 235597 URL: http://svn.freebsd.org/changeset/base/235597 Log: Fix a typo that crept in. Pointyhat: gjb (myself) Spotted by: hrs MFC after: 2 days (minor change) Modified: head/usr.bin/join/join.1 Modified: head/usr.bin/join/join.1 ============================================================================== --- head/usr.bin/join/join.1 Fri May 18 02:20:15 2012 (r235596) +++ head/usr.bin/join/join.1 Fri May 18 03:30:50 2012 (r235597) @@ -107,7 +107,7 @@ representing the join field. The elements of list must be either comma .Pq Ql \&, or whitespace separated. -(The letter requires quoting to protect it from the shell, or, a simpler +(The latter requires quoting to protect it from the shell, or, a simpler approach is to use multiple .Fl o options.)