Missing man pages: gnupg

Charlie Kester corky1951 at comcast.net
Sun Jul 12 17:44:25 UTC 2009


On Sun 12 Jul 2009 at 08:23:59 PDT Daniel Underwood wrote:
>> gnupg's binary is gpg2, and man gpg2 exists. :)
>
>I see. Thanks, that works.

For a list of all the files installed by a package, including manpages,
use

    pkg_list -L <packagename>

If you're not sure which version of the package you have installed, you
can use a shell glob pattern in the packagename.  E.g., 

    pkg_list -L "gnupg*"

(The quotes are needed to prevent the shell from expanding the pattern
rather than passing it to pkg_list.)


More information about the freebsd-questions mailing list