Hi,

just noticed these small issues while going through the available
Wayland documentation.

regards,
Michael
>From cf98b94497fc8e9a2e9eb5c2f99a9b21f20fe1d0 Mon Sep 17 00:00:00 2001
From: Michael Hasselmann <micha...@openismus.com>
Date: Thu, 16 Feb 2012 11:55:32 +0100
Subject: [PATCH] spec: Fix the escaping of special characters in Interfaces
 section

Section 2.4 about interfaces did not render properly, as tex requires escaping
of underscores and ampersands.  This was fixed now, together with two minor
spelling mistakes.
---
 spec/main.tex |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/spec/main.tex b/spec/main.tex
index 59d4fe0..8c91592 100644
--- a/spec/main.tex
+++ b/spec/main.tex
@@ -193,20 +193,20 @@ always expected to be present.
 
 Core interfaces:
 \begin{itemize}
-\item wl_display: provides global functionality like objecting binding and fatal error events
-\item wl_callback: callback interface for dnoe events
-\item wl_compositor: core compositor interface, allows surface creation
-\item wl_shm: buffer management interface with buffer creation and format handling
-\item wl_buffer: buffer handling interface for indicating damage and object destruction, also provides buffer release events from the server
-\item wl_data_offer: for accepting and receiving specific mime types
-\item wl_data_source: for offering specific mime types
-\item wl_data_Device: lets clients manage drag & drop, provides pointer enter/leave events and motion
-\item wl_data_device_manager: for managing data sources and devices
-\item wl_shell: shell surface handling
-\item wl_shell_surface: shell surface handling and desktop-like events (e.g. set a surface to fullscreen, display a popup, etc.)
-\item wl_surface: surface management (destruction, damage, buffer attach, frame handling)
-\item wl_input_device: cursor setting, motion, button, and key events, etc.
-\item wl_output: events describing an attached output (subpixel orientation, current mode & geometry, etc.)
+\item wl\_display: provides global functionality like objecting binding and fatal error events
+\item wl\_callback: callback interface for done events
+\item wl\_compositor: core compositor interface, allows surface creation
+\item wl\_shm: buffer management interface with buffer creation and format handling
+\item wl\_buffer: buffer handling interface for indicating damage and object destruction, also provides buffer release events from the server
+\item wl\_data\_offer: for accepting and receiving specific mime types
+\item wl\_data\_source: for offering specific mime types
+\item wl\_data\_device: lets clients manage drag \& drop, provides pointer enter/leave events and motion
+\item wl\_data\_device\_manager: for managing data sources and devices
+\item wl\_shell: shell surface handling
+\item wl\_shell\_surface: shell surface handling and desktop-like events (e.g. set a surface to fullscreen, display a popup, etc.)
+\item wl\_surface: surface management (destruction, damage, buffer attach, frame handling)
+\item wl\_input\_device: cursor setting, motion, button, and key events, etc.
+\item wl\_output: events describing an attached output (subpixel orientation, current mode \& geometry, etc.)
 \end{itemize}
 
 \subsection{Connect Time}
-- 
1.7.6.3

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to