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