xbps-{install,query,rindex}.8: document environment var: XBPS_TARGET_ARCH.

This commit is contained in:
Juan RP 2013-02-20 11:42:06 +01:00
parent ae7b76e245
commit 1f324a76a2
3 changed files with 24 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.Dd February 2, 2013 .Dd February 20, 2013
.Os Void Linux .Os Void Linux
.Dt xbps-install 8 .Dt xbps-install 8
.Sh NAME .Sh NAME
@ -85,6 +85,13 @@ Enables verbose messages.
Assume yes to all questions and avoid interactive questions. Assume yes to all questions and avoid interactive questions.
.It Fl V, Fl -version .It Fl V, Fl -version
Shows the XBPS version. Shows the XBPS version.
.Sh ENVIRONMENT
.Bl -tag -width XBPS_TARGET_ARCH
.It Sy XBPS_TARGET_ARCH
Overrides
.Xr uname 2
machine result with this value. Useful to install packages of a different
architecture.
.Sh FILES .Sh FILES
.Bl -tag -width /var/db/xbps/.<pkgname>.plist .Bl -tag -width /var/db/xbps/.<pkgname>.plist
.It Ar /etc/xbps/xbps.conf .It Ar /etc/xbps/xbps.conf

View File

@ -1,4 +1,4 @@
.Dd February 13, 2013 .Dd February 20, 2013
.Os Void Linux .Os Void Linux
.Dt xbps-query 8 .Dt xbps-query 8
.Sh NAME .Sh NAME
@ -142,6 +142,13 @@ Show the required dependencies for
.It Fl X, Fl -revdeps Ar PKG .It Fl X, Fl -revdeps Ar PKG
Show the reverse dependencies for Show the reverse dependencies for
.Ar PKG . .Ar PKG .
.Sh ENVIRONMENT
.Bl -tag -width XBPS_TARGET_ARCH
.It Sy XBPS_TARGET_ARCH
Overrides
.Xr uname 2
machine result with this value. Useful to install packages of a different
architecture.
.Sh FILES .Sh FILES
.Bl -tag -width /var/db/xbps/.<pkgname>.plist .Bl -tag -width /var/db/xbps/.<pkgname>.plist
.It Ar /etc/xbps/xbps.conf .It Ar /etc/xbps/xbps.conf

View File

@ -1,4 +1,4 @@
.Dd December 15, 2012 .Dd February 20, 2013
.Os Void Linux .Os Void Linux
.Dt xbps-rindex 8 .Dt xbps-rindex 8
.Sh NAME .Sh NAME
@ -33,6 +33,13 @@ Removes obsolete packages from
.Ar repository . .Ar repository .
Packages that are not currently registered in repository's index will Packages that are not currently registered in repository's index will
be removed (out of date, invalid archives, etc). be removed (out of date, invalid archives, etc).
.Sh ENVIRONMENT
.Bl -tag -width XBPS_TARGET_ARCH
.It Sy XBPS_TARGET_ARCH
Overrides
.Xr uname 2
machine result with this value. Useful to install packages of a different
architecture.
.Sh SEE ALSO .Sh SEE ALSO
.Xr xbps-create 8 , .Xr xbps-create 8 ,
.Xr xbps-dgraph 8 , .Xr xbps-dgraph 8 ,