aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-04-03 15:51:42 +0200
committerFabian Groffen <grobian@gentoo.org>2018-04-03 15:51:42 +0200
commit23b810c84c02a29f3b2766cf0fd005c53e668816 (patch)
tree0e5ce0e4327b962e752c80858f4bfc3f2fbf73ea /man/qtbz2.1
parentqsize: improve documentation (diff)
downloadportage-utils-23b810c84c02a29f3b2766cf0fd005c53e668816.tar.gz
portage-utils-23b810c84c02a29f3b2766cf0fd005c53e668816.tar.bz2
portage-utils-23b810c84c02a29f3b2766cf0fd005c53e668816.zip
qtbz2: improve documentation
Bug: https://bugs.gentoo.org/645554
Diffstat (limited to 'man/qtbz2.1')
-rw-r--r--man/qtbz2.133
1 files changed, 18 insertions, 15 deletions
diff --git a/man/qtbz2.1 b/man/qtbz2.1
index b22c70c..94db0d8 100644
--- a/man/qtbz2.1
+++ b/man/qtbz2.1
@@ -1,53 +1,56 @@
-.TH qtbz2 "1" "Mar 2016" "Gentoo Foundation" "qtbz2"
+.\" generated by mkman.py, please do NOT edit!
+.TH qtbz2 "1" "Apr 2018" "Gentoo Foundation" "qtbz2"
.SH NAME
qtbz2 \- manipulate tbz2 packages
.SH SYNOPSIS
.B qtbz2
\fI[opts] <misc args>\fR
.SH DESCRIPTION
-
+\fIqtbz2\fR joins and splits combined xpak+tarbz2 files. Gentoo binary
+packages are such combined files.
.SH OPTIONS
.TP
\fB\-d\fR \fI<arg>\fR, \fB\-\-dir\fR \fI<arg>\fR
-Change to specified directory
+Change to specified directory.
.TP
\fB\-j\fR, \fB\-\-join\fR
-Join: <tar.bz2> <xpak> <tbz2>
+Join: <tar.bz2> <xpak> <tbz2>.
.TP
\fB\-s\fR, \fB\-\-split\fR
-Split a tbz2 into a tar.bz2 + xpak
+Split a tbz2 into a tar.bz2 + xpak.
.TP
\fB\-t\fR, \fB\-\-tarbz2\fR
-Just split the tar.bz2
+Just split the tar.bz2.
.TP
\fB\-x\fR, \fB\-\-xpak\fR
-Just split the xpak
+Just split the xpak.
.TP
\fB\-O\fR, \fB\-\-stdout\fR
-Write files to stdout
+Write files to stdout.
.TP
\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var
+Set the ROOT env var.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
-Make a lot of noise
+Print some files and sizes while joining and splitting.
.TP
\fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings
+Ignored for compatibility with other qapplets.
.TP
\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color
+Don't output color.
.TP
\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit
+Print this help and exit.
.TP
\fB\-V\fR, \fB\-\-version\fR
-Print version and exit
+Print version and exit.
.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.br
-Product: Portage Development; Component: Tools
+Product: Portage Development; Component: Tools, Assignee:
+portage-utils@gentoo.org
.SH AUTHORS
.nf
Ned Ludd <solar@gentoo.org>