From f6c791b5f318d8805db4cb6c74b1bc2e91d6c15c Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 6 Mar 2011 13:43:46 -0500 Subject: 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 Signed-off-by: Gaetan Nadon --- man/XtAddInput.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/XtAddInput.man') 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 -- cgit v1.2.3