diff options
author | Érico Rolim <erico.erc@gmail.com> | 2020-05-20 01:50:17 -0300 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-05-20 16:31:54 +0200 |
commit | cd691ecb09943f334e0890fc295fee82c2719534 (patch) | |
tree | c1302a965e029014bf48261d3b0314ae60a9ed7f | |
parent | 91e07e7a5fbb05f0f5edf7f8a84f2a279b463c29 (diff) | |
download | xtools-cd691ecb09943f334e0890fc295fee82c2719534.tar.gz xtools-cd691ecb09943f334e0890fc295fee82c2719534.tar.xz xtools-cd691ecb09943f334e0890fc295fee82c2719534.zip |
xtools.1: move xpcdeps and add xchroot v0.59
Closes: #183 [via git-merge-pr]
-rw-r--r-- | xtools.1 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/xtools.1 b/xtools.1 index c20b794..8773001 100644 --- a/xtools.1 +++ b/xtools.1 @@ -42,6 +42,11 @@ keep going on errors verbose mode, also print the library names .El .Pp +.Nm xchroot +.Ar directory +.Ar [command ...] +.Nd chroot into a Void (or other Linux) installation +.Pp .Nm xclash .Nd detect file conflicts between XBPS packages .Pp @@ -164,6 +169,10 @@ append subpkgs to existing pkg quiet mode, show package names only .El .Pp +.Nm xpcdeps +.Ar pcfile ... +.Nd finds package matching the Requires: section of pkg-config files +.Pp .Nm xpkg .Op Fl R Ar repo .Op Fl r Ar rootdir @@ -235,10 +244,6 @@ query remote repos only print main package .El .Pp -.Nm xpcdeps -.Ar pcfile ... -.Nd finds package matching the Requires: section of pkg-config files -.Pp .Nm xuname .Nd display system info relevant for debugging Void .Pp |