svn commit: r305613 - head/usr.bin/sort

Gabor Kovesdan gabor at FreeBSD.org
Thu Sep 8 14:50:24 UTC 2016


Author: gabor
Date: Thu Sep  8 14:50:23 2016
New Revision: 305613
URL: https://svnweb.freebsd.org/changeset/base/305613

Log:
  - Fix typo
  
  PR:		211245
  Submitted by:	Christoph Schonweiler <public2016 at hauptsignal.at>
  MFC after:	5 days

Modified:
  head/usr.bin/sort/sort.1.in

Modified: head/usr.bin/sort/sort.1.in
==============================================================================
--- head/usr.bin/sort/sort.1.in	Thu Sep  8 14:43:39 2016	(r305612)
+++ head/usr.bin/sort/sort.1.in	Thu Sep  8 14:50:23 2016	(r305613)
@@ -133,7 +133,7 @@ also checks that there are no lines with
 .It Fl s
 Stable sort.
 This option maintains the original record order of records that have
-and equal key.
+an equal key.
 This is a non-standard feature, but it is widely accepted and used.
 .It Fl Fl version
 Print the version and silently exits.


More information about the svn-src-head mailing list