All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] docs: convert manpages to pod
@ 2017-07-24 14:14 Olaf Hering
  2017-07-24 14:14 ` [PATCH 1/6] docs: add pod variant of xen-pv-channel.7 Olaf Hering
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Olaf Hering @ 2017-07-24 14:14 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

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

Olaf Hering (6):
  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: remove markdown variant of xen-pv-channel.7
  docs: remove markdown variant of xl-network-configuration.5
  docs: remove markdown variant of xl-numa-placement.7

 docs/man/xen-pv-channel.markdown.7                 | 106 -----------
 docs/man/xen-pv-channel.pod.7                      | 189 ++++++++++++++++++++
 ...n.markdown.5 => xl-network-configuration.pod.5} | 195 ++++++++++++++-------
 ...lacement.markdown.7 => xl-numa-placement.pod.7} | 164 +++++++++++------
 4 files changed, 433 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] 12+ messages in thread

end of thread, other threads:[~2017-07-25  9:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-24 14:14 [PATCH 0/6] docs: convert manpages to pod Olaf Hering
2017-07-24 14:14 ` [PATCH 1/6] docs: add pod variant of xen-pv-channel.7 Olaf Hering
2017-07-24 14:14 ` [PATCH 2/6] docs: add pod variant of xl-network-configuration.5 Olaf Hering
2017-07-24 14:14 ` [PATCH 3/6] docs: add pod variant of xl-numa-placement Olaf Hering
2017-07-24 14:14 ` [PATCH 4/6] docs: remove markdown variant of xen-pv-channel.7 Olaf Hering
2017-07-24 14:14 ` [PATCH 5/6] docs: remove markdown variant of xl-network-configuration.5 Olaf Hering
2017-07-24 14:14 ` [PATCH 6/6] docs: remove markdown variant of xl-numa-placement.7 Olaf Hering
2017-07-24 15:58 ` [PATCH 0/6] docs: convert manpages to pod Ian Jackson
2017-07-24 16:09   ` Olaf Hering
2017-07-24 16:25     ` Ian Jackson
2017-07-24 17:44       ` Olaf Hering
2017-07-25  9:44         ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.