Skip to content

Commit

Permalink
docs: FvwmPerl: fixup examples
Browse files Browse the repository at this point in the history
Don't use "--" to imply end of command arguments when using FvwmPerl via
functions, as this won't send anything to FvwmPerl.

Noticed by AlaricToo on irc.
  • Loading branch information
ThomasAdam committed Aug 11, 2023
1 parent b3bd394 commit ee3e00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/FvwmPerl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ to be preprosessed.
ModuleSynchronize FvwmPerl
AddToFunc .
+ I SendToModule FvwmPerl preprocess -c -- $*
+ I SendToModule FvwmPerl preprocess -c $*
. Exec exec xterm -name xterm-%{++$i}% # use unique name
Expand Down Expand Up @@ -251,7 +251,7 @@ define the following two shortcut functions:
DestroyFunc PerlEval
AddToFunc I SendToModule MyPerl eval $*
DestroyFunc PP
AddToFunc I SendToModule MyPerl preprocessc-c -- $*
AddToFunc I SendToModule MyPerl preprocessc-c $*
....
+
These 4 actions may be requested in one of 3 ways: 1) in the command
Expand Down

0 comments on commit ee3e00d

Please sign in to comment.