Message ID | 1469106764-19411-6-git-send-email-andreas.boll.dev@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/man/drm-kms.xml b/man/drm-kms.xml index 5f04157..ae38dc8 100644 --- a/man/drm-kms.xml +++ b/man/drm-kms.xml @@ -126,7 +126,7 @@ <listitem> <para><emphasis>Framebuffers</emphasis> are abstract memory objects that provide a source of pixel data to scanout to a CRTC. - Applications explicitely request the creation of framebuffers + Applications explicitly request the creation of framebuffers and can control their behavior. Framebuffers rely on the underneath memory manager for low-level memory operations. When creating a framebuffer, applications pass a memory handle
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com> --- man/drm-kms.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)