File xdotool-fix-man-page-pod-errors.patch of Package xdotool
--- xdotool.pod 2010-10-12 01:45:16.000000000 -0500 +++ xdotool.pod.orig 2011-01-06 11:54:00.000000000 -0600 @@ -780,6 +780,8 @@ =head1 MISCELLANEOUS COMMANDS +=over + =item B<exec> I<[options]> I<command> I<[...]> Execute a program. This is often useful when combined with behave_screen_edge @@ -787,15 +789,11 @@ Options: -=over - =item B<--sync> Block until the child process exits. The child process exit status is then passed to the parent process (xdotool) which copies it. -=back - Examples: # Lock the screen when the mouse sits in the top-right corner xdotool behave_screen_edge --delay 1000 top-right \ @@ -809,6 +807,8 @@ # This succeeds, though, since we do not use --sync on the exec command. xdotool exec /bin/false mousemove 0 0 +=back + =head1 SCRIPTS xdotool can read a list of commands via stdin or a file if you want. A script