svn commit: r222774 - stable/7/usr.bin/cut

Glen Barber gjb at FreeBSD.org
Mon Jun 6 20:28:20 UTC 2011


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


More information about the svn-src-all mailing list