remove in-text macros

remove in-text macros an fix a few typos on the way.
hopefuly that will make maintenance more easy.

Signed-off-by: Walter Harms <wharms@bfs.de>
This commit is contained in:
Walter Harms 2019-06-22 18:33:48 +02:00
parent cb0e894fe9
commit 08e6b36292
67 changed files with 144 additions and 227 deletions

View file

@ -144,9 +144,8 @@ int VendorRelease\^(\^Display *\fIdisplay\fP\^)
Specifies the connection to the X server.
.IP \fIscreen_number\fP 1i
Specifies the appropriate screen number on the host server.
.ds Cn depths
.IP \fIcount_return\fP 1i
Returns the number of \*(Cn.
Returns the number of depths.
.SH DESCRIPTION
The
.ZN AllPlanes

View file

@ -103,9 +103,8 @@ int DisplayWidthMM\^(\^Display *\fIdisplay\fP\^, \^int \fIscreen_number\fP\^);
.SH ARGUMENTS
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.ds Cn pixmap formats that are supported by the display
.IP \fIcount_return\fP 1i
Returns the number of \*(Cn.
Returns the number of pixmap formats that are supported by the display.
.IP \fIscreen_number\fP 1i
Specifies the appropriate screen number on the host server.
.SH DESCRIPTION

View file

@ -96,9 +96,8 @@ int IsPFKey\^(\^KeySym \fIkeysym\fP\^);
.LP
int IsPrivateKeypadKey\^(\^KeySym \fIkeysym\fP\^);
.SH ARGUMENTS
.ds Fn tested
.IP \fIkeysym\fP 1i
Specifies the KeySym that is to be \*(Fn.
Specifies the KeySym that is to be tested.
.SH DESCRIPTION
The
.ZN IsCursorKey

View file

@ -100,9 +100,8 @@ Status XInternalConnectionNumbers\^(\^Display *\fIdisplay\fP\^, int
.SH ARGUMENTS
.IP \fIclient_data\fP 1i
Specifies the additional client data.
.ds Cn file descriptors
.IP \fIcount_return\fP 1i
Returns the number of \*(Cn.
Returns the number of file descriptors.
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.IP \fIfd\fP 1i

View file

@ -129,12 +129,10 @@ int XDisableAccessControl\^(\^Display *\fIdisplay\fP\^);
.SH ARGUMENTS
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.ds Ho added or removed
.IP \fIhost\fP 1i
Specifies the host that is to be \*(Ho.
.ds Ho added or removed
Specifies the host that is to be added or removed.
.IP \fIhosts\fP 1i
Specifies each host that is to be \*(Ho.
Specifies each host that is to be added or removed.
.IP \fImode\fP 1i
Specifies the mode.
You can pass

View file

@ -97,12 +97,10 @@ Atom \fIproperty\fP\^);
.SH ARGUMENTS
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.ds Cn colormaps
.IP \fIcount\fP 1i
Specifies the number of \*(Cn.
.ds Cn colormaps
Specifies the number of colormaps.
.IP \fIcount_return\fP 1i
Returns the number of \*(Cn.
Returns the number of colormaps.
.IP \fIproperty\fP 1i
Specifies the property name.
.IP \fIstd_colormap\fP 1i

View file

@ -110,9 +110,8 @@ int XFreeModifiermap(\^XModifierKeymap *\fImodmap\fP\^);
.SH ARGUMENTS
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.ds Kc changed or returned
.IP \fIfirst_keycode\fP 1i
Specifies the first KeyCode that is to be \*(Kc.
Specifies the first KeyCode that is to be changed or returned.
.IP \fIkeycode_count\fP 1i
Specifies the number of KeyCodes that are to be returned.
.IP \fIkeycode_entry\fP 1i

View file

@ -97,9 +97,8 @@ or
.ZN SetModeDelete .
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.ds Wi that you want to add or delete from the client's save-set
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window that you want to add or delete from the client's save-set.
.SH DESCRIPTION
Depending on the specified mode,
.ZN XChangeSaveSet

View file

@ -97,19 +97,18 @@ Specifies a Boolean value that indicates if
events are to be generated.
.IP \fIw\fP 1i
Specifies the window.
.ds Wh , which are the dimensions of the rectangle
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
.ds Xy , which are relative to the origin of the window \
and specify the upper-left corner of the rectangle
Specify the width and height, which are the dimensions of the rectangle.
.ds Xy
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which are relative to the origin of the window
and specify the upper-left corner of the rectangle.
.SH DESCRIPTION
The
.ZN XClearArea

View file

@ -108,25 +108,22 @@ This mask is the bitwise inclusive OR of the valid configure window values bits.
Specifies the
.ZN XWindowChanges
structure.
.ds Wi to be reconfigured, moved, or resized.
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window to be reconfigured, moved, or resized..
.IP \fIwidth\fP 1i
Specifies the width of the window border.
.ds Wh , which are the interior dimensions of the window
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
.ds Xy , which define the new location of the top-left pixel \
of the window's border or the window itself if it has no border \
or define the new position of the window relative to its parent
Specify the width and height, which are the interior dimensions of the window.
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which define the new location of the top-left pixel
of the window's border or the window itself if it has no border
or define the new position of the window relative to its parent.
.SH DESCRIPTION
The
.ZN XConfigureWindow

View file

@ -93,13 +93,11 @@ int XCopyPlane\^(\^Display *\fIdisplay\fP\^, Drawable \fIsrc\fP\^, Drawable
\fIwidth\fP\^, int \fIheight\fP\^, int \fIdest_x\fP\^, int \fIdest_y\fP\^,
unsigned long \fIplane\fP\^);
.SH ARGUMENTS
.ds Dx , which are relative to the origin of the destination rectangle \
and specify its upper-left corner
.IP \fIdest_x\fP 1i
.br
.ns
.IP \fIdest_y\fP 1i
Specify the x and y coordinates\*(Dx.
Specify the x and y coordinates, which are relative to the origin of the destination rectangle and specify its upper-left corner.
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.IP \fIgc\fP 1i
@ -119,12 +117,12 @@ Specify the source and destination rectangles to be combined.
Specify the x and y coordinates,
which are relative to the origin of the source rectangle
and specify its upper-left corner.
.ds Wh , which are the dimensions of both the source and destination rectangles
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
Specify the width and height, which are the dimensions
of both the source and destination rectangles.
.SH DESCRIPTION
The
.ZN XCopyArea

View file

@ -97,9 +97,8 @@ You can pass
.ZN AllocNone
or
.ZN AllocAll .
.ds Cm that you want to create, copy, set, or destroy
.IP \fIcolormap\fP 1i
Specifies the colormap \*(Cm.
Specifies the colormap that you want to create, copy, set, or destroy.
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.IP \fIvisual\fP 1i
@ -108,9 +107,8 @@ If the visual type is not one supported by the screen,
a
.ZN BadMatch
error results.
.ds Wi on whose screen you want to create a colormap
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window on whose screen you want to create a colormap.
.SH DESCRIPTION
The
.ZN XCreateColormap

View file

@ -119,12 +119,12 @@ Specifies the shape of the source cursor.
Specifies the character glyph for the source.
.IP \fIsource_font\fP 1i
Specifies the font for the source glyph.
.ds Xy , which indicate the hotspot relative to the source's origin
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which indicate the
hotspot relative to the source's origin.
.SH DESCRIPTION
X provides a set of standard cursor shapes in a special font named
cursor.

View file

@ -111,9 +111,8 @@ Specifies the connection to the X server.
Specifies the GC.
.IP \fIsrc\fP 1i
Specifies the components of the source GC.
.ds Vm set, copied, changed, or returned
.IP \fIvaluemask\fP 1i
Specifies which components in the GC are to be \*(Vm.
Specifies which components in the GC are to be set, copied, changed, or returned.
This argument is the bitwise inclusive OR of zero or more of the valid
GC component mask bits.
.IP \fIvalues\fP 1i

View file

@ -93,9 +93,8 @@ XIM XIMOfIC\^(\^XIC \fIic\fP\^);
Specifies the input context.
.IP \fIim\fP 1i
Specifies the input method.
.ds Al \ to set XIC values
.IP ... 1i
Specifies the variable length argument list\*(Al.
Specifies the variable length argument list to set XIC values.
.SH DESCRIPTION
The
.ZN XCreateIC

View file

@ -97,9 +97,8 @@ XOM XOMOfOC\^(\^XOC \fIoc\fP\^);
Specifies the output context.
.IP \fIom\fP 1i
Specifies the output method.
.ds Al \ to set or get XOC values
.IP ... 1i
Specifies the variable length argument list\*(Al.
Specifies the variable length argument list to set or get XOC values.
.SH DESCRIPTION
The
.ZN XCreateOC

View file

@ -97,12 +97,11 @@ Specifies the depth of the pixmap.
Specifies the connection to the X server.
.IP \fIpixmap\fP 1i
Specifies the pixmap.
.ds Wh , which define the dimensions of the pixmap
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
Specify the width and height, which define the dimensions of the pixmap.
.SH DESCRIPTION
The
.ZN XCreatePixmap

View file

@ -133,20 +133,19 @@ A visual of
.ZN CopyFromParent
means the visual type is taken from the
parent.
.ds Wh , which are the created window's inside dimensions \
and do not include the created window's borders
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
.ds Xy , which are the top-left outside corner of the window's \
borders and are relative to the inside of the parent window's borders
Specify the width and height, which are the created window's inside dimensions
and do not include the created window's borders.
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which are the top-left outside
corner of the window's
borders and are relative to the inside of the parent window's borders.
.SH DESCRIPTION
The
.ZN XCreateWindow

View file

@ -118,19 +118,18 @@ Specifies the connection to the X server.
Specifies the GC.
.IP \fInarcs\fP 1i
Specifies the number of arcs in the array.
.ds Wh , which are the major and minor axes of the arc
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
.ds Xy , which are relative to the origin of the drawable \
and specify the upper-left corner of the bounding rectangle
Specify the width and height, which are the major and minor axes of the arc.
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which are relative to the
origin of the drawable
and specify the upper-left corner of the bounding rectangle.
.SH DESCRIPTION
.EQ
delim %%

View file

@ -101,13 +101,13 @@ Specifies the GC.
Specifies the number of characters in the string argument.
.IP \fIstring\fP 1i
Specifies the character string.
.ds Xy , which are relative to the origin of the specified drawable \
and define the origin of the first character
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which are relative to the
origin of the specified drawable
and define the origin of the first character.
.SH DESCRIPTION
The
.ZN XDrawImageString16

View file

@ -100,18 +100,16 @@ Specifies the GC.
Specifies the number of rectangles in the array.
.IP \fIrectangles\fP 1i
Specifies an array of rectangles.
.ds Wh , which specify the dimensions of the rectangle
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
.ds Xy , which specify the upper-left corner of the rectangle
Specify the width and height, which specify the dimensions of the rectangle.
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which specify the upper-left corner of the rectangle.
.SH DESCRIPTION
The
.ZN XDrawRectangle

View file

@ -101,13 +101,13 @@ Specifies the GC.
Specifies the number of characters in the string argument.
.IP \fIstring\fP 1i
Specifies the character string.
.ds Xy , which are relative to the origin of the specified drawable \
and define the origin of the first character
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which are relative to the
origin of the specified drawable
and define the origin of the first character.
.SH DESCRIPTION
Each character image, as defined by the font in the GC, is treated as an
additional mask for a fill operation on the drawable.

View file

@ -100,13 +100,13 @@ Specifies the GC.
Specifies an array of text items.
.IP \fInitems\fP 1i
Specifies the number of text items in the array.
.ds Xy , which are relative to the origin of the specified drawable \
and define the origin of the first character
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which are relative to the origin
of the specified drawable
and define the origin of the first character.
.SH DESCRIPTION
The
.ZN XDrawText16

View file

@ -99,19 +99,19 @@ Specifies the region.
.ns
.IP \fIr2\fP 1i
Specify the two regions.
.ds Wh , which define the rectangle
.ds Wh
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
.ds Xy , which define the point \
or the coordinates of the upper-left corner of the rectangle
Specify the width and height, which define the rectangle.
.ds Xy
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which define the point
or the coordinates of the upper-left corner of the rectangle.
.SH DESCRIPTION
The
.ZN XEmptyRegion

View file

@ -138,20 +138,19 @@ You can pass
.ZN Convex ,
or
.ZN Nonconvex .
.ds Wh , which are the dimensions of the rectangle to be filled \
or the major and minor axes of the arc
.ds Wh
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
.ds Xy , which are relative to the origin of the drawable \
and specify the upper-left corner of the rectangle
Specify the width and height, which are the dimensions of the
rectangle to be filled or the major and minor axes of the arc.
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which are relative to the origin of the drawable \
and specify the upper-left corner of the rectangle.
.SH DESCRIPTION
The
.ZN XFillRectangle

View file

@ -85,12 +85,10 @@ XFilterEvent \- filter X events for an input method
.HP
Bool XFilterEvent\^(\^XEvent *\fIevent\fP\^, Window \fIw\fP\^);
.SH ARGUMENTS
.ds Ev event to filter
.IP \fIevent\fP 1i
Specifies the \*(Ev.
.ds Wi for which the filter is to be applied
Specifies the event to filter.
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window for which the filter is to be applied.
.SH DESCRIPTION
If the window argument is
.ZN None ,

View file

@ -95,18 +95,17 @@ int *\fIwidth_return\fP\^, unsigned int *\fIheight_return\fP\^, unsigned int
.SH ARGUMENTS
.IP \fIborder_width_return\fP 1i
Returns the border width in pixels.
.ds Dr , which can be a window or a pixmap
.IP \fId\fP 1i
Specifies the drawable\*(Dr.
Specifies the drawable, which can be a window or a pixmap.
.IP \fIdepth_return\fP 1i
Returns the depth of the drawable (bits per pixel for the object).
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.IP \fIroot_return\fP 1i
Returns the root window.
.ds Wi whose current attributes you want to obtain
.ds Wi
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window whose current attributes you want to obtain.
.IP \fIwidth_return\fP 1i
.br
.ns

View file

@ -169,9 +169,8 @@ Specifies the type of the property.
The X server does not interpret the type but simply
passes it back to an application that later calls
.ZN XGetWindowProperty .
.ds Wi whose property you want to obtain, change, rotate or delete
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window whose property you want to obtain, change, rotate or delete.
.SH DESCRIPTION
The
.ZN XGetWindowProperty

View file

@ -92,9 +92,8 @@ unsigned int \fImodifiers\fP\^, Window \fIgrab_window\fP\^, Bool
int XUngrabButton\^(\^Display *\fIdisplay\fP\^, unsigned int \fIbutton\fP\^,
unsigned int \fImodifiers\fP\^, Window \fIgrab_window\fP\^);
.SH ARGUMENTS
.ds Bu grabbed or released
.IP \fIbutton\fP 1i
Specifies the pointer button that is to be \*(Bu or
Specifies the pointer button that is to be grabbed or released or
.ZN AnyButton .
.IP \fIconfine_to\fP 1i
Specifies the window to confine the pointer in or

View file

@ -96,9 +96,8 @@ Bool (\^*\fIpredicate\fP\^)\^(\^)\^, XPointer \fIarg\fP\^);
Specifies the user-supplied argument that will be passed to the predicate procedure.
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.ds Ev \ either a copy of or
.IP \fIevent_return\fP 1i
Returns\*(Ev the matched event's associated structure.
Returns either a copy of or the matched event's associated structure.
.IP \fIpredicate\fP 1i
Specifies the procedure that is to be called to determine
if the next event in the queue matches what you want.

View file

@ -97,9 +97,8 @@ Specifies the colormap.
Specifies the connection to the X server.
.IP \fInum_return\fP 1i
Returns the number of currently installed colormaps.
.ds Wi that determines the screen
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window that determines the screen.
.SH DESCRIPTION
The
.ZN XInstallColormap

View file

@ -102,12 +102,8 @@ Specifies the array of atoms.
Specifies the name associated with the atom you want returned.
.IP \fIatoms_return\fP 1i
Returns the atoms.
.ds Cn atom names in the array
.IP \fIcount\fP 1i
Specifies the number of \*(Cn.
.ds Cn atoms in the array
.IP \fIcount\fP 1i
Specifies the number of \*(Cn.
Specifies the number of atom names in the array.
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.IP \fInames\fP 1i

View file

@ -106,13 +106,12 @@ int XShrinkRegion\^(\^Region \fIr\fP\^, int \fIdx\fP\^, int \fIdy\fP\^);
Returns the destination region.
.IP \fIdr_return\fP 1i
Returns the result of the computation.
ds Dy move or shrink
.IP \fIdx\fP 1i
.br
.ns
.IP \fIdy\fP 1i
Specify the x and y coordinates,
which define the amount you want to \*(Dy the specified region.
which define the amount you want to move or shrink the specified region.
.IP \fIr\fP 1i
Specifies the region.
.IP \fIrectangle\fP 1i

View file

@ -121,7 +121,7 @@ or
.ZN KeyRelease
event.
.IP \fIkeysym\fP 1i
Specifies the KeySym that is to be \*(Fn.
Specifies the KeySym that is to be returned.
.IP \fIkeysym_return\fP 1i
Returns the KeySym computed from the event if this argument is not NULL.
.IP \fIlist\fP 1i

View file

@ -117,10 +117,8 @@ Returns the next event in the queue.
Returns a copy of the matched event's associated structure.
.IP \fIevent_type\fP 1i
Specifies the event type to be compared.
.ds Wi \ whose event uou are interested in
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window whose event you are interested in.
.SH DESCRIPTION
The
.ZN XNextEvent

View file

@ -119,9 +119,8 @@ Specifies the input method.
Specifies the full class name of the application.
.IP \fIres_name\fP 1i
Specifies the full resource name of the application.
.ds Al \ to set or get XIM values
.IP ... 1i
Specifies the variable length argument list\*(Al.
Specifies the variable length argument list to set or get XIM values.
.SH DESCRIPTION
The
.ZN XOpenIM

View file

@ -107,9 +107,8 @@ Specifies the full resource name of the application.
Specifies the full class name of the application.
.IP \fIom\fP 1i
Specifies the output method.
.ds Al \ to set or get XOM values
.IP ... 1i
Specifies the variable length argument list\*(Al.
Specifies the variable length argument list to set or get XOM values.
.SH DESCRIPTION
The
.ZN XOpenOM

View file

@ -101,16 +101,16 @@ XImage *XGetSubImage\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, int
Specifies the drawable.
.IP \fIdest_image\fP 1i
Specifies the destination image.
.ds Dx , which are relative to the origin of the drawable \
and are the coordinates of the subimage \
or which are relative to the origin of the destination rectangle, \
specify its upper-left corner, and determine where the subimage \
is placed in the destination image
.ds Dx
.IP \fIdest_x\fP 1i
.br
.ns
.IP \fIdest_y\fP 1i
Specify the x and y coordinates\*(Dx.
Specify the x and y coordinates, which are relative to the origin of the drawable
and are the coordinates of the subimage
or which are relative to the origin of the destination rectangle,
specify its upper-left corner, and determine where the subimage
is placed in the destination image.
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.IP \fIformat\fP 1i
@ -136,19 +136,18 @@ Specifies the offset in Y from the top edge of the image defined
by the
.ZN XImage
structure.
.ds Wh \ of the subimage, which define the dimensions of the rectangle
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
.ds Xy , which are relative to the origin of the drawable \
and define the upper-left corner of the rectangle
Specify the width and height of the subimage, which define
the dimensions of the rectangle.
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates, which are relative to the origin of the drawable
and define the upper-left corner of the rectangle.
.SH DESCRIPTION
The
.ZN XPutImage

View file

@ -94,9 +94,8 @@ Returns the child window that the pointer is located in, if any.
Specifies the connection to the X server.
.IP \fImask_return\fP 1i
Returns the current state of the modifier keys and pointer buttons.
.ds Ro that the pointer is in
.IP \fIroot_return\fP 1i
Returns the root window \*(Ro.
Returns the root window that the pointer is in.
.IP \fIroot_x_return\fP 1i
.br
.ns

View file

@ -97,10 +97,9 @@ Returns the number of children.
Returns the parent window.
.IP \fIroot_return\fP 1i
Returns the root window.
.ds Wi whose list of children, root, parent, and number of children \
you want to obtain
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window whose list of children, root, parent, and number of children
you want to obtain.
.SH DESCRIPTION
The
.ZN XQueryTree

View file

@ -108,9 +108,8 @@ char *\fIdata\fP\^, unsigned int \fIwidth\fP, unsigned int \fIheight\fP\^);
Specifies the bitmap.
.IP \fIbitmap_return\fP 1i
Returns the bitmap that is created.
.ds Dr \ that indicates the screen
.IP \fId\fP 1i
Specifies the drawable\*(Dr.
Specifies the drawable that indicates the screen.
.IP \fIdata\fP 1i
Specifies the data in bitmap format.
.IP \fIdata\fP 1i

View file

@ -96,19 +96,17 @@ unsigned int \fIwidth\fP\^, unsigned int \fIheight\fP\^, unsigned int
Specifies the RGB values for the background of the source.
.IP \fIcursor\fP 1i
Specifies the cursor.
.ds Dr , which indicates the screen
.IP \fId\fP 1i
Specifies the drawable\*(Dr.
Specifies the drawable, which indicates the screen.
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.IP \fIforeground_color\fP 1i
Specifies the RGB values for the foreground of the source.
.ds Wh of the cursor that you want the size information for
.IP \fIwidth\fP 1i
.br
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
Specify the width and height of the cursor that you want the size information for.
.IP \fIwidth_return\fP 1i
.br
.ns

View file

@ -92,12 +92,11 @@ Specifies the connection to the X server.
Specifies the parent window.
.IP \fIw\fP 1i
Specifies the window.
.ds Xy of the position in the new parent window
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates of the position in the new parent window.
.SH DESCRIPTION
If the specified window is mapped,
.ZN XReparentWindow

View file

@ -90,9 +90,8 @@ int XSelectInput\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, long
Specifies the connection to the X server.
.IP \fIevent_mask\fP 1i
Specifies the event mask.
.ds Wi whose events you are interested in
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window whose events you are interested in.
.SH DESCRIPTION
The
.ZN XSelectInput

View file

@ -109,12 +109,11 @@ Specify the time interval in which the events are returned from the motion
history buffer.
You can pass a timestamp or
.ZN CurrentTime .
.ds Wi the window the event is to be sent to,
.ZN PointerWindow ,
or
.ZN InputFocus .
.IP \fIw\fP 1i
Specifies the window \*(Wi.
Specifies the window the window the event is to be sent to.
.SH DESCRIPTION
The
.ZN XSendEvent

View file

@ -89,9 +89,8 @@ char * XGetICValues\^(\^XIC \fIic\fP, ...\^);
.SH ARGUMENTS
.IP \fIic\fP 1i
Specifies the input context.
.ds Al \ to set or get XIC values
.IP ... 1i
Specifies the variable length argument list\*(Al.
Specifies the variable length argument list to set or get XIC values.
.SH DESCRIPTION
The
.ZN XSetICValues

View file

@ -95,12 +95,10 @@ Specifies the connection to the X server.
Specifies the list of windows.
.IP \fIcolormap_windows_return\fP 1i
Returns the list of windows.
.ds Cn windows in the list
.IP \fIcount\fP 1i
Specifies the number of \*(Cn.
.ds Cn windows in the list
Specifies the number of windows in the list.
.IP \fIcount_return\fP 1i
Returns the number of \*(Cn.
Returns the number of windows in the list.
.IP \fIw\fP 1i
Specifies the window.
.SH DESCRIPTION

View file

@ -91,12 +91,10 @@ Status XGetWMProtocols\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, Atom
.SH ARGUMENTS
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.ds Cn protocols in the list
.IP \fIcount\fP 1i
Specifies the number of \*(Cn.
.ds Cn protocols in the list
Specifies the number of protocols in the list.
.IP \fIcount_return\fP 1i
Returns the number of \*(Cn.
Returns the number of protocols in the list.
.IP \fIprotocols\fP 1i
Specifies the list of protocols.
.IP \fIprotocols_return\fP 1i

View file

@ -96,10 +96,9 @@ int \fIbuffer\fP\^);
.HP
int XRotateBuffers\^(\^Display *\fIdisplay\fP\^, int \fIrotate\fP\^);
.SH ARGUMENTS
.ds Fn in which you want to store the bytes \
or from which you want the stored data returned
.IP \fIbuffer\fP 1i
Specifies the buffer \*(Fn.
Specifies the buffer in which you want to store the bytes
or from which you want the stored data returned.
.IP \fIbytes\fP 1i
Specifies the bytes, which are not necessarily ASCII or null-terminated.
.IP \fIdisplay\fP 1i

View file

@ -92,9 +92,8 @@ XColor *\fIcolor\fP\^);
int XStoreNamedColor\^(\^Display *\fIdisplay\fP\^, Colormap \fIcolormap\fP\^,
char *\^\fIcolor\fP\^, unsigned long \fIpixel\fP\^, int \fIflags\fP\^);
.SH ARGUMENTS
.ds Co pixel and RGB values or the color name string (for example, red)
.IP \fIcolor\fP 1i
Specifies the \*(Co.
Specifies the pixel and RGB values or the color name string (for example, red).
.IP \fIcolor\fP 1i
Specifies an array of color definition structures to be stored.
.IP \fIcolormap\fP 1i

View file

@ -92,12 +92,10 @@ Status XTextPropertyToStringList\^(\^XTextProperty *\fItext_prop\fP\^, char
.HP
void XFreeStringList\^(\^char **\fIlist\fP\^);
.SH ARGUMENTS
.ds Cn strings
.IP \fIcount\fP 1i
Specifies the number of \*(Cn.
.ds Cn strings
Specifies the number of strings.
.IP \fIcount_return\fP 1i
Returns the number of \*(Cn.
Returns the number of strings.
.IP \fIlist\fP 1i
Specifies the list of strings to be freed.
.IP \fIlist\fP 1i

View file

@ -101,9 +101,8 @@ Specifies the connection to the X server.
Specifies the element of KeyCode vector.
.IP \fIkeycode\fP 1i
Specifies the KeyCode.
.ds Fn searched for or converted
.IP \fIkeysym\fP 1i
Specifies the KeySym that is to be \*(Fn.
Specifies the KeySym that is to be searched for or converted.
.IP \fIlower_return\fP 1i
Returns the lowercase form of keysym, or keysym.
.IP \fIstring\fP 1i

View file

@ -88,9 +88,8 @@ XVaNestedList XVaCreateNestedList\^(\^int \fIdummy\fP\^, ...\^);
.SH ARGUMENTS
.IP \fIdummy\fP 1i
Specifies an unused argument (required by ANSI C).
.ds Al
.IP ... 1i
Specifies the variable length argument list\*(Al.
Specifies the variable length argument list.
.SH DESCRIPTION
The
.ZN XVaCreateNestedList

View file

@ -103,9 +103,9 @@ that is actually used in the colormap.
.IP \fIcolor_screen_return\fP 1i
Returns the pixel value of the color cell and color specification
that actually is stored for that cell.
.ds St \ whose color definition structure is to be returned
.ds St \
.IP \fIcolor_string\fP 1i
Specifies the color string\*(St.
Specifies the color string whose color definition structure is to be returned.
.IP \fIresult_format\fP 1i
Specifies the color format for the returned color specification.
.SH DESCRIPTION

View file

@ -99,26 +99,21 @@ Status XcmsCIELabQueryMinL\^(\^XcmsCCC \fIccc\fP\^, XcmsFloat
Specifies the CCC.
Note that the CCC's Client White Point and White Point Adjustment procedures
are ignored.
.ds Ch maximum lightness (MaxL) or minimum lightness (MinL)
.IP \fIchroma\fP 1i
Specifies the chroma at which to find \*(Ch.
.ds Lc maximum chroma (MaxC and MaxLC), maximum lightness (MaxL), \
or minimum lightness (MinL)
.ds lC hue angle and lightness (MaxC), hue angle and chroma (MaxL and MinL), \
or hue angle (MaxLC)
Specifies the chroma at which to find maximum lightness (MaxL) or minimum lightness (MinL).
.IP \fIcolor_return\fP 1i
Returns the CIE L*a*b* coordinates of \*(Lc
displayable by the screen for the given \*(lC.
Returns the CIE L*a*b* coordinates of
maximum chroma (MaxC and MaxLC), maximum lightness (MaxL),
or minimum lightness (MinL)
displayable by the screen for the given hue angle and lightness (MaxC), hue angle and chroma (MaxL and MinL), or hue angle (MaxLC).
The white point associated with the returned
color specification is the Screen White Point.
The value returned in the pixel member is undefined.
.ds Ha maximum chroma (MaxC and MaxLC), maximum lightness (MaxL), \
or minimum lightness (MinL)
.IP \fIhue_angle\fP 1i
Specifies the hue angle (in degrees) at which to find \*(Ha.
.ds Ls maximum chroma (MaxC)
Specifies the hue angle (in degrees) at which to find maximum chroma (MaxC and MaxLC), maximum lightness (MaxL),
or minimum lightness (MinL).
.IP \fIL_star\fP 1i
Specifies the lightness (L*) at which to find \*(Ls.
Specifies the lightness (L*) at which to find maximum chroma (MaxC).
.SH DESCRIPTION
The
.ZN XcmsCIELabQueryMaxC

View file

@ -102,10 +102,8 @@ Status XcmsQueryWhite\^(\^XcmsCCC \fIccc\fP\^, XcmsColorFormat
Specifies the CCC.
Note that the CCC's Client White Point and White Point Adjustment procedures
are ignored.
.ds Cs
.IP \fIcolor_return\fP 1i
Returns the color specification in the specified target format
for \*(Cs.
Returns the color specification in the specified target format.
The white point associated with the returned
color specification is the Screen White Point.
The value returned in the pixel member is undefined.

View file

@ -109,9 +109,8 @@ The color specification stored for the color cell is returned in this
structure.
.IP \fIcolor_screen_return\fP 1i
Returns the color that can be reproduced on the screen.
.ds St
.IP \fIcolor_string\fP 1i
Specifies the color string\*(St.
Specifies the color string.
.IP \fIresult_format\fP 1i
Specifies the color format for the returned color
specifications (color_screen_return and color_exact_return arguments).

View file

@ -90,12 +90,10 @@ XcmsWhiteAdjustProc \fIwhite_adjust_proc\fP\^, XPointer \fIclient_data\fP\^);
.SH ARGUMENTS
.IP \fIccc\fP 1i
Specifies the CCC.
.ds Cd the white point adjustment procedure
.IP \fIclient_data\fP 1i
Specifies client data for \*(Cd or NULL.
.ds Co new Client White Point
Specifies client data for the white point adjustment procedure or NULL.
.IP \fIcolor\fP 1i
Specifies the \*(Co.
Specifies the new Client White Point.
.IP \fIwhite_adjust_proc\fP 1i
Specifies the white point adjustment procedure.
.SH DESCRIPTION

View file

@ -103,37 +103,35 @@ XcmsFloat \fIchroma\fP\^, XcmsColor *\fIcolor_return\fP\^);
Specifies the CCC.
Note that the CCC's Client White Point and White Point Adjustment procedures
are ignored.
.ds Ch maximum Value (MaxV)
.IP \fIchroma\fP 1i
Specifies the chroma at which to find \*(Ch.
Specifies the chroma at which to find maximum Value (MaxV).
.IP \fIcolors_return\fP 1i
Returns nsamples of color specifications in XcmsTekHVC
such that the Chroma is the maximum attainable for the Value and Hue.
The white point associated with the returned
color specification is the Screen White Point.
The value returned in the pixel member is undefined.
.ds Lc maximum Chroma along with the actual Hue and Value (MaxC), \
maximum Value along with the Hue and Chroma (MaxV), \
color specification in XcmsTekHVC for the maximum Chroma, \
the Value at which that maximum Chroma is reached and actual Hue (MaxVC) \
or minimum Value and the actual Hue and Chroma (MinL)
.ds lC maximum Chroma (MaxC and MaxVC), maximum Value (MaxV), or \
minimum Value (MinL)
.ds Lc
.ds lC
.IP \fIcolor_return\fP 1i
Returns the \*(Lc at which the \*(lC was found.
Returns the maximum Chroma along with the actual Hue and Value (MaxC),
maximum Value along with the Hue and Chroma (MaxV),
color specification in XcmsTekHVC for the maximum Chroma,
the Value at which that maximum Chroma is reached and actual Hue (MaxVC)
or minimum Value and the actual Hue and Chroma (MinL)
at which the maximum Chroma (MaxC and MaxVC), maximum Value (MaxV), or
minimum Value (MinL) was found.
The white point associated with the returned
color specification is the Screen White Point.
The value returned in the pixel member is undefined.
.ds Hu in which to find the maximum Chroma (MaxC and MaxVC), \
maximum Value (MaxV), the maximum Chroma/Value samples (MaxVSamples), \
or the minimum Value (MinL)
.IP \fIhue\fP 1i
Specifies the Hue \*(Hu.
Specifies the Hue in which to find the maximum Chroma (MaxC and MaxVC),
maximum Value (MaxV), the maximum Chroma/Value samples (MaxVSamples),
or the minimum Value (MinL).
.IP \fInsamples\fP 1i
Specifies the number of samples.
.ds Va maximum Chroma (MaxC) or minimum Value (MinL)
.IP \fIvalue\fP 1i
Specifies the Value in which to find the \*(Va.
Specifies the Value in which to find the maximum Chroma (MaxC) or minimum Value (MinL).
.SH DESCRIPTION
The
.ZN XcmsTekHVCQueryMaxC

View file

@ -110,12 +110,11 @@ Specifies the number of bytes in the string argument.
Specifies the number of characters in the string argument.
.IP \fIstring\fP 1i
Specifies the character string.
.ds Xy
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates.
.SH DESCRIPTION
The
.ZN XmbDrawImageString ,

View file

@ -110,12 +110,11 @@ Specifies the number of bytes in the string argument.
Specifies the number of characters in the string argument.
.IP \fIstring\fP 1i
Specifies the character string.
.ds Xy
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates.
.SH DESCRIPTION
The
.ZN XmbDrawString ,

View file

@ -105,12 +105,11 @@ Specifies the GC.
Specifies an array of text items.
.IP \fInitems\fP 1i
Specifies the number of text items in the array.
.ds Xy
.IP \fIx\fP 1i
.br
.ns
.IP \fIy\fP 1i
Specify the x and y coordinates\*(Xy.
Specify the x and y coordinates.
.SH DESCRIPTION
The
.ZN XmbDrawText ,

View file

@ -106,9 +106,8 @@ from the input method.
.ns
.IP \fIwchars_buffer\fP 1i
Specifies space available in the return buffer.
.ds Ev key event to be used
.IP \fIevent\fP 1i
Specifies the \*(Ev.
Specifies the key event to be used.
.IP \fIic\fP 1i
Specifies the input context.
.IP \fIkeysym_return\fP 1i

View file

@ -102,11 +102,10 @@ Specifies the font set.
Specifies the number of bytes in the string argument.
.IP \fInum_wchars\fP 1i
Specifies the number of characters in the string argument.
.ds Ov dimensions
.IP \fIoverall_ink_return\fP 1i
Returns the overall ink \*(Ov.
Returns the overall ink dimensions.
.IP \fIoverall_logical_return\fP 1i
Returns the overall logical \*(Ov.
Returns the overall logical dimensions.
.IP \fIstring\fP 1i
Specifies the character string.
.SH DESCRIPTION

View file

@ -130,9 +130,8 @@ Specifies the
structure to be used.
.IP \fIlist_return\fP 1i
Returns a list of null-terminated character strings.
.ds Cn strings
.IP \fIcount_return\fP 1i
Returns the number of \*(Cn.
Returns the number of strings.
.IP \fIlist\fP 1i
Specifies the list of strings to be freed.
.SH DESCRIPTION

View file

@ -117,11 +117,10 @@ Specifies the number of bytes in the string argument.
Returns the number of characters in the string argument.
.IP \fInum_wchars\fP 1i
Specifies the number of characters in the string argument.
.ds Ov extents of the entire string
.IP \fIoverall_ink_return\fP 1i
Returns the overall ink \*(Ov.
Returns the overall ink extents of the entire string.
.IP \fIoverall_logical_return\fP 1i
Returns the overall logical \*(Ov.
Returns the overall logical extents of the entire string.
.IP \fIstring\fP 1i
Specifies the character string.
.SH DESCRIPTION

View file

@ -132,9 +132,8 @@ Returns the binding list.
Specifies the quark for which the equivalent string is desired.
.IP \fIquarks_return\fP 1i
Returns the list of quarks.
.ds Ql \ or quark list
.IP \fIstring\fP 1i
Specifies the string for which a quark\*(Ql is to be allocated.
Specifies the string for which a quark or quark list is to be allocated.
.SH DESCRIPTION
The
.ZN XrmUniqueQuark