Update the manual page for widget(1)
This commit is contained in:
parent
2e20342585
commit
8f5092c2ce
|
@ -49,8 +49,12 @@
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>&name;</command>
|
<command>&name;</command>
|
||||||
|
<arg choice="opt"><option>-h</option>
|
||||||
|
<replaceable>height</replaceable></arg>
|
||||||
<arg choice="opt"><option>-t</option>
|
<arg choice="opt"><option>-t</option>
|
||||||
<replaceable>title</replaceable></arg>
|
<replaceable>title</replaceable></arg>
|
||||||
|
<arg choice="opt"><option>-w</option>
|
||||||
|
<replaceable>width</replaceable></arg>
|
||||||
<arg choice="plain" rep="repeat">widget</arg>
|
<arg choice="plain" rep="repeat">widget</arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
@ -64,12 +68,24 @@
|
||||||
<title>Options</title>
|
<title>Options</title>
|
||||||
<para>The following options are available:</para>
|
<para>The following options are available:</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-h</option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Default height for the window.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-t</option></term>
|
<term><option>-t</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Default title for the window.</para>
|
<para>Default title for the window.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-w</option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Default width for the window.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
<refsect1 id="files">
|
<refsect1 id="files">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user