From 1f324a76a24f6a5ef09f9d6e01cb55a3c0280e21 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 20 Feb 2013 11:42:06 +0100 Subject: [PATCH] xbps-{install,query,rindex}.8: document environment var: XBPS_TARGET_ARCH. --- bin/xbps-install/xbps-install.8 | 9 ++++++++- bin/xbps-query/xbps-query.8 | 9 ++++++++- bin/xbps-rindex/xbps-rindex.8 | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/bin/xbps-install/xbps-install.8 b/bin/xbps-install/xbps-install.8 index 41cb18bb..36b5615b 100644 --- a/bin/xbps-install/xbps-install.8 +++ b/bin/xbps-install/xbps-install.8 @@ -1,4 +1,4 @@ -.Dd February 2, 2013 +.Dd February 20, 2013 .Os Void Linux .Dt xbps-install 8 .Sh NAME @@ -85,6 +85,13 @@ Enables verbose messages. Assume yes to all questions and avoid interactive questions. .It Fl V, Fl -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 .Bl -tag -width /var/db/xbps/..plist .It Ar /etc/xbps/xbps.conf diff --git a/bin/xbps-query/xbps-query.8 b/bin/xbps-query/xbps-query.8 index dbfef4ea..306dcbf8 100644 --- a/bin/xbps-query/xbps-query.8 +++ b/bin/xbps-query/xbps-query.8 @@ -1,4 +1,4 @@ -.Dd February 13, 2013 +.Dd February 20, 2013 .Os Void Linux .Dt xbps-query 8 .Sh NAME @@ -142,6 +142,13 @@ Show the required dependencies for .It Fl X, Fl -revdeps Ar PKG Show the reverse dependencies for .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 .Bl -tag -width /var/db/xbps/..plist .It Ar /etc/xbps/xbps.conf diff --git a/bin/xbps-rindex/xbps-rindex.8 b/bin/xbps-rindex/xbps-rindex.8 index 71b5c2f4..4a13472f 100644 --- a/bin/xbps-rindex/xbps-rindex.8 +++ b/bin/xbps-rindex/xbps-rindex.8 @@ -1,4 +1,4 @@ -.Dd December 15, 2012 +.Dd February 20, 2013 .Os Void Linux .Dt xbps-rindex 8 .Sh NAME @@ -33,6 +33,13 @@ Removes obsolete packages from .Ar repository . Packages that are not currently registered in repository's index will 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 .Xr xbps-create 8 , .Xr xbps-dgraph 8 ,