summaryrefslogtreecommitdiff
path: root/lib/libX11/man/XVaCreateNestedList.man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libX11/man/XVaCreateNestedList.man')
-rw-r--r--lib/libX11/man/XVaCreateNestedList.man46
1 files changed, 6 insertions, 40 deletions
diff --git a/lib/libX11/man/XVaCreateNestedList.man b/lib/libX11/man/XVaCreateNestedList.man
index 39ed727e3..44b0b5b08 100644
--- a/lib/libX11/man/XVaCreateNestedList.man
+++ b/lib/libX11/man/XVaCreateNestedList.man
@@ -38,62 +38,28 @@
.\" to this documentation without specific, written prior permission.
.\" Digital and Tektronix makes no representations about the suitability
.\" of this documentation for any purpose.
-.\" It is provided ``as is'' without express or implied warranty.
-.\"
+.\" It is provided "as is" without express or implied warranty.
+.\"
.\"
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xW Athena X Widgets \- C Language X Toolkit Interface
.ds xL Xlib \- C Language X Interface
.ds xC Inter-Client Communication Conventions Manual
-.na
-.de Ds
-.nf
-.\\$1D \\$2 \\$1
-.ft CW
-.\".ps \\n(PS
-.\".if \\n(VS>=40 .vs \\n(VSu
-.\".if \\n(VS<=39 .vs \\n(VSp
-..
-.de De
-.ce 0
-.if \\n(BD .DF
-.nr BD 0
-.in \\n(OIu
-.if \\n(TM .ls 2
-.sp \\n(DDu
-.fi
-..
-.de IN \" send an index entry to the stderr
-..
-.de Pn
-.ie t \\$1\fB\^\\$2\^\fR\\$3
-.el \\$1\fI\^\\$2\^\fP\\$3
-..
-.de ZN
-.ie t \fB\^\\$1\^\fR\\$2
-.el \fI\^\\$1\^\fP\\$2
-..
-.de hN
-.ie t <\fB\\$1\fR>\\$2
-.el <\fI\\$1\fP>\\$2
-..
-.ny0
.TH XVaCreateNestedList __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
.SH NAME
XVaCreateNestedList \- allocate a nested variable argument list
.SH SYNTAX
typedef void * XVaNestedList;
.HP
-XVaNestedList XVaCreateNestedList\^(\^int \fIdummy\fP\^, ...\^);
+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
+.B XVaCreateNestedList
function allocates memory and copies its arguments into
a single list pointer,
which may be used as a value for arguments requiring a list value.
@@ -102,7 +68,7 @@ Data passed by reference is not copied;
the caller must ensure data remains valid for the lifetime
of the nested list.
The list should be freed using
-.ZN XFree
+.B XFree
when it is no longer needed.
.SH "SEE ALSO"
\fI\*(xL\fP