Created attachment 172750 [details] Fix manpage I'm not sure but I think there is a spelling error in the man-page of sort(1). "Stable sort. This option maintains the original record order of records that have and equal key. This is a non-standard feature, but it is widely accepted and used." In my opinion it should be "... records that have an equal key. ..."
A commit references this bug: Author: gabor Date: Thu Sep 8 14:50:24 UTC 2016 New revision: 305613 URL: https://svnweb.freebsd.org/changeset/base/305613 Log: - Fix typo PR: 211245 Submitted by: Christoph Schonweiler <public2016@hauptsignal.at> MFC after: 5 days Changes: head/usr.bin/sort/sort.1.in
A commit references this bug: Author: gjb Date: Mon May 22 16:11:47 UTC 2017 New revision: 318653 URL: https://svnweb.freebsd.org/changeset/base/318653 Log: MFC r305613 (gabor): Fix typo. PR: 211245 Sponsored by: The FreeBSD Foundation Changes: _U stable/10/ stable/10/usr.bin/sort/sort.1.in _U stable/11/ stable/11/usr.bin/sort/sort.1.in