* man/sort.x: Cross reference with shuf(1).
* src/sort.c (usage): Mention shuf(1) with -R option.
Suggested in http://bugs.debian.org/641166
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
-uniq(1)
+shuf(1), uniq(1)
"), stdout);
fputs (_("\
-n, --numeric-sort compare according to string numerical value\n\
- -R, --random-sort sort by random hash of keys\n\
+ -R, --random-sort sort by random hash of keys. See also shuf(1)\n\
--random-source=FILE get random bytes from FILE\n\
-r, --reverse reverse the result of comparisons\n\
"), stdout);