summaryrefslogtreecommitdiffstats
path: root/system/suckless-tools/pod/sselp.pod
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2014-03-19 07:04:49 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-03-21 13:01:20 -0500
commitcf8cc4ba89d05f3daa5f634c635c0ce4c2b4c641 (patch)
tree8eb9ba1874d8fedd139240522a68921969416f3a /system/suckless-tools/pod/sselp.pod
parentf3704690c6cc26c3b178a757d3015f30a7297456 (diff)
downloadslackbuilds-cf8cc4ba89d05f3daa5f634c635c0ce4c2b4c641.tar.gz
slackbuilds-cf8cc4ba89d05f3daa5f634c635c0ce4c2b4c641.tar.xz
system/suckless-tools: Added (utilities from suckless.org).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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