Switch to unified view

a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
...
...
2032
        <literal>format</literal> for specifying the
2032
        <literal>format</literal> for specifying the
2033
        mime type. This one is quite special because you can specify
2033
        mime type. This one is quite special because you can specify
2034
        several values which will be OR'ed (the normal default for the
2034
        several values which will be OR'ed (the normal default for the
2035
        language is AND). Ex: <literal>mime:text/plain
2035
        language is AND). Ex: <literal>mime:text/plain
2036
        mime:text/html</literal>. Specifying an explicit boolean
2036
        mime:text/html</literal>. Specifying an explicit boolean
2037
        operator or negation (<literal>-</literal>) before a
2037
        operator before a
2038
        <literal>mime</literal> specification is not supported and
2038
        <literal>mime</literal> specification is not supported and
2039
        will produce strange results. You can filter out certain types
2040
        by using negation (<literal>-mime:some/type</literal>), and you can
2041
        use wildcards in the value (<literal>mime:text/*</literal>).
2039
        will produce strange results. Note that <literal>mime</literal> is
2042
        Note that <literal>mime</literal> is
2040
        the ONLY field with an OR default. You do need to use
2043
        the ONLY field with an OR default. You do need to use
2041
        <literal>OR</literal> with <literal>ext</literal> terms for
2044
        <literal>OR</literal> with <literal>ext</literal> terms for
2042
        example.</para> 
2045
        example.</para> 
2043
        </listitem>
2046
        </listitem>
2044
2047