1<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.2//EN" 'http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd'> 2 3<!-- Process this file with DocBook tools to generate the output format 4(such as manual pages or HTML documents). 5 6Note that strings like __appmansuffix__, __filemansuffix__, __libmansuffix__, 7__miscmansuffix__ etc. have to be replaced first (in theory that's the 8job of ENTITIES but some XML tools are highly allergic to such stuff... ;-(). 9A quick way to do that is to filter this document via 10/usr/bin/sed "s/__appmansuffix__/${MANSUFFIX}/g;s/__filemansuffix__/${FILEMANSUFFIX}/g;s/__libmansuffix__/${LIBMANSUFFIX}/g;s/__misc 11mansuffix__/${MISCMANSUFFIX}/g" 12assuming that env vars like MANSUFFIX etc. have been set to the matching 13manual volume numbers. 14 --> 15 16<refentry> 17 <refmeta> 18 <refentrytitle>xmore</refentrytitle> 19 <manvolnum>__appmansuffix__</manvolnum> 20 </refmeta> 21 <refnamediv> 22 <refname>xmore</refname> 23 24 <refpurpose>plain text display program for the X Window System</refpurpose> 25 </refnamediv> 26 <refsynopsisdiv> 27 <cmdsynopsis> 28 <command>xmore</command> 29 30 <arg><option><replaceable>filename</replaceable></option></arg> 31 </cmdsynopsis> 32 </refsynopsisdiv> 33 <refsect1> 34 <title>DESCRIPTION</title> 35 36 <para><command>xmore</command> is a plain text browser. 37 </para> 38 39 </refsect1> 40 41<!-- not yet 42 <refsect1> 43 <title>KNOWN BUGS</title> 44 <para> 45 </para> 46 </refsect1> 47--> 48 49 <refsect1> 50 <title>SEE ALSO</title> 51 <para> 52 <simplelist type="inline"> 53 <!-- specific references --> 54 <!-- none --> 55 56 <member><citerefentry><refentrytitle>X11</refentrytitle><manvolnum>__miscmansuffix__</manvolnum></citerefentry></member> 57 <member><citerefentry><refentrytitle>xman</refentrytitle><manvolnum>__appmansuffix__</manvolnum></citerefentry></member> 58 </simplelist> 59 </para> 60 </refsect1> 61 62</refentry> 63 64 65