diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-04-04 16:58:46 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-04-04 17:00:23 +0100 |
commit | 64423a70361eec1b855022550b1c13cc4807ce0e (patch) | |
tree | 9fd2e4a7a7495a778b85fa31cf62ac41bf196837 /man | |
parent | e61e999838faa65f1c5cbddfbda06125be19e353 (diff) |
man/drm(7): fix typo
Reported-by: Oliver Kisielius <oliver.kisielius@gmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100559
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/drm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/drm.xml b/man/drm.xml index 5a49fe13..07f17719 100644 --- a/man/drm.xml +++ b/man/drm.xml @@ -50,7 +50,7 @@ <para>In earlier days, the kernel framework was solely used to provide raw hardware access to priviledged user-space processes which implement - all the hardware abstraction layers. But more and more tasks where + all the hardware abstraction layers. But more and more tasks were moved into the kernel. All these interfaces are based on <citerefentry><refentrytitle>ioctl</refentrytitle><manvolnum>2</manvolnum></citerefentry> commands on the DRM character device. The <emphasis>libdrm</emphasis> |