From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Herrmann Subject: [PATCH libdrm 0/4] Manpages for libdrm Date: Fri, 28 Sep 2012 23:44:18 +0200 Message-ID: <1348868662-25509-1-git-send-email-dh.herrmann@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by gabe.freedesktop.org (Postfix) with ESMTP id 1967D9E7DB for ; Fri, 28 Sep 2012 14:42:12 -0700 (PDT) Received: by mail-wi0-f171.google.com with SMTP id hj13so301789wib.12 for ; Fri, 28 Sep 2012 14:42:12 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org 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