diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-19 10:06:57 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-19 10:06:57 -0500 |
commit | c472d2d7f72113ebf6fc9bbb756e77c9394021c6 (patch) | |
tree | b29e501f5e539af5c6137d265445274894f31d4d /man | |
parent | 50774db732019e6b9e706e9ce5a0f16bbbe9a772 (diff) |
config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 12 | ||||
-rw-r--r-- | man/xvinfo.man | 30 |
2 files changed, 42 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..5d6cc18 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,12 @@ + +appmandir = $(APP_MAN_DIR) +appman_PRE = xvinfo.man +appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) + +EXTRA_DIST = $(appman_PRE) +CLEANFILES = $(appman_DATA) +SUFFIXES = .$(APP_MAN_SUFFIX) .man + +# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure +.man.$(APP_MAN_SUFFIX): + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ diff --git a/man/xvinfo.man b/man/xvinfo.man new file mode 100644 index 0000000..742157b --- /dev/null +++ b/man/xvinfo.man @@ -0,0 +1,30 @@ +.TH xvinfo __appmansuffix__ __vendorversion__ +.SH NAME +xvinfo - Print out X-Video extension adaptor information +.SH SYNOPSIS +.B "xvinfo" +[-display \fIdisplayname\fP] +.SH DESCRIPTION +.PP +.B xvinfo +prints out the capabilities of any video adaptors associated +with the display that are accessible through the X-Video extension. +.SH OPTIONS +.PP +.TP 8 +.B "-display \fIdisplay\fP" +This argument allows you to specify the server to query; see \fIX(__miscmansuffix__)\fP. +.TP 8 +.B "-short" +Output less details, to reduce the amount of text. +.SH ENVIRONMENT +.PP +.TP 8 +.B DISPLAY +This variable may be used to specify the server to query. + +.SH SEE ALSO +X(__miscmansuffix__), xdpyinfo(__appmansuffix__), xwininfo(__appmansuffix__), +xdriinfo(__appmansuffix__), glxinfo(__appmansuffix__), xprop(__appmansuffix__) +.SH AUTHORS +Mark Vojkovich |