dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: David Herrmann <dh.herrmann@googlemail.com>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH libdrm 0/4] Manpages for libdrm
Date: Fri, 28 Sep 2012 23:44:18 +0200	[thread overview]
Message-ID: <1348868662-25509-1-git-send-email-dh.herrmann@googlemail.com> (raw)

Hi

This is revision 2 of the manpages for libdrm. I converted everything to docbook
XML. This makes it easier to write them (troff is really hard to read) and
allows us to integrate it into other documentation.

Other than that I only fixed typos and the small corrections you guys mentioned.
Thanks for reviewing!

Regards
David

David Herrmann (4):
  man: convert manpages to XML instead of plain troff
  man: add drm.7 overview page
  man: add drm-kms overview page
  man: add drm-memory overview page

 .gitignore                  |   4 +
 configure.ac                |  24 +--
 man/Makefile.am             |  65 +++++--
 man/drm-kms.xml             | 342 +++++++++++++++++++++++++++++++++++
 man/drm-memory.xml          | 430 ++++++++++++++++++++++++++++++++++++++++++++
 man/drm.xml                 | 137 ++++++++++++++
 man/drmAvailable.man        |  25 ---
 man/drmAvailable.xml        |  75 ++++++++
 man/drmHandleEvent.man      |  45 -----
 man/drmHandleEvent.xml      | 102 +++++++++++
 man/drmModeGetResources.man |  79 --------
 man/drmModeGetResources.xml | 139 ++++++++++++++
 12 files changed, 1286 insertions(+), 181 deletions(-)
 create mode 100644 man/drm-kms.xml
 create mode 100644 man/drm-memory.xml
 create mode 100644 man/drm.xml
 delete mode 100644 man/drmAvailable.man
 create mode 100644 man/drmAvailable.xml
 delete mode 100644 man/drmHandleEvent.man
 create mode 100644 man/drmHandleEvent.xml
 delete mode 100644 man/drmModeGetResources.man
 create mode 100644 man/drmModeGetResources.xml

-- 
1.7.12.1

             reply	other threads:[~2012-09-28 21:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-28 21:44 David Herrmann [this message]
2012-09-28 21:44 ` [PATCH libdrm 1/4] man: convert manpages to XML instead of plain troff David Herrmann
2012-09-28 21:44 ` [PATCH libdrm 2/4] man: add drm.7 overview page David Herrmann
2012-09-28 21:44 ` [PATCH libdrm 3/4] man: add drm-kms " David Herrmann
2012-09-28 21:44 ` [PATCH libdrm 4/4] man: add drm-memory " David Herrmann
2013-01-10  0:22 ` [PATCH libdrm 0/4] Manpages for libdrm Jesse Barnes
2013-01-10 21:00   ` David Herrmann
2013-01-10 21:19     ` Jesse Barnes

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=1348868662-25509-1-git-send-email-dh.herrmann@googlemail.com \
    --to=dh.herrmann@googlemail.com \
    --cc=dri-devel@lists.freedesktop.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).