commit: 86085691d6a42e497c1a8902cf7c24212a2dd67d Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Apr 3 12:56:17 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Apr 3 12:56:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=86085691
qpkg: improve documentation Bug: https://bugs.gentoo.org/645554 man/include/qpkg.desc | 4 ++++ man/include/qpkg.optdesc.yaml | 2 ++ man/qpkg.1 | 31 ++++++++++++++++++------------- 3 files changed, 24 insertions(+), 13 deletions(-) diff --git a/man/include/qpkg.desc b/man/include/qpkg.desc new file mode 100644 index 0000000..2bba24b --- /dev/null +++ b/man/include/qpkg.desc @@ -0,0 +1,4 @@ +\fIqpkg\fR creates or cleans up Gentoo binary packages. The default +action is to create a new binpkg for the given package names and store +them in pkgdir, which can be set explicitly using the \fB\-\-pkgdir\fR +option. diff --git a/man/include/qpkg.optdesc.yaml b/man/include/qpkg.optdesc.yaml new file mode 100644 index 0000000..2da2810 --- /dev/null +++ b/man/include/qpkg.optdesc.yaml @@ -0,0 +1,2 @@ +verbose: Check and report MD5 hash mismatches during install. +quiet: Ignored for compatability with other qapplets. diff --git a/man/qpkg.1 b/man/qpkg.1 index 8bb098a..930d15c 100644 --- a/man/qpkg.1 +++ b/man/qpkg.1 @@ -1,47 +1,52 @@ -.TH qpkg "1" "Mar 2016" "Gentoo Foundation" "qpkg" +.\" generated by mkman.py, please do NOT edit! +.TH qpkg "1" "Apr 2018" "Gentoo Foundation" "qpkg" .SH NAME qpkg \- manipulate Gentoo binpkgs .SH SYNOPSIS .B qpkg \fI[opts] <misc args>\fR .SH DESCRIPTION - +\fIqpkg\fR creates or cleans up Gentoo binary packages. The default +action is to create a new binpkg for the given package names and store +them in pkgdir, which can be set explicitly using the \fB\-\-pkgdir\fR +option. .SH OPTIONS .TP \fB\-c\fR, \fB\-\-clean\fR -clean pkgdir of unused binary files +clean pkgdir of unused binary files. .TP \fB\-E\fR, \fB\-\-eclean\fR -clean pkgdir of files not in the tree anymore (slow) +clean pkgdir of files not in the tree anymore (slow). .TP \fB\-p\fR, \fB\-\-pretend\fR -pretend only +pretend only. .TP \fB\-P\fR \fI<arg>\fR, \fB\-\-pkgdir\fR \fI<arg>\fR -alternate package directory +alternate package directory. .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 +Check and report MD5 hash mismatches during install. .TP \fB\-q\fR, \fB\-\-quiet\fR -Tighter output; suppress warnings +Ignored for compatability 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-ut...@gentoo.org .SH AUTHORS .nf Ned Ludd <so...@gentoo.org>