[PATCH libdrm 0/4] Manpages for libdrm
David Herrmann
dh.herrmann at googlemail.com
Fri Sep 28 14:44:18 PDT 2012
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
More information about the dri-devel
mailing list