manpages: tweaks.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.Dd November 3, 2012
|
||||
.Dd November 5, 2012
|
||||
.Os Void GNU/Linux
|
||||
.Dt xbps-remove 8
|
||||
.Sh NAME
|
||||
@@ -11,7 +11,7 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
command removes installed packages in the target root directory.
|
||||
utility removes installed packages in the target root directory.
|
||||
Removing a package involves some steps:
|
||||
.Pp
|
||||
.Sy *
|
||||
@@ -53,44 +53,43 @@ Package is unregistered from package database.
|
||||
.Pp
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width -XXXXXXXX
|
||||
.It Fl C, -config Ar file
|
||||
.It Fl C, Fl -config Ar file
|
||||
Specifies a full path to the XBPS configuration file.
|
||||
.It Fl c, -cachedir Ar dir
|
||||
.It Fl c, Fl -cachedir Ar dir
|
||||
Specifies a full path to the cache directory, where binary packages are stored.
|
||||
.It Fl d, -debug
|
||||
.It Fl d, Fl -debug
|
||||
Enables extra debugging shown to stderr.
|
||||
.It Fl f, -force
|
||||
.It Fl f, Fl -force
|
||||
Forcefully remove package files even if they have been modified.
|
||||
.It Fl h, -help
|
||||
.It Fl h, Fl -help
|
||||
Show the help usage.
|
||||
.It Fl i, -ignore-revdeps
|
||||
.It Fl i, Fl -ignore-revdeps
|
||||
Ignore reverse dependencies when removing packages.
|
||||
.It Fl n, -dry-run
|
||||
.It Fl n, Fl -dry-run
|
||||
Dry-run mode. Show what actions would be done but don't remove anything.
|
||||
.It Fl O, -clean-cache
|
||||
.It Fl O, Fl -clean-cache
|
||||
Cleans cache directory removing obsolete binary packages.
|
||||
.It Fl o, -remove-orphans
|
||||
.It Fl o, Fl -remove-orphans
|
||||
Removes installed package orphans that were installed automatically
|
||||
(as dependencies) and are not currently dependencies of any installed package.
|
||||
.It Fl p, -print-format Ar fmt
|
||||
.It Fl p, Fl -print-format Ar fmt
|
||||
Specifies the
|
||||
.Xr printf 3
|
||||
format used by the
|
||||
.Ar dry-run
|
||||
mode.
|
||||
.It Fl R, -recursive
|
||||
.It Fl R, Fl -recursive
|
||||
Recursively remove packages that were installed by
|
||||
.Ar PKGNAME
|
||||
and aren't required by other installed packages.
|
||||
.It Fl r, -rootdir Ar dir
|
||||
.It Fl r, Fl -rootdir Ar dir
|
||||
Specifies a full path for the target root directory.
|
||||
.It Fl v, -verbose
|
||||
.It Fl v, Fl -verbose
|
||||
Enables verbose messages.
|
||||
.It Fl y, -yes
|
||||
.It Fl y, Fl -yes
|
||||
Assume yes to all questions and avoid interactive questions.
|
||||
.It Fl V, -version
|
||||
.It Fl V, Fl -version
|
||||
Shows the XBPS version.
|
||||
be removed.
|
||||
.Sh FILES
|
||||
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
|
||||
.It Ar /etc/xbps/xbps.conf
|
||||
|
Reference in New Issue
Block a user