Git commit 2291f1931efb652f507c7e6294ecae905aee00ec by Burkhard L?ck. Committed on 11/03/2013 at 23:42. Pushed by lueck into branch 'master'.
document print option M +7 -2 doc/index.docbook M +6 -0 doc/man-okular.1.docbook http://commits.kde.org/okular/2291f1931efb652f507c7e6294ecae905aee00ec diff --git a/doc/index.docbook b/doc/index.docbook index c8123a5..52e11c8 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -124,8 +124,8 @@ Add a 'Find Previous' entry <para> Another way is to hold the &LMB; down at any place on the document while dragging the mouse in the opposite direction of where you want to move. This procedure only works if the Browse Tool is - enabled, which you can select by choosing <menuchoice><guimenu>Tools</guimenu><guimenuitem>Browse Tool - </guimenuitem></menuchoice>. + enabled, which you can select by choosing <menuchoice><guimenu>Tools</guimenu> + <guimenuitem>Browse Tool</guimenuitem></menuchoice>. </para> <para>If you want to read a document with several pages use the automatic scrolling feature of &okular;. Start automatic scrolling with <keycombo action="simul">&Shift;<keysym>Down Arrow</keysym></keycombo> or @@ -645,6 +645,11 @@ Add a 'Find Previous' entry </varlistentry> <varlistentry> <term><userinput><command>okular</command> + <option>--print</option></userinput></term> + <listitem><para>Start with print dialog.</para></listitem> + </varlistentry> + <varlistentry> + <term><userinput><command>okular</command> <option>--unique</option></userinput></term> <listitem><para>Unique instance control.</para></listitem> </varlistentry> diff --git a/doc/man-okular.1.docbook b/doc/man-okular.1.docbook index 8a7ea70..e6134f0 100644 --- a/doc/man-okular.1.docbook +++ b/doc/man-okular.1.docbook @@ -108,6 +108,12 @@ is aimed to show documents in different formats.</para> </listitem> </varlistentry> <varlistentry> + <term><option>--print</option></term> + <listitem> +<para>Start with print dialog.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--unique</option></term> <listitem> <para>Unique instance control.</para>
