summaryrefslogtreecommitdiff
path: root/system/suckless-tools/pod/swarp.pod
diff options
context:
space:
mode:
Diffstat (limited to 'system/suckless-tools/pod/swarp.pod')
-rw-r--r--system/suckless-tools/pod/swarp.pod39
1 files changed, 39 insertions, 0 deletions
diff --git a/system/suckless-tools/pod/swarp.pod b/system/suckless-tools/pod/swarp.pod
new file mode 100644
index 0000000000..87136887a5
--- /dev/null
+++ b/system/suckless-tools/pod/swarp.pod
@@ -0,0 +1,39 @@
+# POD source for swarp man page. Convert with:
+# pod2man --stderr -s1 -c"Suckless.org Tools" -r0.1 swarp.pod > swarp.1
+
+=pod
+
+=head1 NAME
+
+B<swarp> - simple pointer warp
+
+=head1 SYNOPSIS
+
+B<swarp> [x] [y]
+
+B<swarp> -v
+
+=head1 DESCRIPTION
+
+B<swarp> is a generic pointer warping utility for X. Example:
+
+# B<swarp 100 100>
+
+will warp the pointer to (100, 100) on your screen.
+
+=head1 OPTIONS
+
+B<-v> prints the version number and exits.
+
+=head1 ENVIRONMENT
+
+B<DISPLAY> - used in the usual way.
+
+=head1 AUTHORS
+
+B<ssid> was written by Anselm R. Garbe (garbeam at gmail dot com)
+and Sander van Dijk (a dot h dot vandijk at gmail dot com).
+
+This man page written by B. Watson for the SlackBuilds.org project. It
+may be used by anyone.
+=cut