Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: man/include/, man/
Date: Tue, 03 Apr 2018 20:00:15
Message-Id: 1522769386.2921191511917e039e6cbca77b7b4977fc8a9eb4.grobian@gentoo
1 commit: 2921191511917e039e6cbca77b7b4977fc8a9eb4
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 15:29:46 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 15:29:46 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=29211915
7
8 qxpak: improve documentation
9
10 Bug: https://bugs.gentoo.org/645554
11
12 man/include/qxpak.desc | 1 +
13 man/qxpak.1 | 30 ++++++++++++++++--------------
14 2 files changed, 17 insertions(+), 14 deletions(-)
15
16 diff --git a/man/include/qxpak.desc b/man/include/qxpak.desc
17 new file mode 100644
18 index 0000000..13b9591
19 --- /dev/null
20 +++ b/man/include/qxpak.desc
21 @@ -0,0 +1 @@
22 +\fIqxpak\fR is like ar and tar for xpak archives.
23
24 diff --git a/man/qxpak.1 b/man/qxpak.1
25 index dbf36f6..710df44 100644
26 --- a/man/qxpak.1
27 +++ b/man/qxpak.1
28 @@ -1,50 +1,52 @@
29 -.TH qxpak "1" "Mar 2016" "Gentoo Foundation" "qxpak"
30 +.\" generated by mkman.py, please do NOT edit!
31 +.TH qxpak "1" "Apr 2018" "Gentoo Foundation" "qxpak"
32 .SH NAME
33 qxpak \- manipulate xpak archives
34 .SH SYNOPSIS
35 .B qxpak
36 \fI[opts] <misc args>\fR
37 .SH DESCRIPTION
38 -
39 +\fIqxpak\fR is like ar and tar for xpak archives.
40 .SH OPTIONS
41 .TP
42 \fB\-l\fR, \fB\-\-list\fR
43 -List the contents of an archive
44 +List the contents of an archive.
45 .TP
46 \fB\-x\fR, \fB\-\-extract\fR
47 -Extract the contents of an archive
48 +Extract the contents of an archive.
49 .TP
50 \fB\-c\fR, \fB\-\-create\fR
51 -Create an archive of a directory/files
52 +Create an archive of a directory/files.
53 .TP
54 \fB\-d\fR \fI<arg>\fR, \fB\-\-dir\fR \fI<arg>\fR
55 -Change to specified directory
56 +Change to specified directory.
57 .TP
58 \fB\-O\fR, \fB\-\-stdout\fR
59 -Write files to stdout
60 +Write files to stdout.
61 .TP
62 \fB\-\-root\fR \fI<arg>\fR
63 -Set the ROOT env var
64 +Set the ROOT env var.
65 .TP
66 \fB\-v\fR, \fB\-\-verbose\fR
67 -Make a lot of noise
68 +Make a lot of noise.
69 .TP
70 \fB\-q\fR, \fB\-\-quiet\fR
71 -Tighter output; suppress warnings
72 +Tighter output; suppress warnings.
73 .TP
74 \fB\-C\fR, \fB\-\-nocolor\fR
75 -Don't output color
76 +Don't output color.
77 .TP
78 \fB\-h\fR, \fB\-\-help\fR
79 -Print this help and exit
80 +Print this help and exit.
81 .TP
82 \fB\-V\fR, \fB\-\-version\fR
83 -Print version and exit
84 +Print version and exit.
85
86 .SH "REPORTING BUGS"
87 Please report bugs via http://bugs.gentoo.org/
88 .br
89 -Product: Portage Development; Component: Tools
90 +Product: Portage Development; Component: Tools, Assignee:
91 +portage-utils@g.o
92 .SH AUTHORS
93 .nf
94 Ned Ludd <solar@g.o>