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.)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"