From 294be2616e1eda4e558253ae498f1503be347028 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 4 Apr 2017 17:37:02 +0100 Subject: [PATCH] man: fix bug report instructions (for real this time) /me derped, component libdrm doesn't exist under Mesa because it's in DRI. While at it, give the full URL and make it https. Signed-off-by: Eric Engestrom --- man/drm-kms.xml | 4 ++-- man/drm-memory.xml | 4 ++-- man/drm.xml | 4 ++-- man/drmAvailable.xml | 4 ++-- man/drmHandleEvent.xml | 4 ++-- man/drmModeGetResources.xml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/man/drm-kms.xml b/man/drm-kms.xml index 4423ade..dc471bf 100644 --- a/man/drm-kms.xml +++ b/man/drm-kms.xml @@ -309,8 +309,8 @@ static int modeset_find_crtc(int fd, drmModeRes *res, drmModeConnector *conn) Reporting Bugs Bugs in this manual should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component. + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm" diff --git a/man/drm-memory.xml b/man/drm-memory.xml index daca9cf..aab7ee7 100644 --- a/man/drm-memory.xml +++ b/man/drm-memory.xml @@ -410,8 +410,8 @@ memset(map, 0, creq.size); Reporting Bugs Bugs in this manual should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component. + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm" diff --git a/man/drm.xml b/man/drm.xml index bd35416..22bf0aa 100644 --- a/man/drm.xml +++ b/man/drm.xml @@ -119,8 +119,8 @@ Reporting Bugs Bugs in this manual should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component. + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm" diff --git a/man/drmAvailable.xml b/man/drmAvailable.xml index 37a5b49..4442a0a 100644 --- a/man/drmAvailable.xml +++ b/man/drmAvailable.xml @@ -61,8 +61,8 @@ Reporting Bugs Bugs in this function should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component. + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm" diff --git a/man/drmHandleEvent.xml b/man/drmHandleEvent.xml index 1de566b..7064c1d 100644 --- a/man/drmHandleEvent.xml +++ b/man/drmHandleEvent.xml @@ -86,8 +86,8 @@ typedef struct _drmEventContext { Reporting Bugs Bugs in this function should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component. + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm" diff --git a/man/drmModeGetResources.xml b/man/drmModeGetResources.xml index aba3422..a18f9c5 100644 --- a/man/drmModeGetResources.xml +++ b/man/drmModeGetResources.xml @@ -116,8 +116,8 @@ typedef struct _drmModeRes { Reporting Bugs Bugs in this function should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component. + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm" -- 2.7.4