diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-05-24 03:17:44 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-05-24 03:17:44 +0000 |
commit | 62ad6298a589dd16820c7d0bbfcd2b5381a2589e (patch) | |
tree | 1eee9748e7340e26f25f9ff8411b4be570a8f623 /xmore.sgml |
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=611 -
Adding simple text viewer (xmore)
Diffstat (limited to 'xmore.sgml')
-rw-r--r-- | xmore.sgml | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/xmore.sgml b/xmore.sgml new file mode 100644 index 0000000..66b0914 --- /dev/null +++ b/xmore.sgml @@ -0,0 +1,82 @@ +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.2//EN" '/usr/share/sgml/docbook_4.2/docbook.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__, +__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" +assuming that env vars like MANSUFFIX etc. have been set to the matching +manual volume numbers. + --> + +<refentry> + <refmeta> + <refentrytitle>xmore</refentrytitle> + <manvolnum>__mansuffix__</manvolnum> + </refmeta> + <refnamediv> + <refname>xmore</refname> + + <refpurpose>plain text display program for the X Window System</refpurpose> + </refnamediv> + <refsynopsisdiv> + <cmdsynopsis> + <command>xmore</command> + + <arg><option><replaceable>filename</replaceable></option></arg> + </cmdsynopsis> + </refsynopsisdiv> + <refsect1> + <title>DESCRIPTION</title> + + <para><command>xmore</command> is a plain text browser. + </para> + + </refsect1> + + <refsect1> + <title>ENVIRONMENT</title> + <variablelist> + <varlistentry> + <term><envar>XPSERVERLIST</envar> + </term> + <listitem> + <para> + <envar>${XPSERVERLIST}</envar> must be set, + identifying the available Xprint servers. + See <citerefentry><refentrytitle>Xprint</refentrytitle><manvolnum>__miscmansuffix__</manvolnum></citerefentry> + for more details. + </para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + +<!-- not yet + <refsect1> + <title>KNOWN BUGS</title> + <para> + </para> + </refsect1> +--> + + <refsect1> + <title>SEE ALSO</title> + <para> + <simplelist type="inline"> + <!-- specific references --> + <!-- none --> + + <!-- Xprint general references --> + <member><citerefentry><refentrytitle>X11</refentrytitle><manvolnum>__miscmansuffix__</manvolnum></citerefentry></member> + <member><citerefentry><refentrytitle>xman</refentrytitle><manvolnum>__mansuffix__</manvolnum></citerefentry></member> + </simplelist> + </para> + </refsect1> + +</refentry> + + |