Use simply quote signs

Instead of using "Left Double Quotation Mark", this replaces some
documentation comments with normal, ASCII-compatible quotation marks.

Related-to: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues/72
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2023-09-17 12:40:03 +02:00
parent 98eeebfc2d
commit ec97274725
2 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@ other requests using Composite. Failure to do so will cause a BadRequest error.
<field type="CARD8" name="update" enum="Redirect" />
<pad bytes="3" />
<doc>
<brief>Redirect the heirarchy starting at “window” to off-screen storage.</brief>
<brief>Redirect the heirarchy starting at "window" to off-screen storage.</brief>
<description>
The hierarchy starting at 'window' is directed to off-screen
storage. When all clients enabling redirection terminate,

View file

@ -196,10 +196,10 @@ The Y coordinate on the destination drawable to copy to.
<field name="depth">The depth to use.</field>
<field name="format"><![CDATA[
The format of the image being drawn. If it is XYBitmap, depth must be 1, or a
“BadMatch” error results. The foreground pixel in the GC determines the source
"BadMatch" error results. The foreground pixel in the GC determines the source
for the one bits in the image, and the background pixel determines the source
for the zero bits. For XYPixmap and ZPixmap, the depth must match the depth of
the drawable, or a “BadMatch” error results.
the drawable, or a "BadMatch" error results.
]]></field>
<field name="send_event"><![CDATA[
True if the server should send an XCB_SHM_COMPLETION event when the blit