On Tue, Feb 5, 2013 at 4:35 AM, Thomas Adam <tho...@fvwm.org> wrote:
>> I also notice that for me at least the pager does not seem to behave
>> as documented in the man page, which says that if I omit both desk
>> numbers, the current desk is used instead. So I would think this means
>> that if I do
>>
>> GotoDesk 0 1
>> Module FvwmPager
>
> FvwmPager *

Which works just fine, but the manpage says I can do something that
doesn't work. This patch makes the manpage conform to current
behavior. Thanks! --Omari

diff -aur fvwm-2.6.5-orig/modules/FvwmPager/FvwmPager.1.in
fvwm-2.6.5/modules/FvwmPager/FvwmPager.1.in
--- fvwm-2.6.5-orig/modules/FvwmPager/FvwmPager.1.in    2012-02-20
07:27:34.000000000 -0500
+++ fvwm-2.6.5/modules/FvwmPager/FvwmPager.1.in 2013-02-05
07:27:38.490354119 -0500
@@ -5,17 +5,18 @@
 .SH NAME
 FvwmPager \- the Fvwm Pager module
 .SH SYNOPSIS
-\fBFvwmPager\fP [ \fI-transient\fP ] [ \fIname\fP ] [ \fIfirst
desk\fP [ \fIlast desk\fP ] ]
+\fBFvwmPager\fP [ \fI-transient\fP ] [ \fIname\fP ] *
+
+\fBFvwmPager\fP [ \fI-transient\fP ] [ \fIname\fP ] \fIfirst_desk\fP
[ \fIlast_desk\fP ]
+
 FvwmPager is spawned by fvwm, so no command line invocation will work.

-All desks with desk numbers between \fIfirst desk\fP and \fIlast
-desk\fP are displayed. If \fIlast desk\fP is omitted only the
-\fIfirst desk\fP is shown. If both desk numbers are omitted, the
-current desk is used instead. If you use an asterisk '*' in place
-of \fIfirst desk\fP the pager will always show the current
-desktop, even when you switch desks.
+An asterisk '*' will always show the current desktop, even when you
+switch desks.  Alternatively, all desks with desk numbers between
+\fIfirst desk\fP and \fIlast desk\fP are displayed. If \fIlast desk\fP
+is omitted only the \fIfirst desk\fP is shown.

-Example lines to put in your .fvwm2rc:
+Example lines to put in your \fI$HOME/.fvwm/config\fP:

 .nf
 .sp

Reply via email to