xbps-{install,query}.8: sync with reality.
This commit is contained in:
parent
8c25d56fcd
commit
f26a9c1e2b
@ -1,4 +1,4 @@
|
||||
.Dd September 11, 2014
|
||||
.Dd September 12, 2014
|
||||
.Os Void Linux
|
||||
.Dt xbps-install 8
|
||||
.Sh NAME
|
||||
@ -29,11 +29,9 @@ supports 3 ways to specify them:
|
||||
.It
|
||||
by package name, i.e:
|
||||
.Dq Sy foo .
|
||||
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 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,8 +51,10 @@ greater or equal than
|
||||
.Pp
|
||||
Example:
|
||||
.Dq Sy foo>=2.0 .
|
||||
The first repository matching the package expression will be choosen.
|
||||
.El
|
||||
.El
|
||||
.Pp
|
||||
The first repository matching the package expression wins.
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width -x
|
||||
.It Fl A, Fl -automatic
|
||||
|
@ -1,4 +1,4 @@
|
||||
.Dd September 11, 2014
|
||||
.Dd September 12, 2014
|
||||
.Os Void Linux
|
||||
.Dt xbps-query 8
|
||||
.Sh NAME
|
||||
@ -26,11 +26,9 @@ 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.
|
||||
.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.
|
||||
.It
|
||||
by specifying a package name and version separated by any of the following version comparators:
|
||||
.Bl -item -width xx -compact
|
||||
@ -50,8 +48,10 @@ greater or equal than
|
||||
.Pp
|
||||
Example:
|
||||
.Dq Sy foo>=2.0 .
|
||||
The first package matching expression in a repository will be choosen.
|
||||
.El
|
||||
.El
|
||||
.Pp
|
||||
The first repository matching the package expression wins.
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width -x
|
||||
.It Fl C, Fl -config Ar file
|
||||
|
Loading…
Reference in New Issue
Block a user