diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/man/en/xine-list.1.in | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/en/Makefile.am b/doc/man/en/Makefile.am index 9fe87cc11..c8d616c35 100644 --- a/doc/man/en/Makefile.am +++ b/doc/man/en/Makefile.am @@ -10,4 +10,4 @@ DISTCLEANFILES = $(DYNAMICMANS) EXTRA_DIST = $(STATICMANS) xine-list.1.in xine-list-@XINE_SERIES@.1: xine-list.1.in - (echo '.ds xl xine\-list\-@XINE_SERIES@'; cat $<) >$@ + $(SED) -e 's/@XL@/xine\-list\-@XINE_SERIES@/' $< >$@ diff --git a/doc/man/en/xine-list.1.in b/doc/man/en/xine-list.1.in index a127f80bf..558b44df0 100644 --- a/doc/man/en/xine-list.1.in +++ b/doc/man/en/xine-list.1.in @@ -1,17 +1,17 @@ .TH XINE 1 2001-08-28 "The xine project" .SH NAME -\*(xl - get supported filetype information from xine-lib +@XL@ - get supported filetype information from xine-lib .SH SYNOPSIS -.B \*(xl +.B @XL@ [\fPoptions...\fI] .SH DESCRIPTION .PP -\fI\*(xl\fP is a tool that is used to list the MIME type and filename +\fI@XL@\fP is a tool that is used to list the MIME type and filename extension information known and supported by the installed \fIxine-lib\fP. It is of use in filling in MIME information in front ends' desktop files. . .SH OPTIONS -\fIxine\-list\fP accepts the following options: +\fI@XL@\fP accepts the following options: .TP 8 .B \-m .B \-\-mime\-types |