diff options
author | jkh <jkh@FreeBSD.org> | 1999-09-01 10:04:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-09-01 10:04:47 +0000 |
commit | afc28880fdddae30d2950571e85c673afb083fa0 (patch) | |
tree | 1ebc8af189442026de72eef62b331962fc1b029f /usr.sbin/pkg_install/info/pkg_info.1 | |
parent | b852982dfb58e21d5cd9071a28d8710c3bb4413c (diff) | |
download | FreeBSD-src-afc28880fdddae30d2950571e85c673afb083fa0.zip FreeBSD-src-afc28880fdddae30d2950571e85c673afb083fa0.tar.gz |
Use the appropriate macro for double quotes rather than using double
quotes.
Submitted by: Alexey Zelkin <phantom@cris.net>
PR: 13436
Diffstat (limited to 'usr.sbin/pkg_install/info/pkg_info.1')
-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 8b16b8c..39dbe3d 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 |