diff options
Diffstat (limited to 'usr.sbin/pkg_install/info/pkg_info.1')
| -rw-r--r-- | usr.sbin/pkg_install/info/pkg_info.1 | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index 347367fa65061..a166ba226f8f8 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -25,7 +25,7 @@ .Nd a utility for displaying information on software packages .Sh SYNOPSIS .Nm -.Op Fl cdDfgGiIkLmopPqQrRsvVx +.Op Fl bcdDfgGiIkLmopPqQrRsvVx .Op Fl e Ar package .Op Fl l Ar prefix .Op Fl t Ar template @@ -60,6 +60,12 @@ an installed package, the pathname to a package distribution file or a URL to an FTP available package. .It Fl a Show all currently installed packages. +.It Fl b +Use the BLOCKSIZE environment variable for output even when the +.Fl q +or +.Fl Q +flag is present. .It Fl v Turn on verbose output. .It Fl p @@ -189,16 +195,22 @@ command line, or from already installed package information in .Pa /var/db/pkg/ Ns Aq Ar pkg-name . .Sh ENVIRONMENT -.Ev PKG_TMPDIR -points to the directory where +.Bl -tag -width PKG_TMPDIR +.It Ev BLOCKSIZE +If the environment variable +.Ev BLOCKSIZE +is set the block counts will be displayed in units of that +size block. +.Pp +.It Ev PKG_TMPDIR +Points to the directory where .Nm creates its temporary files. If this variable is not set, .Ev TMPDIR is used. If both are unset, the builtin defaults are used. -.Pp -.Ev PKG_DBDIR -specifies an alternative location for the installed package database. +.It Ev PKG_DBDIR +Specifies an alternative location for the installed package database. .Sh FILES .Bl -tag -width /var/db/pkg -compact .It Pa /var/tmp |
