diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-09-01 10:04:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-09-01 10:04:47 +0000 |
| commit | c32155b9e3a65b7e394897876a3634032afce9b3 (patch) | |
| tree | 5af8be5312604fab73368b357e1f945e799252d4 /usr.sbin/pkg_install/info | |
| parent | e3dca630084842a8ee9ff6625493bcbe824ece62 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/info')
| -rw-r--r-- | usr.sbin/pkg_install/info/pkg_info.1 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index 8b16b8c59e19..39dbe3dab161 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -36,9 +36,11 @@ The .Nm command is used to dump out information for packages, either packed up in -files or already installed on the system -with the +files with the .Xr pkg_create 1 +command or already installed on the system +with the +.Xr pkg_add 1 command. .Sh OPTIONS The following command line options are supported: @@ -54,7 +56,9 @@ Turn on verbose output. .It Fl p Show the installation prefix for each package. .It Fl q -Be ``quiet'' in emitting report headers and such, just dump the +Be +.Dq quiet +in emitting report headers and such, just dump the raw info (basically, assume a non-human reading). .It Fl c Show the comment (one liner) field for each package. @@ -102,7 +106,8 @@ Use .Ar template as the input to .Xr mktemp 3 -when creating a ``staging area.'' +when creating a +.Dq staging area . By default, this is the string .Pa /tmp/instmp.XXXXXX , but it may be necessary to override it in the situation where |
