Date: Mon, 21 May 2012 00:15:47 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r235708 - stable/8/usr.bin/join Message-ID: <201205210015.q4L0FlPQ025733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205210015.q4L0FlPQ025733>