summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-03-06 13:43:46 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-03-08 07:24:19 -0500
commitf6c791b5f318d8805db4cb6c74b1bc2e91d6c15c (patch)
treef88d1433f4a73eb38105376434f02be1d3be8651
parent9ccf14fddedc11bd17b3ae30612c6f70f4cd7e14 (diff)
man: replace hard coded section number 3Xt with __libmansuffix__ #35050
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512130 The Xt manpages are installed in section 3 (and not 3Xt as upstream would have it). But, internal cross-references (in particular, in the SEE ALSO part) are left alone, and keep pointing at Foo(3Xt). The result is that they can't be automatically followed from manpage sanitizers such as dwww or emacs. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--man/XtAddActions.man2
-rw-r--r--man/XtAddCallback.man2
-rw-r--r--man/XtAddEventHandler.man4
-rw-r--r--man/XtAddInput.man2
-rw-r--r--man/XtAppAddActions.man2
-rw-r--r--man/XtAppAddConverter.man4
-rw-r--r--man/XtAppAddInput.man2
-rw-r--r--man/XtAppAddSignal.man2
-rw-r--r--man/XtAppAddTimeOut.man2
-rw-r--r--man/XtAppAddWorkProc.man2
-rw-r--r--man/XtAppCreateShell.man2
-rw-r--r--man/XtAppError.man4
-rw-r--r--man/XtAppErrorMsg.man4
-rw-r--r--man/XtAppGetErrorDatabase.man4
-rw-r--r--man/XtAppGetSelectionTimeout.man2
-rw-r--r--man/XtAppInitialize.man2
-rw-r--r--man/XtBuildEventMask.man2
-rw-r--r--man/XtCallAcceptFocus.man2
-rw-r--r--man/XtCallCallbacks.man2
-rw-r--r--man/XtClass.man4
-rw-r--r--man/XtConfigureWidget.man4
-rw-r--r--man/XtConvert.man8
-rw-r--r--man/XtConvertAndStore.man2
-rw-r--r--man/XtCreateApplicationContext.man2
-rw-r--r--man/XtCreateApplicationShell.man2
-rw-r--r--man/XtCreatePopupShell.man6
-rw-r--r--man/XtCreateWidget.man4
-rw-r--r--man/XtDisplayInitialize.man4
-rw-r--r--man/XtError.man2
-rw-r--r--man/XtErrorMsg.man2
-rw-r--r--man/XtGetApplicationNameAndClass.man2
-rw-r--r--man/XtGetErrorDatabase.man4
-rw-r--r--man/XtGetKeyboardFocusWidget.man6
-rw-r--r--man/XtGetResourceList.man4
-rw-r--r--man/XtGetSelectionParameters.man2
-rw-r--r--man/XtGetSelectionTimeout.man2
-rw-r--r--man/XtGetSelectionValue.man4
-rw-r--r--man/XtInitialize.man2
-rw-r--r--man/XtInsertEventTypeHandler.man2
-rw-r--r--man/XtMakeGeometryRequest.man4
-rw-r--r--man/XtManageChildren.man4
-rw-r--r--man/XtMapWidget.man2
-rw-r--r--man/XtNextEvent.man4
-rw-r--r--man/XtOffset.man4
-rw-r--r--man/XtOpenApplication.man2
-rw-r--r--man/XtOwnSelection.man4
-rw-r--r--man/XtParseTranslationTable.man8
-rw-r--r--man/XtPopdown.man4
-rw-r--r--man/XtPopup.man4
-rw-r--r--man/XtQueryGeometry.man4
-rw-r--r--man/XtRealizeWidget.man2
-rw-r--r--man/XtSetArg.man2
-rw-r--r--man/XtSetKeyboardFocus.man2
-rw-r--r--man/XtSetSelectionParameters.man2
-rw-r--r--man/XtStringConversionWarning.man6
55 files changed, 87 insertions, 87 deletions
diff --git a/man/XtAddActions.man b/man/XtAddActions.man
index 9b2e46c..c294470 100644
--- a/man/XtAddActions.man
+++ b/man/XtAddActions.man
@@ -139,7 +139,7 @@ Specifies the number of entries in this action table.
has been replaced by
.ZN XtAppAddActions .
.SH "SEE ALSO"
-XtAppAddActions(3Xt)
+XtAppAddActions(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAddCallback.man b/man/XtAddCallback.man
index 8caec2c..b400a1d 100644
--- a/man/XtAddCallback.man
+++ b/man/XtAddCallback.man
@@ -182,7 +182,7 @@ The
function removes all the callback procedures from the specified
widget's callback list.
.SH "SEE ALSO"
-XtCallCallbacks(3Xt)
+XtCallCallbacks(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAddEventHandler.man b/man/XtAddEventHandler.man
index 30dcb68..ce8c6ae 100644
--- a/man/XtAddEventHandler.man
+++ b/man/XtAddEventHandler.man
@@ -230,8 +230,8 @@ for the specified events. If the procedure is already registered with the
same \fIclient_data\fP value, the specified mask augments the existing
mask and the procedure is repositioned in the list.
.SH "SEE ALSO"
-XtAppNextEvent(3Xt),
-XtBuildEventMask(3Xt)
+XtAppNextEvent(__libmansuffix__),
+XtBuildEventMask(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAddInput.man b/man/XtAddInput.man
index 8f41a8b..98f2b1d 100644
--- a/man/XtAddInput.man
+++ b/man/XtAddInput.man
@@ -161,7 +161,7 @@ has been replaced by
has been replaced by
.ZN XtAppAddWorkProc .
.SH "SEE ALSO"
-XtAppAddInput(3Xt), XtAppAddTimeOut(3Xt), XtAppAddWorkProc(3Xt)
+XtAppAddInput(__libmansuffix__), XtAppAddTimeOut(__libmansuffix__), XtAppAddWorkProc(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppAddActions.man b/man/XtAppAddActions.man
index fd7c227..f473df4 100644
--- a/man/XtAppAddActions.man
+++ b/man/XtAppAddActions.man
@@ -143,7 +143,7 @@ The
function adds the specified action table and registers it with the
translation manager.
.SH "SEE ALSO"
-XtParseTranslationTable(3Xt)
+XtParseTranslationTable(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppAddConverter.man b/man/XtAppAddConverter.man
index 6bc8d43..40afe04 100644
--- a/man/XtAppAddConverter.man
+++ b/man/XtAppAddConverter.man
@@ -165,8 +165,8 @@ with \fIcache_type\fP equal to
for old-format type converters. It has been superseded by
.ZN XtSetTypeConverter .
.SH "SEE ALSO"
-XtConvert(3Xt),
-XtStringConversionWarning(3Xt)
+XtConvert(__libmansuffix__),
+XtStringConversionWarning(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppAddInput.man b/man/XtAppAddInput.man
index 5204e50..235e55f 100644
--- a/man/XtAppAddInput.man
+++ b/man/XtAppAddInput.man
@@ -178,7 +178,7 @@ The
function causes the \*(xI read routine to stop watching for input
from the input source.
.SH "SEE ALSO"
-XtAppAddTimeOut(3Xt),XtAppAddSignal(3Xt)
+XtAppAddTimeOut(__libmansuffix__),XtAppAddSignal(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppAddSignal.man b/man/XtAppAddSignal.man
index 13fa09b..8468232 100644
--- a/man/XtAppAddSignal.man
+++ b/man/XtAppAddSignal.man
@@ -187,7 +187,7 @@ function is called to remove the specified Intrinsics signal handler. The
client should disable the source of the signal before calling
.ZN XtRemoveSignal .
.SH "SEE ALSO"
-XtAppAddTimeOut(3Xt),XtAppAddInput(3Xt),XtAppAddWorkProc(3Xt)
+XtAppAddTimeOut(__libmansuffix__),XtAppAddInput(__libmansuffix__),XtAppAddWorkProc(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppAddTimeOut.man b/man/XtAppAddTimeOut.man
index 36d72ed..658f76d 100644
--- a/man/XtAppAddTimeOut.man
+++ b/man/XtAppAddTimeOut.man
@@ -159,7 +159,7 @@ The
function removes the timeout.
Note that timeouts are automatically removed once they trigger.
.SH "SEE ALSO"
-XtAppAddInput(3Xt),XtAppAddSignal(3Xt)
+XtAppAddInput(__libmansuffix__),XtAppAddSignal(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppAddWorkProc.man b/man/XtAppAddWorkProc.man
index 84d20e4..4a7cd75 100644
--- a/man/XtAppAddWorkProc.man
+++ b/man/XtAppAddWorkProc.man
@@ -154,7 +154,7 @@ The
.ZN XtRemoveWorkProc
function explicitly removes the specified background work procedure.
.SH "SEE ALSO"
-XtAppNextEvent(3Xt)
+XtAppNextEvent(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppCreateShell.man b/man/XtAppCreateShell.man
index c3a1668..4e6f42f 100644
--- a/man/XtAppCreateShell.man
+++ b/man/XtAppCreateShell.man
@@ -171,7 +171,7 @@ Note that the widget returned by
has the \s-1WM_COMMAND\s+1
property set for session managers (see Chapter 4).
.SH "SEE ALSO"
-XtCreateWidget(3Xt)
+XtCreateWidget(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppError.man b/man/XtAppError.man
index 6a76f75..605f2ad 100644
--- a/man/XtAppError.man
+++ b/man/XtAppError.man
@@ -169,8 +169,8 @@ The
function calls the installed nonfatal error procedure and passes the
specified message.
.SH "SEE ALSO"
-XtAppGetErrorDatabase(3Xt),
-XtAppErrorMsg(3Xt)
+XtAppGetErrorDatabase(__libmansuffix__),
+XtAppErrorMsg(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppErrorMsg.man b/man/XtAppErrorMsg.man
index 931fc90..68137c9 100644
--- a/man/XtAppErrorMsg.man
+++ b/man/XtAppErrorMsg.man
@@ -182,8 +182,8 @@ The
function calls the high-level error handler and passes the specified
information.
.SH "SEE ALSO"
-XtAppGetErrorDatabase(3Xt),
-XtAppError(3Xt)
+XtAppGetErrorDatabase(__libmansuffix__),
+XtAppError(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppGetErrorDatabase.man b/man/XtAppGetErrorDatabase.man
index 231edee..a28189e 100644
--- a/man/XtAppGetErrorDatabase.man
+++ b/man/XtAppGetErrorDatabase.man
@@ -168,8 +168,8 @@ returns the appropriate message from the error database
or returns the specified default message if one is not found in the
error database.
.SH "SEE ALSO"
-XtAppError(3Xt),
-XtAppErrorMsg(3Xt)
+XtAppError(__libmansuffix__),
+XtAppErrorMsg(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppGetSelectionTimeout.man b/man/XtAppGetSelectionTimeout.man
index 4a34e6e..bb20331 100644
--- a/man/XtAppGetSelectionTimeout.man
+++ b/man/XtAppGetSelectionTimeout.man
@@ -155,7 +155,7 @@ The
function sets the \*(xI's selection timeout mechanism.
Note that most applications should not set the selection timeout.
.SH "SEE ALSO"
-XtOwnSelection(3Xt)
+XtOwnSelection(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtAppInitialize.man b/man/XtAppInitialize.man
index 1d8a70b..8f7d8e4 100644
--- a/man/XtAppInitialize.man
+++ b/man/XtAppInitialize.man
@@ -198,7 +198,7 @@ and
.ZN XtVaOpenApplication
respectively.
.SH "SEE ALSO"
-XtOpenApplication(3Xt), XtVaOpenApplication(3Xt)
+XtOpenApplication(__libmansuffix__), XtVaOpenApplication(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtBuildEventMask.man b/man/XtBuildEventMask.man
index c5ec282..2068fe0 100644
--- a/man/XtBuildEventMask.man
+++ b/man/XtBuildEventMask.man
@@ -147,7 +147,7 @@ structure by
and sent to the server when event handlers and translations are installed or
removed on the realized widget.
.SH "SEE ALSO"
-XtAddEventHandler(3Xt)
+XtAddEventHandler(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtCallAcceptFocus.man b/man/XtCallAcceptFocus.man
index 8789d6e..310610b 100644
--- a/man/XtCallAcceptFocus.man
+++ b/man/XtCallAcceptFocus.man
@@ -145,7 +145,7 @@ If accept_focus is NULL,
returns
.ZN False .
.SH "SEE ALSO"
-XtSetKeyboardFocus(3Xt)
+XtSetKeyboardFocus(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtCallCallbacks.man b/man/XtCallCallbacks.man
index 9909768..7642e00 100644
--- a/man/XtCallCallbacks.man
+++ b/man/XtCallCallbacks.man
@@ -177,7 +177,7 @@ If the callback list exists and has at least one callback registered,
it returns
.ZN XtCallbackHasSome .
.SH "SEE ALSO"
-XtAddCallback(3Xt)
+XtAddCallback(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtClass.man b/man/XtClass.man
index 008aff0..ac5f17c 100644
--- a/man/XtClass.man
+++ b/man/XtClass.man
@@ -232,8 +232,8 @@ and
.LP
The
.SH "SEE ALSO"
-XtAppErrorMsg(3Xt),
-XtDisplay(3Xt)
+XtAppErrorMsg(__libmansuffix__),
+XtDisplay(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtConfigureWidget.man b/man/XtConfigureWidget.man
index b3506fc..c2027dc 100644
--- a/man/XtConfigureWidget.man
+++ b/man/XtConfigureWidget.man
@@ -212,8 +212,8 @@ There are very few times to use
instead, you should use
.ZN XtResizeWidget .
.SH "SEE ALSO"
-XtMakeGeometryRequest(3Xt),
-XtQueryGeometry(3Xt)
+XtMakeGeometryRequest(__libmansuffix__),
+XtQueryGeometry(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtConvert.man b/man/XtConvert.man
index 7614d0d..892443a 100644
--- a/man/XtConvert.man
+++ b/man/XtConvert.man
@@ -179,10 +179,10 @@ the client should check to_return.address for non-NULL.
has been replaced by
.ZN XtCallConverter .
.SH "SEE ALSO"
-XtAppAddConverter(3Xt),
-XtStringConversionWarning(3Xt),
-XtConvertAndStore(3Xt),
-XtCallConverter(3Xt)
+XtAppAddConverter(__libmansuffix__),
+XtStringConversionWarning(__libmansuffix__),
+XtConvertAndStore(__libmansuffix__),
+XtCallConverter(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtConvertAndStore.man b/man/XtConvertAndStore.man
index e8f0631..a3fc662 100644
--- a/man/XtConvertAndStore.man
+++ b/man/XtConvertAndStore.man
@@ -214,7 +214,7 @@ in order to decrement the reference count when the converted value
is no longer required. The \fIcache_ref_return\fP argument should be
NULL if the caller is unwilling or unable to store the value.
.SH "SEE ALSO"
-XtAppReleaseCacheRefs(3Xt)
+XtAppReleaseCacheRefs(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtCreateApplicationContext.man b/man/XtCreateApplicationContext.man
index ba447a4..4ca5a43 100644
--- a/man/XtCreateApplicationContext.man
+++ b/man/XtCreateApplicationContext.man
@@ -168,7 +168,7 @@ If
was previously called it returns immediately.
.LP
.SH "SEE ALSO"
-XtDisplayInitialize(3Xt)
+XtDisplayInitialize(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtCreateApplicationShell.man b/man/XtCreateApplicationShell.man
index e6219c5..c6118ca 100644
--- a/man/XtCreateApplicationShell.man
+++ b/man/XtCreateApplicationShell.man
@@ -149,7 +149,7 @@ and the default application context created by
This routine has been replaced by
.ZN XtAppCreateShell .
.SH "SEE ALSO"
-XtAppCreateShell(3Xt)
+XtAppCreateShell(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtCreatePopupShell.man b/man/XtCreatePopupShell.man
index f797ddd..a32a119 100644
--- a/man/XtCreatePopupShell.man
+++ b/man/XtCreatePopupShell.man
@@ -168,9 +168,9 @@ an unspecified number of pop-ups.
You can look to see if an appropriate unused shell (that is, not
currently popped up) exists and create a new shell if needed.
.SH "SEE ALSO"
-XtCreateWidget(3Xt),
-XtPopdown(3Xt),
-XtPopup(3Xt)
+XtCreateWidget(__libmansuffix__),
+XtPopdown(__libmansuffix__),
+XtPopup(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtCreateWidget.man b/man/XtCreateWidget.man
index bf40f97..32d33ed 100644
--- a/man/XtCreateWidget.man
+++ b/man/XtCreateWidget.man
@@ -300,8 +300,8 @@ records, callback lists and, if the widget is a subclass of
.ZN compositeWidgetClass ,
children.
.SH "SEE ALSO"
-XtAppCreateShell(3Xt),
-XtCreatePopupShell(3Xt)
+XtAppCreateShell(__libmansuffix__),
+XtCreatePopupShell(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtDisplayInitialize.man b/man/XtDisplayInitialize.man
index bde7764..a36c1cc 100644
--- a/man/XtDisplayInitialize.man
+++ b/man/XtDisplayInitialize.man
@@ -259,8 +259,8 @@ initialized by
.ZN XtDisplayInitialize ,
the results are undefined.
.SH "SEE ALSO"
-XtAppCreateShell(3Xt),
-XtCreateApplicationContext(3Xt)
+XtAppCreateShell(__libmansuffix__),
+XtCreateApplicationContext(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtError.man b/man/XtError.man
index 7f70fb3..ca1f616 100644
--- a/man/XtError.man
+++ b/man/XtError.man
@@ -165,7 +165,7 @@ The
function has been superceded by
.ZN XtAppWarning .
.SH "SEE ALSO"
-.BR XtAppError (3Xt)
+.BR XtAppError (__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtErrorMsg.man b/man/XtErrorMsg.man
index 9b7025d..c66ed62 100644
--- a/man/XtErrorMsg.man
+++ b/man/XtErrorMsg.man
@@ -175,7 +175,7 @@ The
function has been superceded by
.ZN XtAppWarningMsg
.SH "SEE ALSO"
-.BR XtAppErrorMsg (3Xt)
+.BR XtAppErrorMsg (__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtGetApplicationNameAndClass.man b/man/XtGetApplicationNameAndClass.man
index fa0b9ae..a3ddd17 100644
--- a/man/XtGetApplicationNameAndClass.man
+++ b/man/XtGetApplicationNameAndClass.man
@@ -146,7 +146,7 @@ has been closed, the result is undefined. The returned strings are
owned by the Intrinsics and must not be modified or freed by the
caller.
.SH "SEE ALSO"
-.BR XtDisplayInitialize (3Xt)
+.BR XtDisplayInitialize (__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtGetErrorDatabase.man b/man/XtGetErrorDatabase.man
index fd604a3..d859646 100644
--- a/man/XtGetErrorDatabase.man
+++ b/man/XtGetErrorDatabase.man
@@ -160,8 +160,8 @@ The
function has been superceded by
.ZN XtAppGetErrorDatabaseText .
.SH "SEE ALSO"
-.BR XtAppGetErrorDatabase (3Xt)
-.BR XtAppGetErrorDatabaseText (3Xt)
+.BR XtAppGetErrorDatabase (__libmansuffix__)
+.BR XtAppGetErrorDatabaseText (__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtGetKeyboardFocusWidget.man b/man/XtGetKeyboardFocusWidget.man
index ec6eeb8..e563487 100644
--- a/man/XtGetKeyboardFocusWidget.man
+++ b/man/XtGetKeyboardFocusWidget.man
@@ -137,9 +137,9 @@ Must be of class Core or any subclass thereof.
function returns the widget that would be the end result of keyboard
event forwarding for a keyboard event for the specified widget.
.SH "SEE ALSO"
-XtInsertEventTypeHandler(3Xt), XtRemoveEventTypeHandler(3Xt),
-XtRegisterExtensionSelector(3Xt), XtSetEventDispatcher(3Xt),
-XtDispatchEventToWidget(3Xt)
+XtInsertEventTypeHandler(__libmansuffix__), XtRemoveEventTypeHandler(__libmansuffix__),
+XtRegisterExtensionSelector(__libmansuffix__), XtSetEventDispatcher(__libmansuffix__),
+XtDispatchEventToWidget(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtGetResourceList.man b/man/XtGetResourceList.man
index 64aa088..4ca88a5 100644
--- a/man/XtGetResourceList.man
+++ b/man/XtGetResourceList.man
@@ -179,8 +179,8 @@ should be freed using
.ZN XtFree
when it is no longer needed.
.SH "SEE ALSO"
-XtGetSubresources(3Xt),
-XtOffset(3Xt)
+XtGetSubresources(__libmansuffix__),
+XtOffset(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtGetSelectionParameters.man b/man/XtGetSelectionParameters.man
index ebb20c9..9536290 100644
--- a/man/XtGetSelectionParameters.man
+++ b/man/XtGetSelectionParameters.man
@@ -160,7 +160,7 @@ or from within the last call to an
.ZN XtConvertSelectionIncrProc
with a new request_id.
.SH "SEE ALSO"
-XtSetSelectionParameters(3Xt)
+XtSetSelectionParameters(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtGetSelectionTimeout.man b/man/XtGetSelectionTimeout.man
index 22ba05a..288d704 100644
--- a/man/XtGetSelectionTimeout.man
+++ b/man/XtGetSelectionTimeout.man
@@ -144,7 +144,7 @@ The
function has been superceded by
.ZN XtAppSetSelectionTimeout .
.SH "SEE ALSO"
-.BR XtAppGetSelectionTimeout (3Xt)
+.BR XtAppGetSelectionTimeout (__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtGetSelectionValue.man b/man/XtGetSelectionValue.man
index 7c404ca..9ee8a66 100644
--- a/man/XtGetSelectionValue.man
+++ b/man/XtGetSelectionValue.man
@@ -188,8 +188,8 @@ as would be when calling
.ZN XtGetSelectionValue
repeatedly.
.SH "SEE ALSO"
-XtAppGetSelectionTimeout(3Xt),
-XtOwnSelection(3Xt)
+XtAppGetSelectionTimeout(__libmansuffix__),
+XtOwnSelection(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtInitialize.man b/man/XtInitialize.man
index ccd700a..50d57c2 100644
--- a/man/XtInitialize.man
+++ b/man/XtInitialize.man
@@ -165,7 +165,7 @@ created shell. The semantics of calling
more than once are undefined. This routine has been replaced by
.ZN XtAppInitialize .
.SH "SEE ALSO"
-.BR XtAppInitialize (3Xt)
+.BR XtAppInitialize (__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtInsertEventTypeHandler.man b/man/XtInsertEventTypeHandler.man
index eb4d7ba..04ab0fe 100644
--- a/man/XtInsertEventTypeHandler.man
+++ b/man/XtInsertEventTypeHandler.man
@@ -282,7 +282,7 @@ if any event handler was called and
otherwise.
.LP
.SH "SEE ALSO"
-XtGetKeyboardFocusWidget(3Xt)
+XtGetKeyboardFocusWidget(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtMakeGeometryRequest.man b/man/XtMakeGeometryRequest.man
index 3acfd6c..346670b 100644
--- a/man/XtMakeGeometryRequest.man
+++ b/man/XtMakeGeometryRequest.man
@@ -229,8 +229,8 @@ If the widget is not interested in
replies,
it can pass NULL for width_return and height_return.
.SH "SEE ALSO"
-XtConfigureWidget(3Xt),
-XtQueryGeometery(3Xt)
+XtConfigureWidget(__libmansuffix__),
+XtQueryGeometery(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtManageChildren.man b/man/XtManageChildren.man
index 318f215..4e96da3 100644
--- a/man/XtManageChildren.man
+++ b/man/XtManageChildren.man
@@ -341,8 +341,8 @@ is managed, or
.ZN False
otherwise.
.SH "SEE ALSO"
-XtMapWidget(3Xt),
-XtRealizeWidget(3Xt)
+XtMapWidget(__libmansuffix__),
+XtRealizeWidget(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtMapWidget.man b/man/XtMapWidget.man
index 53084b3..0c63c2c 100644
--- a/man/XtMapWidget.man
+++ b/man/XtMapWidget.man
@@ -165,7 +165,7 @@ and
.ZN XtUnmapWidget
explicitly.
.SH "SEE ALSO"
-XtManageChildren(3Xt)
+XtManageChildren(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtNextEvent.man b/man/XtNextEvent.man
index 715f01a..3aed18d 100644
--- a/man/XtNextEvent.man
+++ b/man/XtNextEvent.man
@@ -175,8 +175,8 @@ has been replaced by
has been replaced by
.ZN XtAppMainLoop .
.SH "SEE ALSO"
-XtAppNextEvent(3xt), XtAppPending(3Xt), XtAppPeekEvent(3Xt),
-XtAppProcessEvent(3Xt), XtAppMainLoop(3Xt)
+XtAppNextEvent(3xt), XtAppPending(__libmansuffix__), XtAppPeekEvent(__libmansuffix__),
+XtAppProcessEvent(__libmansuffix__), XtAppMainLoop(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtOffset.man b/man/XtOffset.man
index 066867b..f8d1c08 100644
--- a/man/XtOffset.man
+++ b/man/XtOffset.man
@@ -162,8 +162,8 @@ The
macro returns the number of elements in the specified argument lists,
resources lists, and other counted arrays.
.SH "SEE ALSO"
-XtGetResourceList(3Xt),
-XtSetArg(3Xt)
+XtGetResourceList(__libmansuffix__),
+XtSetArg(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtOpenApplication.man b/man/XtOpenApplication.man
index 2a64592..be3de19 100644
--- a/man/XtOpenApplication.man
+++ b/man/XtOpenApplication.man
@@ -200,7 +200,7 @@ and
.ZN XtVaOpenApplication
respectively.
.SH "SEE ALSO"
-XtAppInitialize(3Xt), XtVaAppInitialize(3Xt)
+XtAppInitialize(__libmansuffix__), XtVaAppInitialize(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtOwnSelection.man b/man/XtOwnSelection.man
index c1e57a0..2d77f77 100644
--- a/man/XtOwnSelection.man
+++ b/man/XtOwnSelection.man
@@ -218,8 +218,8 @@ before the call to
finishes after the call to
.ZN XtDisownSelection .
.SH "SEE ALSO"
-XtAppGetSelectionTimeout(3Xt),
-XtGetSelectionValue(3Xt)
+XtAppGetSelectionTimeout(__libmansuffix__),
+XtGetSelectionValue(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtParseTranslationTable.man b/man/XtParseTranslationTable.man
index 4d7b61a..43a2e5c 100644
--- a/man/XtParseTranslationTable.man
+++ b/man/XtParseTranslationTable.man
@@ -180,10 +180,10 @@ The
.ZN XtUninstallTranslations
function causes the entire translation table for widget to be removed.
.SH "SEE ALSO"
-XtAppAddActions(3Xt),
-XtCreatePopupShell(3Xt),
-XtParseAcceleratorTable(3Xt),
-XtPopup(3Xt)
+XtAppAddActions(__libmansuffix__),
+XtCreatePopupShell(__libmansuffix__),
+XtParseAcceleratorTable(__libmansuffix__),
+XtPopup(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtPopdown.man b/man/XtPopdown.man
index d1d9e56..af45197 100644
--- a/man/XtPopdown.man
+++ b/man/XtPopdown.man
@@ -223,8 +223,8 @@ gets to the application top-level shell widget
and cannot find a matching shell,
it generates an error.
.SH "SEE ALSO"
-XtCreatePopupShell(3Xt),
-XtPopup(3Xt)
+XtCreatePopupShell(__libmansuffix__),
+XtPopup(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtPopup.man b/man/XtPopup.man
index 1fa0b1b..23830db 100644
--- a/man/XtPopup.man
+++ b/man/XtPopup.man
@@ -316,8 +316,8 @@ If
gets to the application widget and cannot find a matching shell,
it generates an error.
.SH "SEE ALSO"
-XtCreatePopupShell(3Xt),
-XtPopdown(3Xt)
+XtCreatePopupShell(__libmansuffix__),
+XtPopdown(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtQueryGeometry.man b/man/XtQueryGeometry.man
index 819de97..735a6a4 100644
--- a/man/XtQueryGeometry.man
+++ b/man/XtQueryGeometry.man
@@ -159,8 +159,8 @@ replaces it with a pointer to an
.ZN XtWidgetGeometry
structure with request_mode=0 before calling query_geometry.
.SH "SEE ALSO"
-XtConfigureWidget(3Xt),
-XtMakeGeometryRequest(3Xt)
+XtConfigureWidget(__libmansuffix__),
+XtMakeGeometryRequest(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtRealizeWidget.man b/man/XtRealizeWidget.man
index e17b68f..5846de7 100644
--- a/man/XtRealizeWidget.man
+++ b/man/XtRealizeWidget.man
@@ -204,7 +204,7 @@ again.
If the widget was managed,
it will be unmanaged automatically before its window is freed.
.SH "SEE ALSO"
-XtManageChildren(3Xt)
+XtManageChildren(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtSetArg.man b/man/XtSetArg.man
index c709dbf..83eb201 100644
--- a/man/XtSetArg.man
+++ b/man/XtSetArg.man
@@ -199,7 +199,7 @@ When it is no longer needed,
free the returned storage by using
.ZN XtFree .
.SH "SEE ALSO"
-XtOffset(3Xt)
+XtOffset(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtSetKeyboardFocus.man b/man/XtSetKeyboardFocus.man
index dfc9abc..ae09e33 100644
--- a/man/XtSetKeyboardFocus.man
+++ b/man/XtSetKeyboardFocus.man
@@ -181,7 +181,7 @@ event is generated for descendant if
.ZN FocusNotify
events have been selected by the descendant.
.SH "SEE ALSO"
-XtCallAcceptFocus(3Xt)
+XtCallAcceptFocus(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtSetSelectionParameters.man b/man/XtSetSelectionParameters.man
index ff9a26a..b9795e1 100644
--- a/man/XtSetSelectionParameters.man
+++ b/man/XtSetSelectionParameters.man
@@ -180,7 +180,7 @@ and
.ZN XtGetSelectionValuesIncremental
cannot be used to make selection requests with parameterized targets.
.SH "SEE ALSO"
-XtGetSelectionParameters(3Xt)
+XtGetSelectionParameters(__libmansuffix__)
.br
\fI\*(xT\fP
.br
diff --git a/man/XtStringConversionWarning.man b/man/XtStringConversionWarning.man
index 2bb6487..ddbdd7d 100644
--- a/man/XtStringConversionWarning.man
+++ b/man/XtStringConversionWarning.man
@@ -145,10 +145,10 @@ type ``string'', class ``XtToolkitError, and the default message string
has been replaced by
.ZN XtDisplayStringConversionWarning .
.SH "SEE ALSO"
-XtAppAddConverter(3Xt),
+XtAppAddConverter(__libmansuffix__),
XtAppErrorMsg(3t),
-XtConvert(3Xt),
-XtDisplayStringConversionWarning(3Xt)
+XtConvert(__libmansuffix__),
+XtDisplayStringConversionWarning(__libmansuffix__)
.br
\fI\*(xT\fP
.br