CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/03/31 18:18:28
Modified files: usr.bin/sort : sort.1 Log message: Rewrite the description of how sorting works by default, in particular avoiding the nebulous word "lexicographically" and clarifiying that characters are ordered according to ascii(7). Polish a few nearby wordings for conciseness and readability. OK pascal@ jmc@