Some SGML fixes: add or remove some para tags.
This commit is contained in:
parent
6534755dde
commit
2a1e265b0c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31688
1 changed files with 6 additions and 7 deletions
|
@ -1567,7 +1567,7 @@ $%&'()*+,-./01234567
|
|||
usage, the text filter must also account for pages printed,
|
||||
usually by counting the number of lines printed and comparing
|
||||
that to the number of lines per page the printer supports. The
|
||||
text filter is started with the following argument list:
|
||||
text filter is started with the following argument list:</para>
|
||||
|
||||
<cmdsynopsis>
|
||||
<command>filter-name</command>
|
||||
|
@ -1580,7 +1580,7 @@ $%&'()*+,-./01234567
|
|||
<arg choice="plain"><replaceable>acct-file</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
where
|
||||
<para>where</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
@ -1647,7 +1647,6 @@ $%&'()*+,-./01234567
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<indexterm>
|
||||
|
@ -1664,7 +1663,7 @@ $%&'()*+,-./01234567
|
|||
linkend="printing-advanced-convfilters">Conversion
|
||||
Filters</link> tells all about them. Conversion filters also
|
||||
need to do accounting, if you need printer accounting.
|
||||
Conversion filters are started with the following arguments:
|
||||
Conversion filters are started with the following arguments:</para>
|
||||
|
||||
<cmdsynopsis>
|
||||
<command>filter-name</command>
|
||||
|
@ -1676,7 +1675,7 @@ $%&'()*+,-./01234567
|
|||
<arg choice="plain"><replaceable>acct-file</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
where <replaceable>pixel-width</replaceable> is the value
|
||||
<para>where <replaceable>pixel-width</replaceable> is the value
|
||||
from the <literal>px</literal> capability (default 0) and
|
||||
<replaceable>pixel-height</replaceable> is the value from the
|
||||
<literal>py</literal> capability (default 0).</para>
|
||||
|
@ -1687,7 +1686,7 @@ $%&'()*+,-./01234567
|
|||
is no text filter, or if header pages are enabled. In my
|
||||
experience, output filters are rarely used. Section <link
|
||||
linkend="printing-advanced-of">Output Filters</link> describe
|
||||
them. There are only two arguments to an output filter:
|
||||
them. There are only two arguments to an output filter:</para>
|
||||
|
||||
<cmdsynopsis>
|
||||
<command>filter-name</command>
|
||||
|
@ -1695,7 +1694,7 @@ $%&'()*+,-./01234567
|
|||
<arg choice="plain">-l <replaceable>length</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
which are identical to the text filters <option>-w</option> and
|
||||
<para>which are identical to the text filters <option>-w</option> and
|
||||
<option>-l</option> arguments.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue