diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-04-04 18:05:53 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-04-04 18:07:29 +0100 |
commit | 10ca5e13a8357dfa5562102ae94b9fa7f535f4df (patch) | |
tree | 1fcb3e2793356057990deffa1ef85a23e98c604b /man | |
parent | 294be2616e1eda4e558253ae498f1503be347028 (diff) |
man: fix bug report instructions (third time's the charm)
Compile- and run-tested this time.
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/drm-kms.xml | 2 | ||||
-rw-r--r-- | man/drm-memory.xml | 2 | ||||
-rw-r--r-- | man/drm.xml | 2 | ||||
-rw-r--r-- | man/drmAvailable.xml | 2 | ||||
-rw-r--r-- | man/drmHandleEvent.xml | 2 | ||||
-rw-r--r-- | man/drmModeGetResources.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/man/drm-kms.xml b/man/drm-kms.xml index dc471bfb..eb04c263 100644 --- a/man/drm-kms.xml +++ b/man/drm-kms.xml @@ -309,7 +309,7 @@ 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 - https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm under the "DRI" product, component "libdrm"</para> </refsect1> diff --git a/man/drm-memory.xml b/man/drm-memory.xml index aab7ee77..3aa7cf25 100644 --- a/man/drm-memory.xml +++ b/man/drm-memory.xml @@ -410,7 +410,7 @@ memset(map, 0, creq.size); <refsect1> <title>Reporting Bugs</title> <para>Bugs in this manual should be reported to - https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm under the "DRI" product, component "libdrm"</para> </refsect1> diff --git a/man/drm.xml b/man/drm.xml index 22bf0aa6..1f559669 100644 --- a/man/drm.xml +++ b/man/drm.xml @@ -119,7 +119,7 @@ <refsect1> <title>Reporting Bugs</title> <para>Bugs in this manual should be reported to - https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm under the "DRI" product, component "libdrm"</para> </refsect1> diff --git a/man/drmAvailable.xml b/man/drmAvailable.xml index 4442a0ab..1e5d7873 100644 --- a/man/drmAvailable.xml +++ b/man/drmAvailable.xml @@ -61,7 +61,7 @@ <refsect1> <title>Reporting Bugs</title> <para>Bugs in this function should be reported to - https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm under the "DRI" product, component "libdrm"</para> </refsect1> diff --git a/man/drmHandleEvent.xml b/man/drmHandleEvent.xml index 7064c1d1..83304428 100644 --- a/man/drmHandleEvent.xml +++ b/man/drmHandleEvent.xml @@ -86,7 +86,7 @@ typedef struct _drmEventContext { <refsect1> <title>Reporting Bugs</title> <para>Bugs in this function should be reported to - https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm under the "DRI" product, component "libdrm"</para> </refsect1> diff --git a/man/drmModeGetResources.xml b/man/drmModeGetResources.xml index a18f9c52..0ab6a68b 100644 --- a/man/drmModeGetResources.xml +++ b/man/drmModeGetResources.xml @@ -116,7 +116,7 @@ typedef struct _drmModeRes { <refsect1> <title>Reporting Bugs</title> <para>Bugs in this function should be reported to - https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm + https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=libdrm under the "DRI" product, component "libdrm"</para> </refsect1> |