mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-04 05:58:11 +02:00
Fix more broken multi-line .ds macros. Remove extraneous ;'s .
This commit is contained in:
parent
1909786f4a
commit
e1f4c6f5e3
18 changed files with 50 additions and 51 deletions
|
|
@ -42,7 +42,7 @@
|
|||
.\" It is provided ``as is'' without express or implied warranty.
|
||||
.\"
|
||||
.\" $XFree86: xc/doc/man/X11/XASHints.man,v 1.5 2003/04/28 22:17:54 herrb Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XAllocSizeHints.man,v 1.2 2004-04-23 18:42:09 eich Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XAllocSizeHints.man,v 1.3 2005-08-17 01:27:08 alanc Exp $
|
||||
.\"
|
||||
.ds xT X Toolkit Intrinsics \- C Language Interface
|
||||
.ds xW Athena X Widgets \- C Language X Toolkit Interface
|
||||
|
|
@ -296,7 +296,7 @@ the supplied_return argument will contain the following bits:
|
|||
.LP
|
||||
.Ds
|
||||
(USPosition|USSize|PPosition|PSize|PMinSize|
|
||||
PMaxSize|PResizeInc|PAspect);
|
||||
PMaxSize|PResizeInc|PAspect)
|
||||
.De
|
||||
.LP
|
||||
If the property is large enough to contain the base size
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
.\" It is provided ``as is'' without express or implied warranty.
|
||||
.\"
|
||||
.\" $XFree86: xc/doc/man/X11/XASCmap.man,v 1.5 2003/04/28 22:17:54 herrb Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XAllocStandardColormap.man,v 1.2 2004-04-23 18:42:09 eich Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XAllocStandardColormap.man,v 1.3 2005-08-17 01:27:08 alanc Exp $
|
||||
.\"
|
||||
.ds xT X Toolkit Intrinsics \- C Language Interface
|
||||
.ds xW Athena X Widgets \- C Language X Toolkit Interface
|
||||
|
|
@ -292,7 +292,7 @@ T{
|
|||
T} T{
|
||||
.ZN ReleaseByFreeingColormap
|
||||
T} T{
|
||||
( (XID) 1L);
|
||||
( (XID) 1L)
|
||||
T}
|
||||
.TE
|
||||
/\(** Values */
|
||||
|
|
@ -330,7 +330,7 @@ green_max = 5, and blue_max = 5.
|
|||
.LP
|
||||
The red_mult, green_mult, and blue_mult members give the
|
||||
scale factors used to compose a full pixel value.
|
||||
(See the discussion of the base_pixel members for further information.);
|
||||
(See the discussion of the base_pixel members for further information.)
|
||||
For a 3/3/2 allocation, red_mult might be 32,
|
||||
green_mult might be 4, and blue_mult might be 1.
|
||||
For a 6-colors-each allocation, red_mult might be 36,
|
||||
|
|
@ -382,7 +382,7 @@ the cells held by this standard colormap are to be released
|
|||
by freeing the colormap ID or by calling the
|
||||
.ZN XKillClient
|
||||
function on the indicated resource.
|
||||
(Note that this method is necessary for allocating out of an existing colormap.);
|
||||
(Note that this method is necessary for allocating out of an existing colormap.)
|
||||
.LP
|
||||
The properties containing the
|
||||
.ZN XStandardColormap
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
.\" It is provided ``as is'' without express or implied warranty.
|
||||
.\"
|
||||
.\" $XFree86: xc/doc/man/X11/XAWMHints.man,v 1.4 2003/04/28 22:17:54 herrb Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XAllocWMHints.man,v 1.2 2004-04-23 18:42:09 eich Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XAllocWMHints.man,v 1.3 2005-08-17 01:27:08 alanc Exp $
|
||||
.\"
|
||||
.ds xT X Toolkit Intrinsics \- C Language Interface
|
||||
.ds xW Athena X Widgets \- C Language X Toolkit Interface
|
||||
|
|
@ -226,56 +226,56 @@ T{
|
|||
T} T{
|
||||
.ZN InputHint
|
||||
T} T{
|
||||
(1L << 0);
|
||||
(1L << 0)
|
||||
T}
|
||||
T{
|
||||
\&#define
|
||||
T} T{
|
||||
.ZN StateHint
|
||||
T} T{
|
||||
(1L << 1);
|
||||
(1L << 1)
|
||||
T}
|
||||
T{
|
||||
\&#define
|
||||
T} T{
|
||||
.ZN IconPixmapHint
|
||||
T} T{
|
||||
(1L << 2);
|
||||
(1L << 2)
|
||||
T}
|
||||
T{
|
||||
\&#define
|
||||
T} T{
|
||||
.ZN IconWindowHint
|
||||
T} T{
|
||||
(1L << 3);
|
||||
(1L << 3)
|
||||
T}
|
||||
T{
|
||||
\&#define
|
||||
T} T{
|
||||
.ZN IconPositionHint
|
||||
T} T{
|
||||
(1L << 4);
|
||||
(1L << 4)
|
||||
T}
|
||||
T{
|
||||
\&#define
|
||||
T} T{
|
||||
.ZN IconMaskHint
|
||||
T} T{
|
||||
(1L << 5);
|
||||
(1L << 5)
|
||||
T}
|
||||
T{
|
||||
\&#define
|
||||
T} T{
|
||||
.ZN WindowGroupHint
|
||||
T} T{
|
||||
(1L << 6);
|
||||
(1L << 6)
|
||||
T}
|
||||
T{
|
||||
\&#define
|
||||
T} T{
|
||||
.ZN UrgencyHint
|
||||
T} T{
|
||||
(1L << 8);
|
||||
(1L << 8)
|
||||
T}
|
||||
T{
|
||||
\&#define
|
||||
|
|
@ -286,7 +286,7 @@ T} T{
|
|||
.br
|
||||
IconWindowHint|IconPositionHint|
|
||||
.br
|
||||
IconMaskHint|WindowGroupHint);
|
||||
IconMaskHint|WindowGroupHint)
|
||||
T}
|
||||
.TE
|
||||
.IN "XWMHints" "" "@DEF@"
|
||||
|
|
@ -391,7 +391,7 @@ contents to be urgent, requiring the timely response of the user. The
|
|||
window manager will make some effort to draw the user's attention to this
|
||||
window while this flag is set. The client must provide some means by which the
|
||||
user can cause the urgency flag to be cleared (either mitigating
|
||||
the condition that made the window urgent or merely shutting off the alarm);
|
||||
the condition that made the window urgent or merely shutting off the alarm)
|
||||
or the window to be withdrawn.
|
||||
.SH DIAGNOSTICS
|
||||
.TP 1i
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ Specifies the window.
|
|||
.ns
|
||||
.IP \fIheight\fP 1i
|
||||
Specify the width and height\*(Wh.
|
||||
.ds Xy , which are relative to the origin of the window
|
||||
.ds Xy , which are relative to the origin of the window \
|
||||
and specify the upper-left corner of the rectangle
|
||||
.IP \fIx\fP 1i
|
||||
.br
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
.\" It is provided ``as is'' without express or implied warranty.
|
||||
.\"
|
||||
.\" $XFree86: xc/doc/man/X11/XConfWin.man,v 1.5 2003/04/28 22:17:54 herrb Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XConfigureWindow.man,v 1.2 2004-04-23 18:42:09 eich Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XConfigureWindow.man,v 1.3 2005-08-17 01:27:08 alanc Exp $
|
||||
.\"
|
||||
.ds xT X Toolkit Intrinsics \- C Language Interface
|
||||
.ds xW Athena X Widgets \- C Language X Toolkit Interface
|
||||
|
|
@ -182,8 +182,8 @@ Specifies the width of the window border.
|
|||
.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
|
||||
.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
|
||||
.IP \fIx\fP 1i
|
||||
.br
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ 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
|
||||
.ds Dx , which are relative to the origin of the destination rectangle \
|
||||
and specify its upper-left corner
|
||||
.IP \fIdest_x\fP 1i
|
||||
.br
|
||||
|
|
@ -181,8 +181,7 @@ 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
|
||||
.ds Wh , which are the dimensions of both the source and destination rectangles
|
||||
.IP \fIwidth\fP 1i
|
||||
.br
|
||||
.ns
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
.\" It is provided ``as is'' without express or implied warranty.
|
||||
.\"
|
||||
.\" $XFree86: xc/doc/man/X11/XCreWin.man,v 1.5 2003/04/28 22:17:54 herrb Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XCreateWindow.man,v 1.2 2004-04-23 18:42:09 eich Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XCreateWindow.man,v 1.3 2005-08-17 01:27:08 alanc Exp $
|
||||
.\"
|
||||
.ds xT X Toolkit Intrinsics \- C Language Interface
|
||||
.ds xW Athena X Widgets \- C Language X Toolkit Interface
|
||||
|
|
@ -196,14 +196,14 @@ A visual of
|
|||
.ZN CopyFromParent
|
||||
means the visual type is taken from the
|
||||
parent.
|
||||
.ds Wh , which are the created window's inside dimensions
|
||||
.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
|
||||
.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
|
||||
.IP \fIx\fP 1i
|
||||
.br
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
.\" It is provided ``as is'' without express or implied warranty.
|
||||
.\"
|
||||
.\" $XFree86: xc/doc/man/X11/XDrArc.man,v 1.4 2003/04/28 22:17:54 herrb Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XDrawArc.man,v 1.2 2004-04-23 18:42:09 eich Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XDrawArc.man,v 1.3 2005-08-17 01:27:08 alanc Exp $
|
||||
.\"
|
||||
.ds xT X Toolkit Intrinsics \- C Language Interface
|
||||
.ds xW Athena X Widgets \- C Language X Toolkit Interface
|
||||
|
|
@ -177,7 +177,7 @@ Specifies the number of arcs in the array.
|
|||
.ns
|
||||
.IP \fIheight\fP 1i
|
||||
Specify the width and height\*(Wh.
|
||||
.ds Xy , which are relative to the origin of the drawable
|
||||
.ds Xy , which are relative to the origin of the drawable \
|
||||
and specify the upper-left corner of the bounding rectangle
|
||||
.IP \fIx\fP 1i
|
||||
.br
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ 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
|
||||
.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
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ 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
|
||||
.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
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
.\" It is provided ``as is'' without express or implied warranty.
|
||||
.\"
|
||||
.\" $XFree86: xc/doc/man/X11/XDrText.man,v 1.4 2003/04/28 22:17:54 herrb Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XDrawText.man,v 1.2 2004-04-23 18:42:09 eich Exp $
|
||||
.\" $XdotOrg: lib/X11/man/XDrawText.man,v 1.3 2005-08-17 01:27:08 alanc Exp $
|
||||
.\"
|
||||
.ds xT X Toolkit Intrinsics \- C Language Interface
|
||||
.ds xW Athena X Widgets \- C Language X Toolkit Interface
|
||||
|
|
@ -163,7 +163,7 @@ 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
|
||||
.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
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ Specify the two regions.
|
|||
.ns
|
||||
.IP \fIheight\fP 1i
|
||||
Specify the width and height\*(Wh.
|
||||
.ds Xy , which define the point
|
||||
.ds Xy , which define the point \
|
||||
or the coordinates of the upper-left corner of the rectangle
|
||||
.IP \fIx\fP 1i
|
||||
.br
|
||||
|
|
|
|||
|
|
@ -200,14 +200,14 @@ You can pass
|
|||
.ZN Convex ,
|
||||
or
|
||||
.ZN Nonconvex .
|
||||
.ds Wh , which are the dimensions of the rectangle to be filled
|
||||
.ds Wh , which are the dimensions of the rectangle to be filled \
|
||||
or 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
|
||||
.ds Xy , which are relative to the origin of the drawable \
|
||||
and specify the upper-left corner of the rectangle
|
||||
.IP \fIx\fP 1i
|
||||
.br
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ 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
|
||||
.ds Wi whose list of children, root, parent, and number of children \
|
||||
you want to obtain
|
||||
.IP \fIw\fP 1i
|
||||
Specifies the window \*(Wi.
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ int \fIbuffer\fP\^);
|
|||
.HP
|
||||
int XRotateBuffers\^(\^Display *\fIdisplay\fP\^, int \fIrotate\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.ds Fn in which you want to store the bytes
|
||||
.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.
|
||||
|
|
|
|||
|
|
@ -164,9 +164,9 @@ 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 lightnes (MaxL),
|
||||
.ds Lc maximum chroma (MaxC and MaxLC), maximum lightnes (MaxL), \
|
||||
or minimum lightness (MinL)
|
||||
.ds lC hue angle and lightness (MaxC), hue angle and chroma (MaxL and MinL),
|
||||
.ds lC hue angle and lightness (MaxC), hue angle and chroma (MaxL and MinL), \
|
||||
or hue angle (MaxLC)
|
||||
.IP \fIcolor_return\fP 1i
|
||||
Returns the CIE L*a*b* coordinates of \*(Lc
|
||||
|
|
@ -174,7 +174,7 @@ displayable by the screen for the given \*(lC.
|
|||
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),
|
||||
.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.
|
||||
|
|
|
|||
|
|
@ -164,9 +164,9 @@ 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 lightnes (MaxL),
|
||||
.ds Lc maximum chroma (MaxC and MaxLC), maximum lightnes (MaxL), \
|
||||
or minimum lightness (MinL)
|
||||
.ds lC hue angle and lightness (MaxC), hue angle and chroma (MaxL and MinL),
|
||||
.ds lC hue angle and lightness (MaxC), hue angle and chroma (MaxL and MinL), \
|
||||
or hue angle (MaxLC)
|
||||
.IP \fIcolor_return\fP 1i
|
||||
Returns the CIE L*u*v* coordinates of \*(Lc
|
||||
|
|
@ -174,7 +174,7 @@ displayable by the screen for the given \*(lC.
|
|||
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),
|
||||
.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.
|
||||
|
|
|
|||
|
|
@ -174,20 +174,20 @@ 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)
|
||||
.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
|
||||
.ds lC maximum Chroma (MaxC and MaxVC), maximum Value (MaxV), or \
|
||||
minimum Value (MinL)
|
||||
.IP \fIcolor_return\fP 1i
|
||||
Returns the \*(Lc at which the \*(lC 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),
|
||||
.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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue