#1074031 coreutils: ptx: -A and -r are nonsensical together?

Package:
coreutils
Source:
coreutils
Description:
GNU core utilities
Submitter:
наб
Date:
2024-06-22 01:57:04 UTC
Severity:
normal
#1074031#5
Date:
2024-06-22 01:54:25 UTC
From:
To:
Dear Maintainer,

$ ptx -O
GNU core utilities
vore gamer utilities
.xx "utilities" "" "GNU core utilities vore gamer" ""
.xx "utilities" "GNU" "core utilities vore gamer" ""
.xx "" "GNU core utilities vore" "gamer utilities" ""
.xx "" "GNU core" "utilities vore gamer utilities" ""
.xx "" "GNU core utilities vore gamer" "utilities" ""
.xx "" "GNU core utilities" "vore gamer utilities" ""

$ ptx -Or
GNU core utilities
vore gamer utilities
.xx "" "" "core utilities" "" "GNU"
.xx "" "" "gamer utilities" "" "vore"
.xx "" "core" "utilities" "" "GNU"
.xx "" "gamer" "utilities" "" "vore"

$ ptx -OA
GNU core utilities
vore gamer utilities
.xx "utilities" "" "GNU core utilities vore gamer" "" ":1"
.xx "utilities" "GNU" "core utilities vore gamer" "" ":1"
.xx "" "GNU core utilities vore" "gamer utilities" "" ":2"
.xx "" "GNU core" "utilities vore gamer utilities" "" ":1"
.xx "" "core utilities vore gamer" "utilities" "GNU" ":2"
.xx "" "GNU core utilities" "vore gamer utilities" "" ":2"

$ ptx -OAr
GNU core utilities
vore gamer utilities
.xx "" "" "core utilities" "" ":1"
.xx "" "" "gamer utilities" "" ":2"
.xx "" "core" "utilities" "" ":1"
.xx "" "gamer" "utilities" "" ":2"

So... the first word is removed but argument 5 is still the line number?

Best,
наб