hdaudioctl(8): show needs arguments

RVP <[email protected]> Wed, 23 Dec 2020 06:43:04 +0000 (UTC)
Newsgroups gmane.os.netbsd.documentation
Message-ID <[email protected]>
In hdaudioctl.8, the show command should have 2 arguments: codecid, nid

$ sudo hdaudioctl show
usage: hdaudioctl [-f dev] list
        hdaudioctl [-f dev] show <codecid> <nid>
        hdaudioctl [-f dev] get <codecid> <nid>
        hdaudioctl [-f dev] set <codecid> <nid> [plist]
        hdaudioctl [-f dev] graph <codecid> <nid>
$

-RVP