diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-01-14 20:49:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-01-14 20:49:02 +0000 |
commit | 332defa5d8762e8c04e4e707c08ae3893173581f (patch) | |
tree | 3d1096bd168085fd8eac02831142c2466f9b2d26 /lib/libXt/man/XtProcessLock.man | |
parent | c6b1589c2baee04df73cce89e6ffdaabe9a91a87 (diff) |
Update to libXt 1.2.0. Tested by tb@
Diffstat (limited to 'lib/libXt/man/XtProcessLock.man')
-rw-r--r-- | lib/libXt/man/XtProcessLock.man | 33 |
1 files changed, 3 insertions, 30 deletions
diff --git a/lib/libXt/man/XtProcessLock.man b/lib/libXt/man/XtProcessLock.man index 17d47fbe4..9e79a97dc 100644 --- a/lib/libXt/man/XtProcessLock.man +++ b/lib/libXt/man/XtProcessLock.man @@ -33,47 +33,20 @@ .ds Vn 2.2 .hw XtProcess-Lock XtProcess-Unlock wid-get .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 -.. -.ny0 .TH XtProcessLock __libmansuffix__ __xorgversion__ "XT FUNCTIONS" .SH NAME XtProcessLock, XtProcessUnlock \- lock and unlock process .SH SYNTAX +#include <X11/Intrinsic.h> .HP void XtProcessLock(void); .HP void XtProcessUnlock(void); .SH DESCRIPTION -.ZN XtProcessLock +.B XtProcessLock is used to lock all process global data. .LP -.ZN XtProcessUnlock +.B XtProcessUnlock unlocks the process. .SH "SEE ALSO" .br |