diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
| commit | 0b31f1f731fd769e1b2c31ea74459d28d995729a (patch) | |
| tree | d8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /usr.sbin/pkg_install | |
| parent | 0afc94c17a8772df34294778904e816258542498 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
| -rw-r--r-- | usr.sbin/pkg_install/updating/pkg_updating.1 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/pkg_install/updating/pkg_updating.1 b/usr.sbin/pkg_install/updating/pkg_updating.1 index 998b4c4a8272..48d52619d542 100644 --- a/usr.sbin/pkg_install/updating/pkg_updating.1 +++ b/usr.sbin/pkg_install/updating/pkg_updating.1 @@ -43,6 +43,20 @@ Defines a alternative location of the UPDATING .It Fl h , -help Print help message. .El +.Sh ENVIRONMENT +.Bl -tag -width PKG_DBDIR +.It Ev PKG_DBDIR +Specifies an alternative location for the installed package database. +.It Ev PORTSDIR +Location of the ports tree. +.El +.Sh FILES +.Bl -tag -width /var/db/pkg -compact +.It Pa /var/db/pkg +Default location of the installed package database. +.It Pa /usr/ports +The default ports directory and default location of the UPDATING file +.El .Sh EXAMPLES Shows all entries of all installed ports: .Dl % pkg_updating @@ -63,20 +77,6 @@ installed ports: Fetch UPDATING file from ftp mirror and show all entries of all installed ports: .Dl % pkg_updating -f ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/UPDATING -.Sh ENVIRONMENT -.Bl -tag -width PKG_DBDIR -.It Ev PKG_DBDIR -Specifies an alternative location for the installed package database. -.It Ev PORTSDIR -Location of the ports tree. -.El -.Sh FILES -.Bl -tag -width /var/db/pkg -compact -.It Pa /var/db/pkg -Default location of the installed package database. -.It Pa /usr/ports -The default ports directory and default location of the UPDATING file -.El .Sh SEE ALSO .Xr pkg_add 1 , .Xr pkg_create 1 , |
