xbps-install.1: fix lint warnings

This commit is contained in:
Duncan Overbruck 2021-06-26 16:43:07 +02:00
parent c797c7fbc4
commit 5dbe040b75
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -1,5 +1,6 @@
.Dd April 23, 2020 .Dd April 23, 2020
.Dt XBPS-INSTALL 1 .Dt XBPS-INSTALL 1
.Os
.Sh NAME .Sh NAME
.Nm xbps-install .Nm xbps-install
.Nd XBPS utility to (re)install and update packages .Nd XBPS utility to (re)install and update packages
@ -127,16 +128,16 @@ will be used.
.It Fl M , Fl -memory-sync .It Fl M , Fl -memory-sync
For remote repositories, the data is fetched and stored in memory for the current For remote repositories, the data is fetched and stored in memory for the current
operation. operation.
This ignores the existing on-disk repository archives in rootdir. Cached on-disk repository indexes of remote repositories will be ignored.
.It Fl n , Fl -dry-run .It Fl n , Fl -dry-run
Dry-run mode. Dry-run mode.
Show what actions would be done but don't change any state of the system, Show what actions would be done but don't change any state of the system.
including syncing repository indexes. Use To use a fresh repository indexes use
.Fl M .Fl M
to do dry runs with memory sync instead. for in memory sync.
.Pp
The current output prints 6 arguments: The output will be a line for each action in the following format:
"<pkgver> <action> <arch> <repository> <installedsize> <downloadsize>". .D1 <pkgver> <action> <arch> <repository> <installedsize> <downloadsize>
.It Fl R , Fl -repository Ar url .It Fl R , Fl -repository Ar url
Appends the specified repository to the top of the list. Appends the specified repository to the top of the list.
The The