diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2016-09-08 14:50:23 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2016-09-08 14:50:23 +0000 |
| commit | a6be46901402c0f21a65aa523c8ffcd94d88007a (patch) | |
| tree | 0f28f850c1a0cfeadc00beaa09efabb744a630b9 /usr.bin/sort | |
| parent | 8b530941f4eb4e48ad6ee127a0767ac7eafe4cb1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/sort')
| -rw-r--r-- | usr.bin/sort/sort.1.in | 2 |
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. |
