diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-03-06 13:43:46 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-03-08 07:24:19 -0500 |
commit | f6c791b5f318d8805db4cb6c74b1bc2e91d6c15c (patch) | |
tree | f88d1433f4a73eb38105376434f02be1d3be8651 /man/XtAppAddSignal.man | |
parent | 9ccf14fddedc11bd17b3ae30612c6f70f4cd7e14 (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>
Diffstat (limited to 'man/XtAppAddSignal.man')
-rw-r--r-- | man/XtAppAddSignal.man | 2 |
1 files changed, 1 insertions, 1 deletions
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 |