summaryrefslogtreecommitdiffstats
path: root/system/suckless-tools/pod/sselp.pod
diff options
context:
space:
mode:
Diffstat (limited to 'system/suckless-tools/pod/sselp.pod')
-rw-r--r--system/suckless-tools/pod/sselp.pod36
1 files changed, 36 insertions, 0 deletions
diff --git a/system/suckless-tools/pod/sselp.pod b/system/suckless-tools/pod/sselp.pod
new file mode 100644
index 0000000000..2b812bef3b
--- /dev/null
+++ b/system/suckless-tools/pod/sselp.pod
@@ -0,0 +1,36 @@
+# POD source for sselp man page. Convert with:
+# pod2man --stderr -s1 -c"Suckless.org Tools" -r0.1 sselp.pod > sselp.1
+
+=pod
+
+=head1 NAME
+
+B<sselp> - Simple X selection printer.
+
+=head1 SYNOPSIS
+
+B<sselp>
+
+=head1 DESCRIPTION
+
+B<sselp> prints the X selection to stdout. If there is no X client owning
+the selection it just exits. Useful for scripts where you can query the
+X selection without pressing mouse Button2 in cumbersome ways.
+
+B<sselp> always exits with zero status.
+
+=head1 OPTIONS
+
+B<-v> prints the version number and exits.
+
+=head1 ENVIRONMENT
+
+B<DISPLAY> - used in the usual way.
+
+=head1 AUTHORS
+
+B<wmname> was written by Anselm R. Garbe (garbeam at gmail dot com).
+
+This man page written by B. Watson for the SlackBuilds.org project. It
+may be used by anyone.
+=cut