summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-13 16:32:02 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-13 16:32:38 -0700
commitc923e89b0756dd40c41b6969f400a248ca4d0b22 (patch)
tree032fbe9eaf1205806e00333839cf775815ea0a6e
parentbcabb502977e3680b955c131f037f8d817a3af4f (diff)
man pages: use .BR markup for references to other man pages
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9>
-rw-r--r--man/x11perf.man5
-rw-r--r--man/x11perfcomp.man5
2 files changed, 6 insertions, 4 deletions
diff --git a/man/x11perf.man b/man/x11perf.man
index 59d2f4d..2785365 100644
--- a/man/x11perf.man
+++ b/man/x11perf.man
@@ -86,7 +86,7 @@ may be able to use the numbers
reports to predict its performance on a given X implementation.
.PP
That said, you might also want to look at
-.I x11perfcomp(@APP_MAN_SUFFIX@),
+.BR x11perfcomp (@APP_MAN_SUFFIX@),
a program to compare the outputs of different
.I x11perf
runs. You provide a list of files containing results from
@@ -1040,7 +1040,8 @@ Circulate unmapped window to top.
.SH X DEFAULTS
There are no X defaults used by this program.
.SH "SEE ALSO"
-X(@MISC_MAN_SUFFIX@), x11perfcomp(@APP_MAN_SUFFIX@)
+.BR X (@MISC_MAN_SUFFIX@),
+.BR x11perfcomp (@APP_MAN_SUFFIX@)
.SH AUTHORS
Joel McCormack
.br
diff --git a/man/x11perfcomp.man b/man/x11perfcomp.man
index 0c8b013..7770ff2 100644
--- a/man/x11perfcomp.man
+++ b/man/x11perfcomp.man
@@ -33,7 +33,7 @@ x11perfcomp \- X11 server performance comparison program
The
.I x11perfcomp
program merges the output of several
-.I x11perf(@APP_MAN_SUFFIX@)
+.BR x11perf (@APP_MAN_SUFFIX@)
runs into a nice tabular
format. It takes the results in each file, fills in any missing test results if
necessary, and for each test shows the objects/second rate of each server.
@@ -73,7 +73,8 @@ Specifies a label file to use.
.SH X DEFAULTS
There are no X defaults used by this program.
.SH "SEE ALSO"
-X(@MISC_MAN_SUFFIX@), x11perf(@APP_MAN_SUFFIX@)
+.BR X (@MISC_MAN_SUFFIX@),
+.BR x11perf(@APP_MAN_SUFFIX@)
.SH AUTHORS
Mark Moraes wrote the original scripts to compare servers.
.br