From owner-svn-src-stable-9@FreeBSD.ORG Mon May 21 00:15:35 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90C541065672; Mon, 21 May 2012 00:15:35 +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 3D8B28FC08; Mon, 21 May 2012 00:15:35 +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 q4L0FYg4025692; Mon, 21 May 2012 00:15:34 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4L0FYRc025690; Mon, 21 May 2012 00:15:34 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205210015.q4L0FYRc025690@svn.freebsd.org> From: Glen Barber Date: Mon, 21 May 2012 00:15:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235707 - stable/9/usr.bin/join X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 00:15:35 -0000 Author: gjb (doc committer) Date: Mon May 21 00:15:34 2012 New Revision: 235707 URL: http://svn.freebsd.org/changeset/base/235707 Log: MFC r235597: Fix a typo that crept in. Modified: stable/9/usr.bin/join/join.1 Directory Properties: stable/9/usr.bin/join/ (props changed) Modified: stable/9/usr.bin/join/join.1 ============================================================================== --- stable/9/usr.bin/join/join.1 Mon May 21 00:03:13 2012 (r235706) +++ stable/9/usr.bin/join/join.1 Mon May 21 00:15:34 2012 (r235707) @@ -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.)