diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-06 08:15:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-06 08:15:57 +0000 |
commit | 9db149d88f1707b9aef13764c9818c5f8c653c51 (patch) | |
tree | 68b10e2a89247d0048367535dc5403ee41fb4b62 | |
parent | 8bc5cf4597a0864f2024f75c4b43499466ce545a (diff) | |
download | pkgsrc-9db149d88f1707b9aef13764c9818c5f8c653c51.tar.gz |
Add example for pkg_info -Fe, based on a suggestion by Hishashi T Fujinaka
in PR 46654.
-rw-r--r-- | pkgtools/pkg_install/files/info/pkg_info.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/info/pkg_info.1 b/pkgtools/pkg_install/files/info/pkg_info.1 index b1a913409ca..d5f6ef16bd6 100644 --- a/pkgtools/pkg_install/files/info/pkg_info.1 +++ b/pkgtools/pkg_install/files/info/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_info.1,v 1.30 2010/02/27 21:02:01 wiz Exp $ +.\" $NetBSD: pkg_info.1,v 1.31 2012/07/06 08:15:57 wiz Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -17,7 +17,7 @@ .\" .\" @(#)pkg_info.1 .\" -.Dd February 27, 2010 +.Dd July 6, 2012 .Dt PKG_INFO 1 .Os .Sh NAME @@ -121,7 +121,8 @@ package name using the package database. This can be used to query information on a per-file basis, e.g. in conjunction with the .Fl e -flag to find out which package a file belongs to. +flag to find out which package a file belongs to: +.Dl pkg_info -Fe /path/to/file .It Fl f Show the packing list instructions for each package. .It Fl I |