diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-04-04 17:37:02 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-04-04 17:38:38 +0100 |
commit | 294be2616e1eda4e558253ae498f1503be347028 (patch) | |
tree | 2aace15e43dc414265ce791568ab9773b9b9bd41 /man | |
parent | 33312e42a777d23f00febc0ece83c91429ef4bf9 (diff) |
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 <eric.engestrom@imgtec.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/drm-kms.xml | 4 | ||||
-rw-r--r-- | man/drm-memory.xml | 4 | ||||
-rw-r--r-- | man/drm.xml | 4 | ||||
-rw-r--r-- | man/drmAvailable.xml | 4 | ||||
-rw-r--r-- | man/drmHandleEvent.xml | 4 | ||||
-rw-r--r-- | man/drmModeGetResources.xml | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/man/drm-kms.xml b/man/drm-kms.xml index 4423ade1..dc471bfb 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) <refsect1> <title>Reporting Bugs</title> <para>Bugs in this manual should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component.</para> + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm"</para> </refsect1> <refsect1> diff --git a/man/drm-memory.xml b/man/drm-memory.xml index daca9cf2..aab7ee77 100644 --- a/man/drm-memory.xml +++ b/man/drm-memory.xml @@ -410,8 +410,8 @@ memset(map, 0, creq.size); <refsect1> <title>Reporting Bugs</title> <para>Bugs in this manual should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component.</para> + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm"</para> </refsect1> <refsect1> diff --git a/man/drm.xml b/man/drm.xml index bd354166..22bf0aa6 100644 --- a/man/drm.xml +++ b/man/drm.xml @@ -119,8 +119,8 @@ <refsect1> <title>Reporting Bugs</title> <para>Bugs in this manual should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component.</para> + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm"</para> </refsect1> <refsect1> diff --git a/man/drmAvailable.xml b/man/drmAvailable.xml index 37a5b494..4442a0ab 100644 --- a/man/drmAvailable.xml +++ b/man/drmAvailable.xml @@ -61,8 +61,8 @@ <refsect1> <title>Reporting Bugs</title> <para>Bugs in this function should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component.</para> + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm"</para> </refsect1> <refsect1> diff --git a/man/drmHandleEvent.xml b/man/drmHandleEvent.xml index 1de566b1..7064c1d1 100644 --- a/man/drmHandleEvent.xml +++ b/man/drmHandleEvent.xml @@ -86,8 +86,8 @@ typedef struct _drmEventContext { <refsect1> <title>Reporting Bugs</title> <para>Bugs in this function should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component.</para> + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm"</para> </refsect1> <refsect1> diff --git a/man/drmModeGetResources.xml b/man/drmModeGetResources.xml index aba34220..a18f9c52 100644 --- a/man/drmModeGetResources.xml +++ b/man/drmModeGetResources.xml @@ -116,8 +116,8 @@ typedef struct _drmModeRes { <refsect1> <title>Reporting Bugs</title> <para>Bugs in this function should be reported to - http://bugs.freedesktop.org under the "Mesa" product, with "Other" - as the component.</para> + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + under the "DRI" product, component "libdrm"</para> </refsect1> <refsect1> |