Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2009 08:33:54 +0000 (UTC)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190610 - in head: usr.bin/cut usr.sbin/chown
Message-ID:  <200904010833.n318Xswe023813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trhodes
Date: Wed Apr  1 08:33:54 2009
New Revision: 190610
URL: http://svn.freebsd.org/changeset/base/190610

Log:
  Fix punctuation.
  
  PR:		132834
  Submitted by:	"Alan R. S. Bueno" <alan.bsd@gmail.com>

Modified:
  head/usr.bin/cut/cut.1
  head/usr.sbin/chown/chgrp.1

Modified: head/usr.bin/cut/cut.1
==============================================================================
--- head/usr.bin/cut/cut.1	Wed Apr  1 08:08:25 2009	(r190609)
+++ head/usr.bin/cut/cut.1	Wed Apr  1 08:33:54 2009	(r190610)
@@ -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

Modified: head/usr.sbin/chown/chgrp.1
==============================================================================
--- head/usr.sbin/chown/chgrp.1	Wed Apr  1 08:08:25 2009	(r190609)
+++ head/usr.sbin/chown/chgrp.1	Wed Apr  1 08:33:54 2009	(r190610)
@@ -61,7 +61,7 @@ The following options are available:
 If the
 .Fl R
 option is specified, symbolic links on the command line are followed.
-(Symbolic links encountered in the tree traversal are not followed).
+(Symbolic links encountered in the tree traversal are not followed.)
 .It Fl L
 If the
 .Fl R



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904010833.n318Xswe023813>