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