Package: libtiff-tools
Version: 4.7.0-3+deb13u1
In the section OPTIONS of `man tiffset`, we see:
-s tagnumber [ count ] value …
Set the value of the named tag to the value or values specified.
That's it. Nothing more is said about `count` or the ellipsis. In the section
EXAMPLES, we don't find an example of three or more arguments to `-s` either.
If `tiffset` really allows for the optional parameter `count`, please improve
the documentation:
• Tell us the type of `count`. If it's a natural number, mention the lower and
upper bounds, in particular, whether 0 (the zero) is fine.
• Tell us the semantics of `count`. Perhaps—and I'm guessing here—it's counting
the number of parameters to `-s` following `-s tagnumber count` or reproducing
the parameters to `-s` following `-s tagnumber count` a certain number of times?
If `tiffset` doesn't allow for the optional parameter `count` in reality, clean
up the documentation here.
In any case, provide a meaningful example of more than one value for a tag (if
“or values” is really fine) in the section “EXAMPLES”, or clean up the
documentation in this respect (if “or values” is simply wrong).