blob: 2b812bef3b13b0aeedd74a50c5440db1d937969e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
|