The man page for tr has the following synopsis:
SYNOPSIS
tr [-c|--complement] [-d|--delete] [-s|--squeeze-repeats] [-t|--trun‐
cate-set1] [-h|--help] [-V|--version] [sets]
The man page describes these options, but not [sets]. There is no information whatsoever on what these sets are, and no examples of how to use tr. It feels like a large portion of the man page is missing?
I first noticed this when upgrading to Ubuntu 26.04 LTS from 24.04 (and thus switching to the Rust coreutils).
The man page for
trhas the following synopsis:The man page describes these options, but not
[sets]. There is no information whatsoever on what these sets are, and no examples of how to usetr. It feels like a large portion of the man page is missing?I first noticed this when upgrading to Ubuntu 26.04 LTS from 24.04 (and thus switching to the Rust coreutils).