On Sun, Jul 12, 2020 at 12:16:28AM -0700, wdaver wrote: > Thank you, for providing incredible docs! > > tpmtool(1) man page is on several machines, including APU and > desktop. 6/6 and 6.7. No associated binary exists. Don't see the > man file in kernel or base system source. Wanted to send a diff > but cannot find the source location... > > The installed file is /usr/local/man/man1/tpmtool.1 > > Seems like a port installed it, given the location? > > pkg_info -Q tpmtool does not return any results. >
using pkg_locate(1) (comes with pkglocatedb package), you could look at files in packages (without installing them). $ doas pkg_add pkglocatedb On -current, I have: $ pkg_locate tpmtool gnutls-3.6.14:security/gnutls:/usr/local/man/man1/tpmtool.1 the file tpmtool.1 comes from gnutls package. But I have no clue about the fact the man page is installed without binary. Alternatively, by looking at the man page itself, you could guess things about the tool: NAME tpmtool - GnuTLS TPM tool [...] Thanks. -- Sebastien Marie