diff options
Diffstat (limited to 'man/XtReservePropertyAtom.man')
-rw-r--r-- | man/XtReservePropertyAtom.man | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/man/XtReservePropertyAtom.man b/man/XtReservePropertyAtom.man index e76a81a..30bcc88 100644 --- a/man/XtReservePropertyAtom.man +++ b/man/XtReservePropertyAtom.man @@ -25,7 +25,7 @@ .\" dealing in this Software without prior written authorization from the .\" X Consortium. .\" -.\" $XFree86: xc/doc/man/Xt/XtResPA.man,v 1.2 2001/01/27 18:20:29 dawes Exp $ +.\" $XFree86: xc/doc/man/Xt/XtResPA.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,15 +130,10 @@ .SH NAME XtReservePropertyAtom, XtReleasePropertyAtom \- maintain a cache of property atoms .SH SYNTAX -Widget XtReservePropertyAtom(\fIw\fP) -.br - Widget \fIw\fP; -.LP -void XtReleasePropertyAtome(\fIw\fP, \fIatom\fP) -.br - Widget \fIw\fP; -.br - Atom \fIatom\fP; +.HP +Widget XtReservePropertyAtom(Widget \fIw\fP); +.HP +void XtReleasePropertyAtome(Widget \fIw\fP, Atom \fIatom\fP); .SH ARGUMENTS .IP \fIw\fP 1i Specifies the widget used to reserve the atom. |