[Yum-devel] [PATCH 0/3] yum-utils man page fixes
Mike Miller
mtmiller at ieee.org
Tue Jul 9 13:39:18 UTC 2013
Hi yum devs,
This is a set of patches for yum-utils to tidy up some issues with the
man pages. These patches came out of the work-in-progress Debian
packaging of yum-utils, and are all suitable for inclusion upstream.
Each patch fixes one of the following Debian packaging warnings:
http://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html
http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html
http://lintian.debian.org/tags/binary-without-manpage.html
I'll follow up with a similar patch for createrepo on the rpm-metadata
list.
Mike Miller (3):
docs: Add missing man page short descriptions
docs: Escape dashes in command-line options
docs: Add missing man pages for all yum-utils
docs/Makefile | 4 ++-
docs/debuginfo-install.1 | 2 +-
docs/find-repos-of-install.1 | 51 ++++++++++++++++++++++++++++++++++++
docs/needs-restarting.1 | 29 +++++++++++++++++++++
docs/package-cleanup.1 | 10 ++++----
docs/repo-graph.1 | 32 +++++++++++++++++++++++
docs/repo-rss.1 | 4 +--
docs/repoclosure.1 | 57 +++++++++++++++++++++++++++++++++++++++++
docs/repodiff.1 | 22 ++++++++--------
docs/repomanage.1 | 38 +++++++++++++++++++++++++++
docs/repoquery.1 | 42 +++++++++++++++---------------
docs/reposync.1 | 14 +++++-----
docs/repotrack.1 | 44 +++++++++++++++++++++++++++++++
docs/show-changed-rco.1 | 16 ++++++------
docs/show-installed.1 | 2 +-
docs/verifytree.1 | 33 ++++++++++++++++++++++++
docs/yum-aliases.1 | 10 ++++----
docs/yum-builddep.1 | 2 +-
docs/yum-changelog.1 | 6 ++---
docs/yum-complete-transaction.8 | 4 +--
docs/yum-config-manager.1 | 39 ++++++++++++++++++++++++++++
docs/yum-debug-dump.1 | 2 +-
docs/yum-debug-restore.1 | 8 +++---
docs/yum-filter-data.1 | 36 +++++++++++++-------------
docs/yum-fs-snapshot.conf.5 | 4 +--
docs/yum-groups-manager.1 | 8 +++---
docs/yum-security.8 | 26 +++++++++----------
docs/yum-utils.1 | 2 +-
docs/yum-verify.1 | 14 +++++-----
docs/yum-versionlock.1 | 2 +-
docs/yumdb.8 | 2 +-
docs/yumdownloader.1 | 6 ++---
32 files changed, 448 insertions(+), 123 deletions(-)
create mode 100644 docs/find-repos-of-install.1
create mode 100644 docs/needs-restarting.1
create mode 100644 docs/repo-graph.1
create mode 100644 docs/repoclosure.1
create mode 100644 docs/repomanage.1
create mode 100644 docs/repotrack.1
create mode 100644 docs/verifytree.1
create mode 100644 docs/yum-config-manager.1
--
1.8.3.2
More information about the Yum-devel
mailing list