summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/utils')
-rw-r--r--hw/xfree86/utils/man/cvt.man6
-rw-r--r--hw/xfree86/utils/man/gtf.man6
2 files changed, 6 insertions, 6 deletions
diff --git a/hw/xfree86/utils/man/cvt.man b/hw/xfree86/utils/man/cvt.man
index 8d70ead1b..009ab6540 100644
--- a/hw/xfree86/utils/man/cvt.man
+++ b/hw/xfree86/utils/man/cvt.man
@@ -1,4 +1,4 @@
-.TH CVT 1 __vendorversion__
+.TH CVT 1 @vendorversion@
.SH NAME
cvt - calculate VESA CVT mode lines
.SH SYNOPSIS
@@ -13,7 +13,7 @@ cvt - calculate VESA CVT mode lines
is a utility for calculating VESA Coordinated Video Timing modes. Given the
desired horizontal and vertical resolutions, a modeline adhering to the CVT
standard is printed. This modeline can be included in Xorg
-.B xorg.conf(__filemansuffix__)
+.B xorg.conf(@filemansuffix@)
.
.SH OPTIONS
@@ -31,7 +31,7 @@ Create a mode with reduced blanking. This allows for higher frequency signals,
with a lower or equal dotclock. Not for Cathode Ray Tube based displays though.
.SH "SEE ALSO"
-xorg.conf(__filemansuffix__), gtf(__appmansuffix__)
+xorg.conf(@filemansuffix@), gtf(@appmansuffix@)
.SH AUTHOR
Luc Verhaegen.
.PP
diff --git a/hw/xfree86/utils/man/gtf.man b/hw/xfree86/utils/man/gtf.man
index 004d2f059..95bddbbcf 100644
--- a/hw/xfree86/utils/man/gtf.man
+++ b/hw/xfree86/utils/man/gtf.man
@@ -1,4 +1,4 @@
-.TH GTF 1 __vendorversion__
+.TH GTF 1 @vendorversion@
.SH NAME
gtf - calculate VESA GTF mode lines
.SH SYNOPSIS
@@ -15,7 +15,7 @@ is a utility for calculating VESA GTF modes. Given the desired
horizontal and vertical resolutions and refresh rate (in Hz), the parameters
for a matching VESA GTF mode are printed out. Two output formats are
supported: mode lines suitable for the Xorg
-.B xorg.conf(__filemansuffix__)
+.B xorg.conf(@filemansuffix@)
file, and mode parameters suitable for the Linux
.B fbset(8)
utility.
@@ -34,7 +34,7 @@ default format.
Print the mode parameters in a format suitable for
.BR fbset(8) .
.SH "SEE ALSO"
-xorg.conf(__filemansuffix__), cvt(__appmansuffix__)
+xorg.conf(@filemansuffix@), cvt(@appmansuffix@)
.SH AUTHOR
Andy Ritger.
.PP