diff options
Diffstat (limited to 'man/XtProcessLock.man')
-rw-r--r-- | man/XtProcessLock.man | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/XtProcessLock.man b/man/XtProcessLock.man index c273853..26786b6 100644 --- a/man/XtProcessLock.man +++ b/man/XtProcessLock.man @@ -25,7 +25,7 @@ .\" dealing in this Software without prior written authorization from the .\" X Consortium. .\" -.\" $XFree86: xc/doc/man/Xt/XtProcLock.man,v 1.2 2001/01/27 18:20:29 dawes Exp $ +.\" $XFree86: xc/doc/man/Xt/XtProcLock.man,v 1.3 2003/04/28 22:18:20 herrb Exp $ .\" .ds tk X Toolkit .ds xT X Toolkit Intrinsics \- C Language Interface @@ -130,9 +130,10 @@ .SH NAME XtProcessLock, XtProcessUnlock \- lock and unlock process .SH SYNTAX -void XtProcessLock() -.LP -void XtProcessUnlock() +.HP +void XtProcessLock(void); +.HP +void XtProcessUnlock(void); .SH DESCRIPTION .ZN XtProcessLock is used to lock all process global data. |