Author: gjb (doc committer) Date: Mon May 21 00:15:58 2012 New Revision: 235709 URL: http://svn.freebsd.org/changeset/base/235709
Log: MFC r235597: Fix a typo that crept in. Modified: stable/7/usr.bin/join/join.1 Directory Properties: stable/7/usr.bin/join/ (props changed) Modified: stable/7/usr.bin/join/join.1 ============================================================================== --- stable/7/usr.bin/join/join.1 Mon May 21 00:15:47 2012 (r235708) +++ stable/7/usr.bin/join/join.1 Mon May 21 00:15:58 2012 (r235709) @@ -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.) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
