* src/sort.c (usage): Don't mention the ambiguous "manual",
rather "full documentation", echoing the language at the
bottom of each coreutils man page.
Fixes https://bugs.gnu.org/72914
"), stdout);
fputs (_("\
-n, --numeric-sort compare according to string numerical value;\n\
- see manual for which strings are supported\n\
+ see full documentation for supported strings\n\
+"), stdout);
+ fputs (_("\
-R, --random-sort shuffle, but group identical keys. See shuf(1)\n\
--random-source=FILE get random bytes from FILE\n\
-r, --reverse reverse the result of comparisons\n\