summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-13 17:15:36 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-13 17:15:36 -0500
commit36d4517099505fac29a3c0b8c6c3779b3f05b8ff (patch)
tree915c604092bf7b2ebbcf5484ab1b1be27b39ac81
parent8ebaae2bf1350b9414d261fc8509fcd898d9b152 (diff)
man: replace hard coded man page section with substitution strings
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--Xmark.man2
-rw-r--r--x11perf.man4
-rw-r--r--x11perfcomp.man4
3 files changed, 5 insertions, 5 deletions
diff --git a/Xmark.man b/Xmark.man
index 640a095..4e91162 100644
--- a/Xmark.man
+++ b/Xmark.man
@@ -63,4 +63,4 @@ by x11perf in the expected way.
.BR "Diagnostic: ERROR: sum of weights =" nnn ", not equal to 4566.0;"
There is an internal error in Xmark.
.SH "SEE ALSO"
-X(__miscmansuffix__), x11perf(1), x11perfcomp(1)
+X(__miscmansuffix__), x11perf(__appmansuffix__), x11perfcomp(__appmansuffix__)
diff --git a/x11perf.man b/x11perf.man
index cd4848a..1fcbf20 100644
--- a/x11perf.man
+++ b/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(1),
+.I x11perfcomp(__appmansuffix__),
a program to compare the outputs of different
.I x11perf
runs. You provide a list of files containing results from
@@ -1001,7 +1001,7 @@ Circulate unmapped window to top.
.SH X DEFAULTS
There are no X defaults used by this program.
.SH "SEE ALSO"
-X(__miscmansuffix__), x11perfcomp(1)
+X(__miscmansuffix__), x11perfcomp(__appmansuffix__)
.SH AUTHORS
Joel McCormack
.br
diff --git a/x11perfcomp.man b/x11perfcomp.man
index 729c8f7..4f567d2 100644
--- a/x11perfcomp.man
+++ b/x11perfcomp.man
@@ -33,7 +33,7 @@ x11perfcomp \- X11 server performance comparison program
The
.I x11perfcomp
program merges the output of several
-.I x11perf(1)
+.I x11perf(__appmansuffix__)
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,7 @@ Specifies a label file to use.
.SH X DEFAULTS
There are no X defaults used by this program.
.SH "SEE ALSO"
-X(__miscmansuffix__), x11perf(1)
+X(__miscmansuffix__), x11perf(__appmansuffix__)
.SH AUTHORS
Mark Moraes wrote the original scripts to compare servers.
.br