bin/*/*.8: sync with reality.
This commit is contained in:
parent
2207517e13
commit
dea7ea888e
@ -1,4 +1,4 @@
|
|||||||
.Dd August 23, 2014
|
.Dd September 11, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-install 8
|
.Dt xbps-install 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -29,11 +29,11 @@ supports 3 ways to specify them:
|
|||||||
.It
|
.It
|
||||||
by package name, i.e:
|
by package name, i.e:
|
||||||
.Dq Sy foo .
|
.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
|
.It
|
||||||
by exact package name and version, i.e:
|
by exact package name and version, i.e:
|
||||||
.Dq Sy foo-1.0_1 .
|
.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
|
.It
|
||||||
by specifying a package name and version separated by any of the following version comparators:
|
by specifying a package name and version separated by any of the following version comparators:
|
||||||
.Bl -item -width xx -compact
|
.Bl -item -width xx -compact
|
||||||
@ -53,7 +53,7 @@ greater or equal than
|
|||||||
.Pp
|
.Pp
|
||||||
Example:
|
Example:
|
||||||
.Dq Sy foo>=2.0 .
|
.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
|
.El
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width -x
|
.Bl -tag -width -x
|
||||||
@ -111,13 +111,13 @@ configuration phase is skipped (the target binaries might not be compatible with
|
|||||||
the native architecture).
|
the native architecture).
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width /var/db/xbps/.<pkgname>.plist
|
.Bl -tag -width /var/db/xbps/.<pkgname>-files.plist
|
||||||
.It Ar /etc/xbps/xbps.conf
|
.It Ar /etc/xbps/xbps.conf
|
||||||
Default configuration file.
|
Default configuration file.
|
||||||
.It Ar /var/db/xbps/.<pkgname>.plist
|
.It Ar /var/db/xbps/.<pkgname>-files.plist
|
||||||
Package metadata properties.
|
Package files metadata.
|
||||||
.It Ar /var/db/xbps/pkgdb-0.21.plist
|
.It Ar /var/db/xbps/pkgdb-0.38.plist
|
||||||
Default package database (0.21 format). Keeps track of installed packages and properties.
|
Default package database (0.38 format). Keeps track of installed packages and properties.
|
||||||
.It Ar /var/cache/xbps
|
.It Ar /var/cache/xbps
|
||||||
Default cache directory to store downloaded binary packages.
|
Default cache directory to store downloaded binary packages.
|
||||||
.El
|
.El
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd August 23, 2014
|
.Dd September 11, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-pkgdb 8
|
.Dt xbps-pkgdb 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -67,13 +67,13 @@ Enables verbose messages.
|
|||||||
Shows the XBPS version.
|
Shows the XBPS version.
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width /var/db/xbps/.<pkgname>.plist
|
.Bl -tag -width /var/db/xbps/.<pkgname>-files.plist
|
||||||
.It Ar /etc/xbps/xbps.conf
|
.It Ar /etc/xbps/xbps.conf
|
||||||
Default configuration file.
|
Default configuration file.
|
||||||
.It Ar /var/db/xbps/.<pkgname>.plist
|
.It Ar /var/db/xbps/.<pkgname>-files.plist
|
||||||
Package metadata properties.
|
Package files metadata.
|
||||||
.It Ar /var/db/xbps/pkgdb-0.21.plist
|
.It Ar /var/db/xbps/pkgdb-0.38.plist
|
||||||
Default package database (0.21 format). Keeps track of installed packages and properties.
|
Default package database (0.38 format). Keeps track of installed packages and properties.
|
||||||
.It Ar /var/cache/xbps
|
.It Ar /var/cache/xbps
|
||||||
Default cache directory to store downloaded binary packages.
|
Default cache directory to store downloaded binary packages.
|
||||||
.El
|
.El
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd August 23, 2014
|
.Dd September 11, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-query 8
|
.Dt xbps-query 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -162,8 +162,8 @@ If the
|
|||||||
option is set, the matched
|
option is set, the matched
|
||||||
.Ar PKG
|
.Ar PKG
|
||||||
in repositories will be shown.
|
in repositories will be shown.
|
||||||
.It Fl s, Fl -search Ar PATTERN [ Fl -property Ar PROP ] [ Fl -regex ]
|
.It Fl s, Fl -search Ar PATTERN [ Fl -repository ] [ Fl -property Ar PROP ] [ Fl -regex ]
|
||||||
Search for packages in repositories by matching
|
Search for packages by matching
|
||||||
.Ar PATTERN
|
.Ar PATTERN
|
||||||
on its
|
on its
|
||||||
.Em pkgver
|
.Em pkgver
|
||||||
@ -223,13 +223,13 @@ configuration phase is skipped (the target binaries might not be compatible with
|
|||||||
the native architecture).
|
the native architecture).
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width /var/db/xbps/.<pkgname>.plist
|
.Bl -tag -width /var/db/xbps/.<pkgname>-files.plist
|
||||||
.It Ar /etc/xbps/xbps.conf
|
.It Ar /etc/xbps/xbps.conf
|
||||||
Default configuration file.
|
Default configuration file.
|
||||||
.It Ar /var/db/xbps/.<pkgname>.plist
|
.It Ar /var/db/xbps/.<pkgname>-files.plist
|
||||||
Package metadata properties.
|
Package files metadata.
|
||||||
.It Ar /var/db/xbps/pkgdb-0.21.plist
|
.It Ar /var/db/xbps/pkgdb-0.38.plist
|
||||||
Default package database (0.21 format). Keeps track of installed packages and properties.
|
Default package database (0.38 format). Keeps track of installed packages and properties.
|
||||||
.It Ar /var/cache/xbps
|
.It Ar /var/cache/xbps
|
||||||
Default cache directory to store downloaded binary packages.
|
Default cache directory to store downloaded binary packages.
|
||||||
.El
|
.El
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd August 23, 2014
|
.Dd September 11, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-reconfigure 8
|
.Dt xbps-reconfigure 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -52,13 +52,13 @@ Enables verbose messages.
|
|||||||
Shows the XBPS version.
|
Shows the XBPS version.
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width /var/db/xbps/.<pkgname>.plist
|
.Bl -tag -width /var/db/xbps/.<pkgname>-files.plist
|
||||||
.It Ar /etc/xbps/xbps.conf
|
.It Ar /etc/xbps/xbps.conf
|
||||||
Default configuration file.
|
Default configuration file.
|
||||||
.It Ar /var/db/xbps/.<pkgname>.plist
|
.It Ar /var/db/xbps/.<pkgname>.plist
|
||||||
Package metadata properties.
|
Package files metadata.
|
||||||
.It Ar /var/db/xbps/pkgdb-0.21.plist
|
.It Ar /var/db/xbps/pkgdb-0.38.plist
|
||||||
Default package database (0.21 format). Keeps track of installed packages and properties.
|
Default package database (0.38 format). Keeps track of installed packages and properties.
|
||||||
.It Ar /var/cache/xbps
|
.It Ar /var/cache/xbps
|
||||||
Default cache directory to store downloaded binary packages.
|
Default cache directory to store downloaded binary packages.
|
||||||
.El
|
.El
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd August 23, 2014
|
.Dd September 11, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-remove 8
|
.Dt xbps-remove 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -93,13 +93,13 @@ Assume yes to all questions and avoid interactive questions.
|
|||||||
Shows the XBPS version.
|
Shows the XBPS version.
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width /var/db/xbps/.<pkgname>.plist
|
.Bl -tag -width /var/db/xbps/.<pkgname>-files.plist
|
||||||
.It Ar /etc/xbps/xbps.conf
|
.It Ar /etc/xbps/xbps.conf
|
||||||
Default configuration file.
|
Default configuration file.
|
||||||
.It Ar /var/db/xbps/.<pkgname>.plist
|
.It Ar /var/db/xbps/.<pkgname>-files.plist
|
||||||
Package metadata properties.
|
Package files metadata.
|
||||||
.It Ar /var/db/xbps/pkgdb-0.21.plist
|
.It Ar /var/db/xbps/pkgdb-0.38.plist
|
||||||
Default package database (0.21 format). Keeps track of installed packages and properties.
|
Default package database (0.38 format). Keeps track of installed packages and properties.
|
||||||
.It Ar /var/cache/xbps
|
.It Ar /var/cache/xbps
|
||||||
Default cache directory to store downloaded binary packages.
|
Default cache directory to store downloaded binary packages.
|
||||||
.El
|
.El
|
||||||
|
Loading…
Reference in New Issue
Block a user