diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
commit | b90c05162b5edd08338a060f5777419654fa6d2e (patch) | |
tree | 346b8c7439d7d8db30404ad9f4db4c4e1725c252 /man/XtSessionGetToken.man | |
parent | a6bdd56c5b098599942e4091ae7e2af2d4631b44 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'man/XtSessionGetToken.man')
-rw-r--r-- | man/XtSessionGetToken.man | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/man/XtSessionGetToken.man b/man/XtSessionGetToken.man index ee81e57..ec111d9 100644 --- a/man/XtSessionGetToken.man +++ b/man/XtSessionGetToken.man @@ -26,7 +26,7 @@ .\" other dealings in this Software without prior written authorization .\" from the X Consortium. .\" -.\" $XFree86: xc/doc/man/Xt/XtSession.man,v 1.2 2001/01/27 18:20:29 dawes Exp $ +.\" $XFree86: xc/doc/man/Xt/XtSession.man,v 1.3 2003/04/28 22:18:20 herrb Exp $ .\" .ds tk X Toolkit .ds xT X Toolkit Intrinsics \- C Language Interface @@ -131,15 +131,10 @@ .SH NAME XtSessionGetToken, XtSessionReturnToken \- token management for checkpointing .SH SYNTAX -XtCheckpointToken XtSessionGetToken(\fIw\fP, \fItype\fP) -.br - Widget \fIw\fP; -.br - int \fItype\fP; -.LP -void XtSessionReturntoken(\fItoken\fP) -.br - XtCheckpointToken \fItoken\fP; +.HP +XtCheckpointToken XtSessionGetToken(Widget \fIw\fP, int \fItype\fP); +.HP +void XtSessionReturntoken(XtCheckpointToken \fItoken\fP); .SH ARGUMENTS .IP \fIw\fP 1i Specifies the session widget. |