Improvements to xbps-bin(8) and xbps-repo(8) manpages.

This commit is contained in:
Juan RP 2011-07-23 08:33:12 +02:00
parent 59ddc58187
commit d1454c21d2
2 changed files with 8 additions and 13 deletions

View File

@ -1,4 +1,4 @@
.TH "XBPS\-BIN" "8" "06/20/2011" "\ \&" "\ \&"
.TH "XBPS\-BIN" "8" "07/23/2011" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -138,20 +138,20 @@ Please note that all targets are case insensitive\&.
.PP
\fBautoremove\fR
.RS 4
Removes leaf packages\&. These packages were installed as dependencies and currently there is not any package depending on it, directly or indirectly\&. Usually it is safe to always answer yes\&.
Removes package orphans\&. These packages were installed as dependencies and currently there is not any package depending on it, directly or indirectly\&. Usually it is safe to always answer yes\&.
.RE
.PP
\fBautoupdate\fR
.RS 4
Updates all currently installed packages to the most newer version available in repository pool\&.
Updates all currently installed packages to the newest version available in all repositories\&.
.RE
.PP
\fBcheck \fR\fB\fIpkgname(s) | all\fR\fR
\fBcheck \fR\fB\fIpkgname | all\fR\fR
.RS 4
Checks for integrity errors in installed packages\&. The checks are to found missing run\-time dependencies, missing and modified package files and metadata files\&. If the
\fIall\fR
keyword is used, all packages currently installed will be checked, otherwise only
\fIpkgname(s)\fR\&.
\fIpkgname\fR\&.
.RE
.PP
\fBfind\-files \fR\fB\fIpattern\fR\fR

View File

@ -1,4 +1,4 @@
.TH "XBPS\-REPO" "8" "07/09/2011" "\ \&" "\ \&"
.TH "XBPS\-REPO" "8" "07/23/2011" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -16,7 +16,7 @@ xbps-repo \- XBPS command for binary package repositories
\fBxbps\-repo\fR [\fIoptions\fR] \fItarget\fR [\fIarguments\fR]
.SH "DESCRIPTION"
.sp
The xbps\-repo(8) command is used to handle local or remote binary package repositories in the \fBXBPS binary package system\fR\&. You can use it to create a package index for a local repository, add or remove local and remote repositories, search for packages and show information about a binary package in repository pool\&.
The xbps\-repo(8) command is used to handle local or remote binary package repositories in the \fBXBPS binary package system\fR\&. You can use it to create a package index for a local repository, list repositories, search for packages and show information about a binary package in repository pool\&.
.SH "OPTIONS"
.PP
\fB\-C\fR \fIconffile\fR
@ -54,7 +54,7 @@ of
.PP
\fB\-V\fR
.RS 4
Shows the current XBPS API and INDEX versions\&.
Shows the current XBPS, API and INDEX versions\&.
.RE
.SH "TARGETS"
.sp
@ -128,11 +128,6 @@ Syncs the package index file for all registered remote repositories\&. The new f
Default XBPS configuration file\&.
.RE
.PP
\fB/var/db/xbps/repositories\&.plist\fR
.RS 4
Registered repository list\&.
.RE
.PP
\fB/var/db/xbps/<remoterepodir>/pkg\-index\&.plist\fR
.RS 4
Remote repository package index file\&.