summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-06-14 04:03:18 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2022-06-14 04:10:39 -0400
commit248f980a67ac721882465c48d60039ac70d3fa82 (patch)
tree02d853e6bd275b1351f09ad6827fb02bf7cbad95 /man
parent0f77f9f6a8974257a21e5fc0b8327b838c2a4849 (diff)
downloadxorg-lib-libXt-248f980a67ac721882465c48d60039ac70d3fa82.tar.gz
codespell-fixes
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man')
-rw-r--r--man/XtAllocateGC.man4
-rw-r--r--man/XtAppInitialize.man2
-rw-r--r--man/XtAppSetTypeConverter.man2
-rw-r--r--man/XtError.man8
-rw-r--r--man/XtErrorMsg.man8
-rw-r--r--man/XtGetErrorDatabase.man4
-rw-r--r--man/XtGetGC.man4
-rw-r--r--man/XtGetSelectionTimeout.man4
-rw-r--r--man/XtInsertEventTypeHandler.man2
-rw-r--r--man/XtOpenApplication.man2
10 files changed, 20 insertions, 20 deletions
diff --git a/man/XtAllocateGC.man b/man/XtAllocateGC.man
index 30eab59..3b4c9f8 100644
--- a/man/XtAllocateGC.man
+++ b/man/XtAllocateGC.man
@@ -35,7 +35,7 @@
.na
.TH XtAllocateGC __libmansuffix__ __xorgversion__ "XT FUNCTIONS"
.SH NAME
-XtAllocateGC \- obtain a sharable GC with modifiable fields
+XtAllocateGC \- obtain a shareable GC with modifiable fields
.SH SYNTAX
#include <X11/Intrinsic.h>
.HP
@@ -58,7 +58,7 @@ Specifies the fields of the GC that will not be needed by the caller.
.SH DESCRIPTION
The
.B XtAllocateGC
-function returns a sharable GC that may be modified by the client.
+function returns a shareable GC that may be modified by the client.
The \fIscreen\fP field of the specified widget or of the nearest
widget ancestor of the specified object and the specified \fIdepth\fP
argument supply the root and drawable depths for which the GC is to
diff --git a/man/XtAppInitialize.man b/man/XtAppInitialize.man
index c4ab2bf..bf88a19 100644
--- a/man/XtAppInitialize.man
+++ b/man/XtAppInitialize.man
@@ -106,7 +106,7 @@ If \fIfallback_resources\fP is non-NULL,
is called with the value prior to calling
.BR XtOpenDisplay .
.LP
-XtAppInitialize and XtVaAppInitialize have been superceded by
+XtAppInitialize and XtVaAppInitialize have been superseded by
.B XtOpenApplication
and
.B XtVaOpenApplication
diff --git a/man/XtAppSetTypeConverter.man b/man/XtAppSetTypeConverter.man
index ee3b7d8..5b2ed5d 100644
--- a/man/XtAppSetTypeConverter.man
+++ b/man/XtAppSetTypeConverter.man
@@ -64,7 +64,7 @@ Specifies the number of additional arguments to the converter or zero.
Specifies the destination type.
.IP \fIcache_type\fP 1i
Specifies whether or not resources produced by this converter are
-sharable or display-specific and when they should be freed.
+shareable 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 additional action is required to deallocate resources
diff --git a/man/XtError.man b/man/XtError.man
index 9dd8d02..d34fe88 100644
--- a/man/XtError.man
+++ b/man/XtError.man
@@ -57,22 +57,22 @@ Specifies the message that is to be reported.
.SH DESCRIPTION
The
.B XtError
-function has been superceded by
+function has been superseded by
.BR XtAppError .
.LP
The
.B XtSetErrorHandler
-function has been superceded by
+function has been superseded by
.BR XtAppSetErrorHandler .
.LP
The
.B XtSetWarningHandler
-function has been superceded by
+function has been superseded by
.BR XtAppSetWarningHandler .
.LP
The
.B XtWarning
-function has been superceded by
+function has been superseded by
.BR XtAppWarning .
.SH "SEE ALSO"
.BR XtAppError (__libmansuffix__)
diff --git a/man/XtErrorMsg.man b/man/XtErrorMsg.man
index e2f745a..b231e91 100644
--- a/man/XtErrorMsg.man
+++ b/man/XtErrorMsg.man
@@ -74,22 +74,22 @@ Specifies a pointer to a list of values to be stored in the message.
.SH DESCRIPTION
The
.B XtErrorMsg
-function has been superceded by
+function has been superseded by
.BR XtAppErrorMsg .
.LP
The
.B XtSetErrorMsgHandler
-function has been superceded by
+function has been superseded by
.BR XtAppSetErrorMsgHandler .
.LP
The
.B XtSetWarningMsgHandler
-function has been superceded by
+function has been superseded by
.BR XtAppSetWarningMsgHandler .
.LP
The
.B XtWarningMsg
-function has been superceded by
+function has been superseded by
.B XtAppWarningMsg
.SH "SEE ALSO"
.BR XtAppErrorMsg (__libmansuffix__)
diff --git a/man/XtGetErrorDatabase.man b/man/XtGetErrorDatabase.man
index e6a3851..34522dc 100644
--- a/man/XtGetErrorDatabase.man
+++ b/man/XtGetErrorDatabase.man
@@ -65,12 +65,12 @@ Specifies the size of the buffer in bytes.
.SH DESCRIPTION
The
.B XtGetErrorDatabase
-function has been superceded by
+function has been superseded by
.BR XtAppGetErrorDatabase .
.LP
The
.B XtGetErrorDatabaseText
-function has been superceded by
+function has been superseded by
.BR XtAppGetErrorDatabaseText .
.SH "SEE ALSO"
.BR XtAppGetErrorDatabase (__libmansuffix__)
diff --git a/man/XtGetGC.man b/man/XtGetGC.man
index 53cb794..6903788 100644
--- a/man/XtGetGC.man
+++ b/man/XtGetGC.man
@@ -36,7 +36,7 @@
.na
.TH XtGetGC __libmansuffix__ __xorgversion__ "XT FUNCTIONS"
.SH NAME
-XtGetGC, XtReleaseGC \- obtain and destroy a sharable GC
+XtGetGC, XtReleaseGC \- obtain and destroy a shareable GC
.SH SYNTAX
#include <X11/Intrinsic.h>
.HP
@@ -56,7 +56,7 @@ Specifies the widget.
.SH DESCRIPTION
The
.B XtGetGC
-function returns a sharable, read-only GC.
+function returns a shareable, read-only GC.
The parameters to this function are the same as those for
.B XCreateGC
except that a widget is passed instead of a display.
diff --git a/man/XtGetSelectionTimeout.man b/man/XtGetSelectionTimeout.man
index e167e81..d2203b7 100644
--- a/man/XtGetSelectionTimeout.man
+++ b/man/XtGetSelectionTimeout.man
@@ -48,12 +48,12 @@ Specifies the selection timeout in milliseconds.
.SH DESCRIPTION
The
.B XtGetSelectionTimeout
-function has been superceded by
+function has been superseded by
.BR XtAppGetSelectionTimeout .
.LP
The
.B XtSetSelectionTimeout
-function has been superceded by
+function has been superseded by
.BR XtAppSetSelectionTimeout .
.SH "SEE ALSO"
.BR XtAppGetSelectionTimeout (__libmansuffix__)
diff --git a/man/XtInsertEventTypeHandler.man b/man/XtInsertEventTypeHandler.man
index cfad446..1ebb321 100644
--- a/man/XtInsertEventTypeHandler.man
+++ b/man/XtInsertEventTypeHandler.man
@@ -173,7 +173,7 @@ restored for the specified type.
In the future, when
.B XtDispatchEvent
is called with an event of \fIevent_type\fP, the specified \fIproc\fP (or
-the default dispatcher) will be invoked to determine a widget ot which
+the default dispatcher) will be invoked to determine a widget at which
to dispatch the event.
.LP
The
diff --git a/man/XtOpenApplication.man b/man/XtOpenApplication.man
index 7c1a1ee..0fa6176 100644
--- a/man/XtOpenApplication.man
+++ b/man/XtOpenApplication.man
@@ -112,7 +112,7 @@ If \fIfallback_resources\fP is non-NULL,
is called with the value prior to calling
.BR XtOpenDisplay .
.LP
-XtAppInitialize and XtVaAppInitialize have been superceded by
+XtAppInitialize and XtVaAppInitialize have been superseded by
.B XtOpenApplication
and
.B XtVaOpenApplication