From dea7ea888e71974ca7d5102f657872516c90f4ec Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 11 Sep 2014 12:21:33 +0200 Subject: [PATCH] bin/*/*.8: sync with reality. --- bin/xbps-install/xbps-install.8 | 18 +++++++++--------- bin/xbps-pkgdb/xbps-pkgdb.8 | 12 ++++++------ bin/xbps-query/xbps-query.8 | 16 ++++++++-------- bin/xbps-reconfigure/xbps-reconfigure.8 | 10 +++++----- bin/xbps-remove/xbps-remove.8 | 12 ++++++------ 5 files changed, 34 insertions(+), 34 deletions(-) diff --git a/bin/xbps-install/xbps-install.8 b/bin/xbps-install/xbps-install.8 index 944ebb1b..dc61ff88 100644 --- a/bin/xbps-install/xbps-install.8 +++ b/bin/xbps-install/xbps-install.8 @@ -1,4 +1,4 @@ -.Dd August 23, 2014 +.Dd September 11, 2014 .Os Void Linux .Dt xbps-install 8 .Sh NAME @@ -29,11 +29,11 @@ supports 3 ways to specify them: .It by package name, i.e: .Dq Sy foo . -The package with the greatest version available in all repositories will be choosen. +The first repository matching the package expression will be choosen. .It by exact package name and version, i.e: .Dq Sy foo-1.0_1 . -The first package matching expression in a repository will be choosen. +The first repository matching the package expression will be choosen. .It by specifying a package name and version separated by any of the following version comparators: .Bl -item -width xx -compact @@ -53,7 +53,7 @@ greater or equal than .Pp Example: .Dq Sy foo>=2.0 . -The first package matching expression in a repository will be choosen. +The first repository matching the package expression will be choosen. .El .Sh OPTIONS .Bl -tag -width -x @@ -111,13 +111,13 @@ configuration phase is skipped (the target binaries might not be compatible with the native architecture). .El .Sh FILES -.Bl -tag -width /var/db/xbps/..plist +.Bl -tag -width /var/db/xbps/.-files.plist .It Ar /etc/xbps/xbps.conf Default configuration file. -.It Ar /var/db/xbps/..plist -Package metadata properties. -.It Ar /var/db/xbps/pkgdb-0.21.plist -Default package database (0.21 format). Keeps track of installed packages and properties. +.It Ar /var/db/xbps/.-files.plist +Package files metadata. +.It Ar /var/db/xbps/pkgdb-0.38.plist +Default package database (0.38 format). Keeps track of installed packages and properties. .It Ar /var/cache/xbps Default cache directory to store downloaded binary packages. .El diff --git a/bin/xbps-pkgdb/xbps-pkgdb.8 b/bin/xbps-pkgdb/xbps-pkgdb.8 index ae670746..ad27ee31 100644 --- a/bin/xbps-pkgdb/xbps-pkgdb.8 +++ b/bin/xbps-pkgdb/xbps-pkgdb.8 @@ -1,4 +1,4 @@ -.Dd August 23, 2014 +.Dd September 11, 2014 .Os Void Linux .Dt xbps-pkgdb 8 .Sh NAME @@ -67,13 +67,13 @@ Enables verbose messages. Shows the XBPS version. .El .Sh FILES -.Bl -tag -width /var/db/xbps/..plist +.Bl -tag -width /var/db/xbps/.-files.plist .It Ar /etc/xbps/xbps.conf Default configuration file. -.It Ar /var/db/xbps/..plist -Package metadata properties. -.It Ar /var/db/xbps/pkgdb-0.21.plist -Default package database (0.21 format). Keeps track of installed packages and properties. +.It Ar /var/db/xbps/.-files.plist +Package files metadata. +.It Ar /var/db/xbps/pkgdb-0.38.plist +Default package database (0.38 format). Keeps track of installed packages and properties. .It Ar /var/cache/xbps Default cache directory to store downloaded binary packages. .El diff --git a/bin/xbps-query/xbps-query.8 b/bin/xbps-query/xbps-query.8 index 9159831e..736cd99b 100644 --- a/bin/xbps-query/xbps-query.8 +++ b/bin/xbps-query/xbps-query.8 @@ -1,4 +1,4 @@ -.Dd August 23, 2014 +.Dd September 11, 2014 .Os Void Linux .Dt xbps-query 8 .Sh NAME @@ -162,8 +162,8 @@ If the option is set, the matched .Ar PKG in repositories will be shown. -.It Fl s, Fl -search Ar PATTERN [ Fl -property Ar PROP ] [ Fl -regex ] -Search for packages in repositories by matching +.It Fl s, Fl -search Ar PATTERN [ Fl -repository ] [ Fl -property Ar PROP ] [ Fl -regex ] +Search for packages by matching .Ar PATTERN on its .Em pkgver @@ -223,13 +223,13 @@ configuration phase is skipped (the target binaries might not be compatible with the native architecture). .El .Sh FILES -.Bl -tag -width /var/db/xbps/..plist +.Bl -tag -width /var/db/xbps/.-files.plist .It Ar /etc/xbps/xbps.conf Default configuration file. -.It Ar /var/db/xbps/..plist -Package metadata properties. -.It Ar /var/db/xbps/pkgdb-0.21.plist -Default package database (0.21 format). Keeps track of installed packages and properties. +.It Ar /var/db/xbps/.-files.plist +Package files metadata. +.It Ar /var/db/xbps/pkgdb-0.38.plist +Default package database (0.38 format). Keeps track of installed packages and properties. .It Ar /var/cache/xbps Default cache directory to store downloaded binary packages. .El diff --git a/bin/xbps-reconfigure/xbps-reconfigure.8 b/bin/xbps-reconfigure/xbps-reconfigure.8 index f44928bc..c2c37b24 100644 --- a/bin/xbps-reconfigure/xbps-reconfigure.8 +++ b/bin/xbps-reconfigure/xbps-reconfigure.8 @@ -1,4 +1,4 @@ -.Dd August 23, 2014 +.Dd September 11, 2014 .Os Void Linux .Dt xbps-reconfigure 8 .Sh NAME @@ -52,13 +52,13 @@ Enables verbose messages. Shows the XBPS version. .El .Sh FILES -.Bl -tag -width /var/db/xbps/..plist +.Bl -tag -width /var/db/xbps/.-files.plist .It Ar /etc/xbps/xbps.conf Default configuration file. .It Ar /var/db/xbps/..plist -Package metadata properties. -.It Ar /var/db/xbps/pkgdb-0.21.plist -Default package database (0.21 format). Keeps track of installed packages and properties. +Package files metadata. +.It Ar /var/db/xbps/pkgdb-0.38.plist +Default package database (0.38 format). Keeps track of installed packages and properties. .It Ar /var/cache/xbps Default cache directory to store downloaded binary packages. .El diff --git a/bin/xbps-remove/xbps-remove.8 b/bin/xbps-remove/xbps-remove.8 index 74fe07d5..e4eed7c0 100644 --- a/bin/xbps-remove/xbps-remove.8 +++ b/bin/xbps-remove/xbps-remove.8 @@ -1,4 +1,4 @@ -.Dd August 23, 2014 +.Dd September 11, 2014 .Os Void Linux .Dt xbps-remove 8 .Sh NAME @@ -93,13 +93,13 @@ Assume yes to all questions and avoid interactive questions. Shows the XBPS version. .El .Sh FILES -.Bl -tag -width /var/db/xbps/..plist +.Bl -tag -width /var/db/xbps/.-files.plist .It Ar /etc/xbps/xbps.conf Default configuration file. -.It Ar /var/db/xbps/..plist -Package metadata properties. -.It Ar /var/db/xbps/pkgdb-0.21.plist -Default package database (0.21 format). Keeps track of installed packages and properties. +.It Ar /var/db/xbps/.-files.plist +Package files metadata. +.It Ar /var/db/xbps/pkgdb-0.38.plist +Default package database (0.38 format). Keeps track of installed packages and properties. .It Ar /var/cache/xbps Default cache directory to store downloaded binary packages. .El