Date: Fri, 18 May 2012 03:30:50 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r235597 - head/usr.bin/join Message-ID: <201205180330.q4I3UoV7032361@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205180330.q4I3UoV7032361>