summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2008-10-10 10:08:04 +0200
committerBernhard R. Link <brlink@debian.org>2008-10-10 10:08:04 +0200
commitdd86c8350d1ba3dd024240ae0b91c147aa42473d (patch)
tree0d9791e7f14c379a4dd38a3b1e7b2dcea8e77529 /doc
parent8a8b8d5618eaddd2be1fd6e3e716320e007406cd (diff)
downloadratpoison-dd86c8350d1ba3dd024240ae0b91c147aa42473d.zip
doc/ratpoison.texi: fix argument order of execf
Diffstat (limited to 'doc')
-rw-r--r--doc/ratpoison.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi
index a275c18..5c7e5cc 100644
--- a/doc/ratpoison.texi
+++ b/doc/ratpoison.texi
@@ -1499,7 +1499,7 @@ Execute a shell command but don't record which frame it was executed
from. The client's windows will pop up in whatever frame is current.
@end deffn
-@deffn Command execf @var{command} @var{frame}
+@deffn Command execf @var{frame} @var{command}
Execute a shell command and choose which frame the client's first
window will open in. The client must be netwm compliant for this to
work.