On Sat, Jul 26, 2025 at 05:20:35PM -0700, Collin Funk wrote: >In the Coreutils man pages we have occurrences of: > > --option=[+]count > [...] >The attached patch fixes it. WDYT?
Looks good, I'll add it shortly, thanks. >I tagged bug-help2...@gnu.org, but I am not sure if it even exists >because I cannot find an archive. And AFAIK it is not version >controlled, only distributed through ftp.gnu.org. bug-help2man == me The canonical release location is ftp.gnu.org. This is, after all, software which was originally developed in the late '90s with a local CVS repository. There is a git repository, which I use to track development, but it's not guaranteed to be stable at HEAD: https://salsa.debian.org/bod/help2man . --bod