diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2005-02-01 23:00:50 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2005-02-01 23:00:50 +0000 |
commit | 3d9fdcb47537e924e7426d64d838c00414ec58ff (patch) | |
tree | 752f78876595ed672200895aeb2daca27be8d30f /xmore.sgml | |
parent | 550802b584f89279d8af35ee8a9221dc24ea1f27 (diff) |
xc/programs/xmore/xmore.manXORG-6_8_99_2XORG-6_8_99_1
//bugs.freedesktop.org/show_bug.cgi?id=2410) attachment #1786
(https://bugs.freedesktop.org/attachment.cgi?id=1786): Fix formatting
problem in the xmore(1x) manual page. Patch by Matthieu Herrb
<matthieu.herrb@laas.fr> and Roland Mainz <roland.mainz@nrubsig.org>.
Approved in the 2005-01-31 Xorg release-wranglers phone call (the
xmore.man diff is an automatic update from the DocBook--->man
conversion).
Diffstat (limited to 'xmore.sgml')
-rw-r--r-- | xmore.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,13 +1,14 @@ -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.2//EN" '/usr/share/sgml/docbook_4.2/docbook.dtd'> +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.2//EN" 'http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd'> <!-- Process this file with DocBook tools to generate the output format (such as manual pages or HTML documents). -Note that strings like __mansuffix__, __filemansuffix__, __libmansuffix__, +Note that strings like __appmansuffix__, __filemansuffix__, __libmansuffix__, __miscmansuffix__ etc. have to be replaced first (in theory that's the job of ENTITIES but some XML tools are highly allergic to such stuff... ;-(). A quick way to do that is to filter this document via -/usr/bin/sed "s/__mansuffix__/${MANSUFFIX}/g;s/__filemansuffix__/${FILEMANSUFFIX}/g;s/__libmansuffix__/${LIBMANSUFFIX}/g;s/__miscmansuffix__/${MISCMANSUFFIX}/g" +/usr/bin/sed "s/__appmansuffix__/${MANSUFFIX}/g;s/__filemansuffix__/${FILEMANSUFFIX}/g;s/__libmansuffix__/${LIBMANSUFFIX}/g;s/__misc +mansuffix__/${MISCMANSUFFIX}/g" assuming that env vars like MANSUFFIX etc. have been set to the matching manual volume numbers. --> @@ -15,7 +16,7 @@ manual volume numbers. <refentry> <refmeta> <refentrytitle>xmore</refentrytitle> - <manvolnum>__mansuffix__</manvolnum> + <manvolnum>__appmansuffix__</manvolnum> </refmeta> <refnamediv> <refname>xmore</refname> @@ -72,7 +73,7 @@ manual volume numbers. <!-- Xprint general references --> <member><citerefentry><refentrytitle>X11</refentrytitle><manvolnum>__miscmansuffix__</manvolnum></citerefentry></member> - <member><citerefentry><refentrytitle>xman</refentrytitle><manvolnum>__mansuffix__</manvolnum></citerefentry></member> + <member><citerefentry><refentrytitle>xman</refentrytitle><manvolnum>__appmansuffix__</manvolnum></citerefentry></member> </simplelist> </para> </refsect1> |