From owner-svn-src-all@FreeBSD.ORG Mon May 21 00:15:48 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 343B1106567E; Mon, 21 May 2012 00:15:48 +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 1EE028FC08; Mon, 21 May 2012 00:15:48 +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 q4L0FlSZ025735; Mon, 21 May 2012 00:15:47 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4L0FlPQ025733; Mon, 21 May 2012 00:15:47 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205210015.q4L0FlPQ025733@svn.freebsd.org> From: Glen Barber Date: Mon, 21 May 2012 00:15:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235708 - stable/8/usr.bin/join X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 00:15:48 -0000 Author: gjb (doc committer) Date: Mon May 21 00:15:47 2012 New Revision: 235708 URL: http://svn.freebsd.org/changeset/base/235708 Log: MFC r235597: Fix a typo that crept in. Modified: stable/8/usr.bin/join/join.1 Directory Properties: stable/8/usr.bin/join/ (props changed) Modified: stable/8/usr.bin/join/join.1 ============================================================================== --- stable/8/usr.bin/join/join.1 Mon May 21 00:15:34 2012 (r235707) +++ stable/8/usr.bin/join/join.1 Mon May 21 00:15:47 2012 (r235708) @@ -113,7 +113,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.)