xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] docs: convert manpages to pod
@ 2017-07-26 14:39 Olaf Hering
  2017-07-26 14:39 ` [PATCH v3 1/3] docs: add pod variant of xen-pv-channel.7 Olaf Hering
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Olaf Hering @ 2017-07-26 14:39 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Olaf Hering, Ian Jackson

To remove the buildtime dependency to pandoc/ghc some manpages are
converted from markdown to pod format. This will provide more manpages
which are referenced in xl(1) and xl.cfg(5).

This series does not cover xen-vbd-interface.7 because converting the
lists used in this manpage was not straight forward.

Olaf

v3:
 - add NAME/DESCRIPION, minor formating tweaks, whitespace
v2:
 fold each add/remove into a single commit

Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
To: xen-devel@lists.xen.org

Olaf Hering (3):
  docs: add pod variant of xen-pv-channel.7
  docs: add pod variant of xl-network-configuration.5
  docs: add pod variant of xl-numa-placement

 docs/man/xen-pv-channel.markdown.7                 | 106 -----------
 docs/man/xen-pv-channel.pod.7                      | 188 ++++++++++++++++++++
 ...n.markdown.5 => xl-network-configuration.pod.5} | 196 ++++++++++++++-------
 ...lacement.markdown.7 => xl-numa-placement.pod.7} | 166 +++++++++++------
 4 files changed, 435 insertions(+), 221 deletions(-)
 delete mode 100644 docs/man/xen-pv-channel.markdown.7
 create mode 100644 docs/man/xen-pv-channel.pod.7
 rename docs/man/{xl-network-configuration.markdown.5 => xl-network-configuration.pod.5} (55%)
 rename docs/man/{xl-numa-placement.markdown.7 => xl-numa-placement.pod.7} (74%)


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-19 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26 14:39 [PATCH v3 0/3] docs: convert manpages to pod Olaf Hering
2017-07-26 14:39 ` [PATCH v3 1/3] docs: add pod variant of xen-pv-channel.7 Olaf Hering
2017-07-26 14:39 ` [PATCH v3 2/3] docs: add pod variant of xl-network-configuration.5 Olaf Hering
2017-07-26 14:39 ` [PATCH v3 3/3] docs: add pod variant of xl-numa-placement Olaf Hering
2017-07-27 11:46   ` Dario Faggioli
2017-07-28 14:54 ` [PATCH v3 0/3] docs: convert manpages to pod Wei Liu
2017-09-19 14:36 ` Ian Jackson

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).