Date: Mon, 6 Jun 2011 20:28:19 +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-7@freebsd.org Subject: svn commit: r222774 - stable/7/usr.bin/cut Message-ID: <201106062028.p56KSKVE046822@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer) Date: Mon Jun 6 20:28:19 2011 New Revision: 222774 URL: http://svn.freebsd.org/changeset/base/222774 Log: MFC 190610 [1]: Fix punctuation. PR: 132834 Obtained from: trhodes [1] Modified: stable/7/usr.bin/cut/cut.1 Directory Properties: stable/7/usr.bin/cut/ (props changed) Modified: stable/7/usr.bin/cut/cut.1 ============================================================================== --- stable/7/usr.bin/cut/cut.1 Mon Jun 6 20:27:32 2011 (r222773) +++ stable/7/usr.bin/cut/cut.1 Mon Jun 6 20:28:19 2011 (r222774) @@ -112,7 +112,7 @@ The specifies fields, separated in the input by the field delimiter character (see the .Fl d -option.) +option). Output fields are separated by a single occurrence of the field delimiter character. .It Fl n
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106062028.p56KSKVE046822>