gpgv(1) says two different things about what it expects of its positional arguments:
SYNOPSIS gpgv [options] signed_files
and
EXAMPLES gpgv pgpfile gpgv sigfile [datafile]
These seem to be mutually exclusive, since the synopsis appears to claim that if multiple files are offered, each one will be a "signed file", while the examples suggest that if there are two files, they will be interpreted as a detached signature and the message being signed.
I'm aware that most tools use gpgv according to the EXAMPLES section. should the SYNOPSIS section be corrected? Or, if the SYNOPSIS is correct, how does gpgv distinguish between consideration of two signed files and a detached signature and its message?