diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-30 15:22:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-30 15:22:39 +0200 |
commit | f2f277f2de17d38c644a6af140c49f00debb793b (patch) | |
tree | 7b79e0f47d672b3a4473b4076dfdfb4317b4fd20 | |
parent | d541c42032c96cdbb50912ce3343ae9f5803f9eb (diff) |
pkg.conf(5): Fixed CL_OPTIONS syntax
-rw-r--r-- | man/5/pkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/5/pkg.conf b/man/5/pkg.conf index 88b3536..31483aa 100644 --- a/man/5/pkg.conf +++ b/man/5/pkg.conf @@ -34,7 +34,7 @@ In the default, $PKG_PATH means the path component of $PKG_ROOT. path for the local package tree -=item B<CL_OPTIONS>=I<options> (-q) +=item B<CL_OPTIONS>=(I<options>) (-q) Options to invoke L<checklinks>(1) with |