From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
Wei Liu <wei.liu2@citrix.com>,
Russ Pavlicek <russell.pavlicek@xenproject.org>
Subject: [DOCS DAY] [PATCH for-4.6 0/5] Cleanup of docs spread throughout the tree
Date: Wed, 26 Aug 2015 10:09:46 +0100 [thread overview]
Message-ID: <1440580191-21004-1-git-send-email-andrew.cooper3@citrix.com> (raw)
After this series, I don't believe there are any docs remaining out of
the docs/ subtree.
The three manpages moved have been converted from ?roff to POD to match
all our other manpages
Andrew Cooper (5):
docs: Move misc README's into docs/misc/
docs: Move xentop.1 to docs/man/xentop.pod.1
docs: Move xentrace_format.1 to docs/man/xentrace_format.pod.1
docs: Support for generating man(8) pages
docs: Move xentrace.8 to docs/man/xentrace.pod.8
.gitignore | 1 +
docs/Makefile | 97 ++++++++++------------
docs/man/xentop.pod.1 | 111 +++++++++++++++++++++++++
docs/man/xentrace.pod.8 | 166 ++++++++++++++++++++++++++++++++++++++
docs/man/xentrace_format.pod.1 | 46 +++++++++++
docs/misc/stubdom.txt | 93 +++++++++++++++++++++
docs/misc/xenmon.txt | 114 ++++++++++++++++++++++++++
stubdom/Makefile | 6 +-
stubdom/README | 93 ---------------------
tools/xenmon/Makefile | 2 -
tools/xenmon/README | 114 --------------------------
tools/xenstat/xentop/Makefile | 4 +-
tools/xenstat/xentop/xentop.1 | 103 -----------------------
tools/xentrace/Makefile | 6 --
tools/xentrace/xentrace.8 | 164 -------------------------------------
tools/xentrace/xentrace_format.1 | 44 ----------
16 files changed, 577 insertions(+), 587 deletions(-)
create mode 100644 docs/man/xentop.pod.1
create mode 100644 docs/man/xentrace.pod.8
create mode 100644 docs/man/xentrace_format.pod.1
create mode 100644 docs/misc/stubdom.txt
create mode 100644 docs/misc/xenmon.txt
delete mode 100644 stubdom/README
delete mode 100644 tools/xenmon/README
delete mode 100644 tools/xenstat/xentop/xentop.1
delete mode 100644 tools/xentrace/xentrace.8
delete mode 100644 tools/xentrace/xentrace_format.1
--
1.7.10.4
next reply other threads:[~2015-08-26 9:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-26 9:09 Andrew Cooper [this message]
2015-08-26 9:09 ` [PATCH for-4.6 1/5] docs: Move misc README's into docs/misc/ Andrew Cooper
2015-08-26 9:09 ` [PATCH for-4.6 2/5] docs: Move xentop.1 to docs/man/xentop.pod.1 Andrew Cooper
2015-08-26 9:09 ` [PATCH for-4.6 3/5] docs: Move xentrace_format.1 to docs/man/xentrace_format.pod.1 Andrew Cooper
2015-08-26 9:09 ` [PATCH for-4.6 4/5] docs: Support for generating man(8) pages Andrew Cooper
2015-08-26 9:09 ` [PATCH for-4.6 5/5] docs: Move xentrace.8 to docs/man/xentrace.pod.8 Andrew Cooper
2015-08-26 14:54 ` [DOCS DAY] [PATCH for-4.6 0/5] Cleanup of docs spread throughout the tree Wei Liu
2015-08-27 18:15 ` Ian Jackson
2015-08-27 19:13 ` [DOCSDAY PATCH for-4.6] docs: Fix installation of man8 pages Andrew Cooper
2015-08-28 9:50 ` Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440580191-21004-1-git-send-email-andrew.cooper3@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=russell.pavlicek@xenproject.org \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).