Hi Wilfried,
[email protected] wrote on Sat, Sep 04, 2021 at 08:20:59PM +0200:
> Synopsis: Maverick word in the sort(1) manpage
> Category: documentation
[...]
> There is a superfluous word in the description of the --random-source
> option of the sort(1) manpage. The second sentence contains
> "will use produce" which probably should just be "will produce".
Committed, thanks for reporting.
While there, i also deleted the word "will". Manuals usually do not
need future tense, except in unusual situations.
Yours,
Ingo
The paragraph now reads:
--random-source=filename
For random sort, the contents of filename are used as the source
of the `seed' data for the hash function. Two invocations of
random sort with the same seed data produce the same result if
the input is also identical. By default, the arc4random_buf(3)
function is used instead.