Common subdirectories: cvs-ro/xc/doc/man/Xt/CVS and cvs-rw/xc/doc/man/Xt/CVS diff -u cvs-ro/xc/doc/man/Xt/Imakefile cvs-rw/xc/doc/man/Xt/Imakefile --- cvs-ro/xc/doc/man/Xt/Imakefile Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/Imakefile Tue Jan 18 19:12:21 2005 @@ -1,4 +1,5 @@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:57 cpqbld Exp $ +XCOMM $XdotOrg: $ @@ -140,6 +141,7 @@ #else InstallManPageAliases(XtAddInput,$(MANDIR),XtAddTimeOut) #endif +InstallManPageAliases(XtAddInput,$(MANDIR),XtAddWorkProc) InstallManPageLong(XtBlockH,$(MANDIR),XtAppAddBlockHook) InstallManPageAliases(XtAppAddBlockHook,$(MANDIR),XtRemoveBlockHook) InstallManPageLong(XtGetClExt,$(MANDIR),XtGetClassExtension) diff -u cvs-ro/xc/doc/man/Xt/XtAddCbk.man cvs-rw/xc/doc/man/Xt/XtAddCbk.man --- cvs-ro/xc/doc/man/Xt/XtAddCbk.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtAddCbk.man Tue Jan 18 19:17:14 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtAddCbk.man,v 1.3 2000/08/17 19:41:57 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -154,7 +155,7 @@ .ds Cn \ to which the procedure is to be appended or deleted .IP \fIcallback_name\fP 1i Specifies the callback list\*(Cn. -.ds Cd it is invoked by XtCallbacks or NULL, +.ds Cd it is invoked by XtCallbacks or NULL, \ or the client data to match on the registered callback procedures .IP \fIclient_data\fP 1i Specifies the argument that is to be passed to the specified procedure diff -u cvs-ro/xc/doc/man/Xt/XtAddIn.man cvs-rw/xc/doc/man/Xt/XtAddIn.man --- cvs-ro/xc/doc/man/Xt/XtAddIn.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtAddIn.man Tue Jan 18 18:58:06 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtAddIn.man,v 1.3 2000/08/17 19:41:57 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -35,7 +36,7 @@ .ds xC Inter-Client Communication Conventions Manual .ds Rn 3 .ds Vn 2.2 -.hw XtAdd-Input XtAdd-Timeout XtAddWorkProc wid-get +.hw XtAdd-Input XtAdd-TimeOut XtAddWorkProc wid-get .na .de Ds .nf @@ -128,13 +129,13 @@ .ny0 .TH XtAddInput 3Xt __xorgversion__ "XT COMPATIBILITY FUNCTIONS" .SH NAME -XtAddInput, XtAddTimeout \- register input, timeout, and workprocs +XtAddInput, XtAddTimeOut, XtAddWorkProc \- register input, timeout, and workprocs .SH SYNTAX .HP XtInputId XtAddInput(int \fIsource\fP, XtPointer \fIcondition\fP, XtInputCallbackProc \fIproc\fP, XtPointer \fIclient_data\fP); .HP -XtIntervalId XtAddTimeout(unsigned long \fIinterval\fP, XtInputCallbackProc +XtIntervalId XtAddTimeOut(unsigned long \fIinterval\fP, XtInputCallbackProc \fIproc\fP, XtPointer \fIclient_data\fP); .HP XtWorkProcId XtAddWorkProc(XtWorkProc \fIproc\fP, XtPointer @@ -157,14 +158,15 @@ has been replaced by .ZN XtAppAddInput. .LP -.ZN XtAddTimeout +.ZN XtAddTimeOut has been replaced by -.ZN XtAppAddTimeout. +.ZN XtAppAddTimeOut. .LP .ZN XtAddWorkProc has been replaced by .ZN XtAppAddWorkProc . .SH "SEE ALSO" +XtAppAddInput(3Xt), XtAppAddTimeOut(3Xt), XtAppAddWorkProc(3Xt) .br \fI\*(xT\fP .br diff -u cvs-ro/xc/doc/man/Xt/XtAllocGC.man cvs-rw/xc/doc/man/Xt/XtAllocGC.man --- cvs-ro/xc/doc/man/Xt/XtAllocGC.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtAllocGC.man Wed Jan 19 10:42:24 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtAllocGC.man,v 1.3 2000/08/17 19:41:57 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -163,7 +164,7 @@ be initialized with the respective members of the \fIvalues\fP structure. The \fIdynamic_mask\fP argument specifies fields that the caller intends to modify during program execution. The caller must ensure that the -corresponding GC field is sdet prior to each use of the GC. The +corresponding GC field is set prior to each use of the GC. The \fIunused_mask\fP argument specifies fields of the GC that are of no interest to the caller. The caller may make no assumptions about the contents of any fields specified in \fIunused_mask\fP. The caller may diff -u cvs-ro/xc/doc/man/Xt/XtAppE.man cvs-rw/xc/doc/man/Xt/XtAppE.man --- cvs-ro/xc/doc/man/Xt/XtAppE.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtAppE.man Tue Jan 18 19:18:54 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtAppE.man,v 1.3 2000/08/17 19:41:58 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -146,7 +147,7 @@ Specifies the application context. .IP \fImessage\fP 1i Specifies the nonfatal error message that is to be reported. -.ds Ha fatal error procedure, which should not return, +.ds Ha fatal error procedure, which should not return, \ or the nonfatal error procedure, which usually returns .IP \fIhandler\fP 1i Specifies the new \*(Ha. diff -u cvs-ro/xc/doc/man/Xt/XtAppEM.man cvs-rw/xc/doc/man/Xt/XtAppEM.man --- cvs-ro/xc/doc/man/Xt/XtAppEM.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtAppEM.man Tue Jan 18 19:20:05 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtAppEM.man,v 1.3 2000/08/17 19:41:58 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -157,7 +158,7 @@ Specifies the general kind of error. .IP \fItype\fP 1i Specifies the detailed name of the error. -.ds Mh fatal error procedure, which should not return +.ds Mh fatal error procedure, which should not return \ or the nonfatal error procedure, which usually returns .IP \fImsg_handler\fP 1i Specifies the new \*(Mh. diff -u cvs-ro/xc/doc/man/Xt/XtAppSTC.man cvs-rw/xc/doc/man/Xt/XtAppSTC.man --- cvs-ro/xc/doc/man/Xt/XtAppSTC.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtAppSTC.man Wed Jan 19 09:35:01 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtAppSTC.man,v 1.3 2000/08/17 19:41:58 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -157,7 +158,7 @@ sharable or display-specific and when they should be freed. .IP \fIdestructor\fP 1i Specifies a destroy procedure for resources produced by this conversion, -or NULL if no addional action is required to deallocate resources +or NULL if no additional action is required to deallocate resources produced by the converter. .SH DESCRIPTION .ZN XtSetTypeConverter diff -u cvs-ro/xc/doc/man/Xt/XtClass.man cvs-rw/xc/doc/man/Xt/XtClass.man --- cvs-ro/xc/doc/man/Xt/XtClass.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtClass.man Wed Jan 19 10:42:01 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtClass.man,v 1.3 2000/08/17 19:41:59 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -232,7 +233,7 @@ .ZN XtIsTopLevelShell , .ZN XtIsApplicationShell , and -ZN XtIsSessionShell . +.ZN XtIsSessionShell . .LP The .SH "SEE ALSO" diff -u cvs-ro/xc/doc/man/Xt/XtConvSt.man cvs-rw/xc/doc/man/Xt/XtConvSt.man --- cvs-ro/xc/doc/man/Xt/XtConvSt.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtConvSt.man Wed Jan 19 10:44:28 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtConvSt.man,v 1.3 2000/08/17 19:41:59 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -216,7 +217,7 @@ non-NULL, then the call should store the \fIcache_ref_return\fP value in order to decrement the reference count when the converted value is no longer required. The \fIcache_ref_return\fP argument should be -ULL if the caller is unwilling or unable to store the value. +NULL if the caller is unwilling or unable to store the value. .SH "SEE ALSO" XtAppReleaseCacheRefs(3Xt) .br diff -u cvs-ro/xc/doc/man/Xt/XtConvert.man cvs-rw/xc/doc/man/Xt/XtConvert.man --- cvs-ro/xc/doc/man/Xt/XtConvert.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtConvert.man Tue Jan 18 19:20:45 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtConvert.man,v 1.3 2000/08/17 19:41:59 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -138,7 +139,7 @@ void XtDirectConvert(XtConverter \fIconverter\fP, XrmValuePtr \fIargs\fP, Cardinal \fInum_args\fP, XrmValuePtr \fIfrom\fP, XrmValuePtr \fIto_return\fP); .SH ARGUMENTS -.ds Al that contains the additional arguments needed to perform +.ds Al that contains the additional arguments needed to perform \ the conversion (often NULL) .IP \fIargs\fP 1i Specifies the argument list \*(Al. diff -u cvs-ro/xc/doc/man/Xt/XtCreateSR.man cvs-rw/xc/doc/man/Xt/XtCreateSR.man --- cvs-ro/xc/doc/man/Xt/XtCreateSR.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtCreateSR.man Wed Jan 19 10:22:07 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtCreateSR.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -178,7 +179,7 @@ .ZN XtCreateSelectionRequest and release the lock after calling .ZN XtSendSelectionRequest -to ensure that the thread assembling the reqeuest is safe from interference +to ensure that the thread assembling the request is safe from interference by another thread assembling a different request naming the same widget and selection. .LP @@ -192,7 +193,7 @@ .ZN XtGetSelectionValueIncremental , and .ZN XtGetSelectionValuesIncremental -will not be defered. +will not be deferred. .SH "SEE ALSO" .br \fI\*(xT\fP diff -u cvs-ro/xc/doc/man/Xt/XtDisplayI.man cvs-rw/xc/doc/man/Xt/XtDisplayI.man --- cvs-ro/xc/doc/man/Xt/XtDisplayI.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtDisplayI.man Wed Jan 19 10:16:08 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtDisplayI.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -259,7 +260,7 @@ function returns the fully merged resource database associated with the specified screen. If the \fIscreen\fP does not belong to a .ZN Display -initilized by +initialized by .ZN XtDisplayInitialize , the results are undefined. .SH "SEE ALSO" diff -u cvs-ro/xc/doc/man/Xt/XtErr.man cvs-rw/xc/doc/man/Xt/XtErr.man --- cvs-ro/xc/doc/man/Xt/XtErr.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtErr.man Tue Jan 18 19:22:12 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtErr.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -141,7 +142,7 @@ .SH ARGUMENTS .IP \fImessage\fP 1i Specifies the nonfatal error message that is to be reported. -.ds Ha fatal error procedure, which should not return, +.ds Ha fatal error procedure, which should not return, \ or the nonfatal error procedure, which usually returns .IP \fIhandler\fP 1i Specifies the new \*(Ha. @@ -165,10 +166,11 @@ .ZN XtAppSetWarningHandler . .LP The -.ZN XtAppWarning +.ZN XtWarning function has been superceded by .ZN XtAppWarning . .SH "SEE ALSO" +.BR XtAppError (3Xt) .br \fI\*(xT\fP .br diff -u cvs-ro/xc/doc/man/Xt/XtErrM.man cvs-rw/xc/doc/man/Xt/XtErrM.man --- cvs-ro/xc/doc/man/Xt/XtErrM.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtErrM.man Tue Jan 18 19:26:03 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtErrM.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -150,7 +151,7 @@ Specifies the general kind of error. .IP \fItype\fP 1i Specifies the detailed name of the error. -.ds Mh fatal error procedure, which should not return +.ds Mh fatal error procedure, which should not return \ or the nonfatal error procedure, which usually returns .IP \fImsg_handler\fP 1i Specifies the new \*(Mh. @@ -179,6 +180,7 @@ function has been superceded by .ZN XtAppWarningMsg .SH "SEE ALSO" +.BR XtAppErrorMsg (3Xt) .br \fI\*(xT\fP .br diff -u cvs-ro/xc/doc/man/Xt/XtExtEvDis.man cvs-rw/xc/doc/man/Xt/XtExtEvDis.man --- cvs-ro/xc/doc/man/Xt/XtExtEvDis.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtExtEvDis.man Wed Jan 19 10:43:29 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtExtEvDis.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -133,11 +134,11 @@ \- extension event handling .SH SYNTAX .HP -void XtInsertEventTypeHandler(Widget \fIwdget\fP, int \fIevent_type\fP, +void XtInsertEventTypeHandler(Widget \fIwidget\fP, int \fIevent_type\fP, XtPointer \fIselect_data\fP, XtEventHandler \fIproc\fP, XtPointer \fIclient_data\fP, XtListPosition \fIposition\fP); .HP -void XtRemoveEventTypeHandler(Widget \fIwdget\fP, int \fIevent_type\fP, +void XtRemoveEventTypeHandler(Widget \fIwidget\fP, int \fIevent_type\fP, XtPointer \fIselect_data\fP, XtEventHandler \fIproc\fP, XtPointer \fIclient_data\fP); .HP @@ -173,7 +174,7 @@ .SH DESCRIPTION The .ZN XtInsertEventTypeHandler -function registeres a procedure with the dispatch mechanism that is to +function registers a procedure with the dispatch mechanism that is to be called when an event that matches the specified \fIevent_type\fP is dispatched to the specified \fIwidget\fP. .LP @@ -247,9 +248,9 @@ .LP The .ZN XtSetEventDispatcher -function registes the event dispatcher procedure specified by \fIproc\fP -for event swith the type \fIevent_type\fP. The previously registered -dispatcher (or the default dispatcher if there was no previousl registered +function registers the event dispatcher procedure specified by \fIproc\fP +for events with the type \fIevent_type\fP. The previously registered +dispatcher (or the default dispatcher if there was no previously registered dispatcher) is returned. If \fIproc\fP is NULL, the default procedure is restored for the specified type. .LP diff -u cvs-ro/xc/doc/man/Xt/XtGEDB.man cvs-rw/xc/doc/man/Xt/XtGEDB.man --- cvs-ro/xc/doc/man/Xt/XtGEDB.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtGEDB.man Tue Jan 18 19:00:13 2005 @@ -167,6 +167,8 @@ function has been superceded by .ZN XtAppGetErrorDatabaseText . .SH "SEE ALSO" +.BR XtAppGetErrorDatabase (3Xt) +.BR XtAppGetErrorDatabaseText (3Xt) .br \fI\*(xT\fP .br diff -u cvs-ro/xc/doc/man/Xt/XtGetANC.man cvs-rw/xc/doc/man/Xt/XtGetANC.man --- cvs-ro/xc/doc/man/Xt/XtGetANC.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtGetANC.man Tue Jan 18 18:59:11 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtGetANC.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -143,7 +144,7 @@ Returns the application class. .SH DESCRIPTION .ZN XtGetApplicationNameAndClass -returns the application anme and class passed to +returns the application name and class passed to .ZN XtDisplayInitialize for the specified display. If the display was never initialized or has been closed, the result is undefined. The returned strings are @@ -150,6 +151,7 @@ owned by the Intrinsics and must not be modified or freed by the caller. .SH "SEE ALSO" +.BR XtDisplayInitialize (3Xt) .br \fI\*(xT\fP .br diff -u cvs-ro/xc/doc/man/Xt/XtGetActK.man cvs-rw/xc/doc/man/Xt/XtGetActK.man --- cvs-ro/xc/doc/man/Xt/XtGetActK.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtGetActK.man Wed Jan 19 10:34:28 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtGetActK.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -152,7 +153,7 @@ event, then .ZN XtGetActionKeysym returns the KeySym that matched the final event specification in the -translation table and, if /fImodifiers_return/fP is non-NULL, the +translation table and, if \fImodifiers_return\fP is non-NULL, the modifier state actually used to generate this KeySym; otherwise, if the event is a .ZN KeyPress diff -u cvs-ro/xc/doc/man/Xt/XtGetAres.man cvs-rw/xc/doc/man/Xt/XtGetAres.man --- cvs-ro/xc/doc/man/Xt/XtGetAres.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtGetAres.man Tue Jan 18 19:27:49 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtGetAres.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -152,7 +153,7 @@ Specifies the number of resources in the resource list. .IP \fIresources\fP 1i Specifies the resource list for the subpart. -.ds Wi that wants resources for a subpart +.ds Wi that wants resources for a subpart \ or that identifies the resource database to search .IP \fIw\fP 1i Specifies the widget \*(Wi. diff -u cvs-ro/xc/doc/man/Xt/XtGetSTO.man cvs-rw/xc/doc/man/Xt/XtGetSTO.man --- cvs-ro/xc/doc/man/Xt/XtGetSTO.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtGetSTO.man Tue Jan 18 19:02:03 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtGetSTO.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -148,6 +149,7 @@ function has been superceded by .ZN XtAppSetSelectionTimeout . .SH "SEE ALSO" +.BR XtAppGetSelectionTimeout (3Xt) .br \fI\*(xT\fP .br diff -u cvs-ro/xc/doc/man/Xt/XtGetSres.man cvs-rw/xc/doc/man/Xt/XtGetSres.man --- cvs-ro/xc/doc/man/Xt/XtGetSres.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtGetSres.man Tue Jan 18 19:28:49 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtGetSres.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -157,7 +158,7 @@ Specifies the number of resources in the resource list. .IP \fIresources\fP 1i Specifies the resource list for the subpart. -.ds Wi that wants resources for a subpart +.ds Wi that wants resources for a subpart \ or that identifies the resource database to search .IP \fIw\fP 1i Specifies the widget \*(Wi. diff -u cvs-ro/xc/doc/man/Xt/XtInit.man cvs-rw/xc/doc/man/Xt/XtInit.man --- cvs-ro/xc/doc/man/Xt/XtInit.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtInit.man Wed Jan 19 09:35:35 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtInit.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -161,7 +162,7 @@ with \fIdisplay_string\fP NULL and \fIapplication_name\fP NULL, and finally calls .ZN XtAppCreateShell -with \fIappcation_name\fP NULL, \fIwidget_class\fP +with \fIapplication_name\fP NULL, \fIwidget_class\fP .ZN applicationShellWidgetClass , and the specified \fIargs\fP and \fInum_args\fP and returns the created shell. The semantics of calling @@ -169,6 +170,7 @@ more than once are undefined. This routine has been replaced by .ZN XtAppInitialize . .SH "SEE ALSO" +.BR XtAppInitialize (3Xt) .br \fI\*(xT\fP .br diff -u cvs-ro/xc/doc/man/Xt/XtInitWC.man cvs-rw/xc/doc/man/Xt/XtInitWC.man --- cvs-ro/xc/doc/man/Xt/XtInitWC.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtInitWC.man Wed Jan 19 10:14:42 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtInitWC.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -141,7 +142,7 @@ returns immediately. .LP If the class initialization procedure registers type converters, these -type converters are not availble until the first object of the class +type converters are not available until the first object of the class or subclass is created or .ZN XtInitializeWidgetClass is called. diff -u cvs-ro/xc/doc/man/Xt/XtManChild.man cvs-rw/xc/doc/man/Xt/XtManChild.man --- cvs-ro/xc/doc/man/Xt/XtManChild.man Sat Oct 23 10:46:40 2004 +++ cvs-rw/xc/doc/man/Xt/XtManChild.man Wed Jan 19 10:21:30 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtManChild.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -168,7 +169,7 @@ .IP \fIdo_change_proc\fP 1i Specifies the post unmanage, pre manage hook procedure to invoke. .IP \fIclient_data\fP 1i -Specifies the client data to be passed to the hook precedure. +Specifies the client data to be passed to the hook procedure. .SH DESCRIPTION The .ZN XtManageChildren @@ -315,7 +316,7 @@ is marked as being unmanaged and if it is realized it is made nonvisible by being unmapped. .IP \- 5 -If the \fIdo_change_proc\fP procdedure is non-NULL then +If the \fIdo_change_proc\fP procedure is non-NULL then it is invoked as specified. .IP \- 5 For each child on the \fImanage_children\fP list; if the child is diff -u cvs-ro/xc/doc/man/Xt/XtOffset.man cvs-rw/xc/doc/man/Xt/XtOffset.man --- cvs-ro/xc/doc/man/Xt/XtOffset.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtOffset.man Wed Jan 19 10:43:23 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtOffset.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -155,7 +156,7 @@ The .ZN XtOffsetOf macro expands to a constant expression that gives the offset in bytes -to the specified structure member rom the beginning of the structure. +to the specified structure member from the beginning of the structure. It is normally used to statically initialize resource lists and is more portable than .ZN XtOffset , diff -u cvs-ro/xc/doc/man/Xt/XtOwnSel.man cvs-rw/xc/doc/man/Xt/XtOwnSel.man --- cvs-ro/xc/doc/man/Xt/XtOwnSel.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtOwnSel.man Wed Jan 19 10:35:35 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtOwnSel.man,v 1.3 2000/08/17 19:42:02 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -186,7 +187,7 @@ if the widget fails to obtain selection ownership in the first place. .LP The -.ZN XtOwnSelectionInrcremental +.ZN XtOwnSelectionIncremental procedure informs the Intrinsics incremental selection mechanism that the specified widget wishes to own the selection. It returns .ZN True diff -u cvs-ro/xc/doc/man/Xt/XtRegDraw.man cvs-rw/xc/doc/man/Xt/XtRegDraw.man --- cvs-ro/xc/doc/man/Xt/XtRegDraw.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtRegDraw.man Wed Jan 19 10:17:07 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtRegDraw.man,v 1.3 2000/08/17 19:42:02 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -128,7 +129,7 @@ .ny0 .TH XtRegisterDrawable 3Xt __xorgversion__ "XT FUNCTIONS" .SH NAME -XtRegisterDrawable \- register a drawable with the Intrisics event dispatcher +XtRegisterDrawable \- register a drawable with the Intrinsics event dispatcher .SH SYNTAX .HP void XtRegisterDrawable(Display* \fIdisplay\fP, Drawable \fIdrawable\fP, diff -u cvs-ro/xc/doc/man/Xt/XtResPA.man cvs-rw/xc/doc/man/Xt/XtResPA.man --- cvs-ro/xc/doc/man/Xt/XtResPA.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtResPA.man Wed Jan 19 10:37:22 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtResPA.man,v 1.3 2000/08/17 19:42:02 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -133,7 +134,7 @@ .HP Widget XtReservePropertyAtom(Widget \fIw\fP); .HP -void XtReleasePropertyAtome(Widget \fIw\fP, Atom \fIatom\fP); +void XtReleasePropertyAtom(Widget \fIw\fP, Atom \fIatom\fP); .SH ARGUMENTS .IP \fIw\fP 1i Specifies the widget used to reserve the atom. diff -u cvs-ro/xc/doc/man/Xt/XtSession.man cvs-rw/xc/doc/man/Xt/XtSession.man --- cvs-ro/xc/doc/man/Xt/XtSession.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtSession.man Wed Jan 19 10:38:50 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtSession.man,v 1.3 2000/08/17 19:42:02 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -134,7 +135,7 @@ .HP XtCheckpointToken XtSessionGetToken(Widget \fIw\fP, int \fItype\fP); .HP -void XtSessionReturntoken(XtCheckpointToken \fItoken\fP); +void XtSessionReturnToken(XtCheckpointToken \fItoken\fP); .SH ARGUMENTS .IP \fIw\fP 1i Specifies the session widget. diff -u cvs-ro/xc/doc/man/Xt/XtSetLangP.man cvs-rw/xc/doc/man/Xt/XtSetLangP.man --- cvs-ro/xc/doc/man/Xt/XtSetLangP.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtSetLangP.man Wed Jan 19 09:32:41 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtSetLangP.man,v 1.3 2000/08/17 19:42:03 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright 1993 X Consortium .\" @@ -143,7 +144,7 @@ Specifies the language procedure, or NULL. .LP .IP \fIclient_data\fP 1i -Specifes addional client data to be passed to the language procedure +Specifies additional client data to be passed to the language procedure when it is called. .SH DESCRIPTION .ZN XtSetLanguageProc @@ -183,7 +184,7 @@ .IP \(bu 5 Returns the value of the current locale. On ANSI C-based systems this is the return value from a final call to -.ZN setlocal ( +.ZN setlocale ( .ZN LC_ALL , NULL ). .LP diff -u cvs-ro/xc/doc/man/Xt/XtSetSP.man cvs-rw/xc/doc/man/Xt/XtSetSP.man --- cvs-ro/xc/doc/man/Xt/XtSetSP.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtSetSP.man Wed Jan 19 09:36:36 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtSetSP.man,v 1.3 2000/08/17 19:42:03 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -156,7 +157,7 @@ .ZN XtGetSelectionValue or to .ZN XtGetSelectionValueIncremental -specifying the same requestor widget and selection atomm will generate a +specifying the same requestor widget and selection atom will generate a .ZN ConvertSelection request referring referring to the property containing the parameters. If .ZN XtSetSelectionParameters diff -u cvs-ro/xc/doc/man/Xt/XtSetVal.man cvs-rw/xc/doc/man/Xt/XtSetVal.man --- cvs-ro/xc/doc/man/Xt/XtSetVal.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtSetVal.man Wed Jan 19 11:13:33 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtSetVal.man,v 1.3 2000/08/17 19:42:03 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -151,8 +152,8 @@ void XtVaGetSubvalues(XtPointer \fIbase\fP, XtResourceList \fIresources\fP, Cardinal \fInum_resources\fP, ...\^); .SH ARGUMENTS -.ds Al of name/address pairs that contain the resource name -and either the address into which the resource value is to be stored +.ds Al of name/address pairs that contain the resource name \ +and either the address into which the resource value is to be stored \ or their new values .IP \fIargs\fP 1i Specifies the argument list \*(Al. @@ -169,7 +170,7 @@ .IP \fIw\fP 1i Specifies the widget. .IP \fI...\fP 1i -Specifes the variable argument list \*(Al. +Specifies the variable argument list \*(Al. .SH DESCRIPTION The .ZN XtSetValues diff -u cvs-ro/xc/doc/man/Xt/XtSetWMC.man cvs-rw/xc/doc/man/Xt/XtSetWMC.man --- cvs-ro/xc/doc/man/Xt/XtSetWMC.man Fri Apr 23 11:42:13 2004 +++ cvs-rw/xc/doc/man/Xt/XtSetWMC.man Wed Jan 19 10:33:39 2005 @@ -1,4 +1,5 @@ .\" $Xorg: XtSetWMC.man,v 1.3 2000/08/17 19:42:03 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -138,7 +139,7 @@ Specifies the widget on whose window the WM_COLORMAP_WINDOWS property will be stored. Must be of class Core or any subclass thereof. .IP \fIlist\fP 1i -Specifies a list of widgets whose windoware are potentially to be +Specifies a list of widgets whose windows are are potentially to be listed in the WM_COLORMAP_WINDOWS property. .IP \fIcount\fP 1i Specifies the number of widgets in \fIlist\fP.