aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2016-09-08 14:50:23 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2016-09-08 14:50:23 +0000
commita6be46901402c0f21a65aa523c8ffcd94d88007a (patch)
tree0f28f850c1a0cfeadc00beaa09efabb744a630b9 /usr.bin/sort
parent8b530941f4eb4e48ad6ee127a0767ac7eafe4cb1 (diff)
Notes
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/sort.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/sort.1.in b/usr.bin/sort/sort.1.in
index e3266c131e82..daec043c7a12 100644
--- a/usr.bin/sort/sort.1.in
+++ b/usr.bin/sort/sort.1.in
@@ -133,7 +133,7 @@ also checks that there are no lines with duplicate keys.
.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.