diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-07 20:05:22 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-07 20:05:22 +0200 |
commit | 9b38a917489e742885a8f0489f5e287b5b93e83f (patch) | |
tree | e2c57e58fad6d053fe82d8973b16b6c704e6b184 /man/7/pkg | |
parent | 22298163fbd9c2232907a961daf1c83b7e7795b9 (diff) |
Updated pkg(1), fixed some typos in the docs
Diffstat (limited to 'man/7/pkg')
-rw-r--r-- | man/7/pkg | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -64,13 +64,13 @@ The following pkg-related functions are available: Returns true if I<package> is installed, otherwise false -* B<perlmodule> I<perl module> +* B<perlmodule> I<perlmodule> -Returns true if I<perl module> can be used by perl, otherwise false +Returns true if I<perlmodule> can be used by perl, otherwise false -* B<file_in_path> I<commend name> +* B<file_in_path> I<commendname> -Returns true if I<command name> was found in the users PATH, otherwise false +Returns true if I<commandname> was found in the users PATH, otherwise false * B<offer_install> I<package> |