Revert "Change program name to 'tabletconfig'."
[GnomeTabletApps.git] / code / debian / tablet-pressure-applet.pod
blob658684919ec48a5be877a9678306b45507840dc0
1 =head1 NAME
3 ppowerd - Daemon for controlling x10 hardware.
5 =head1 SYNOPSIS
7 B<ppowerd> S<[I<OPTION>]...>
9 =head1 DESCRIPTION
11 Ppowerd is the daemon program for accessing x10 hardware.  Ppowerd sits in
12 the background waiting for client requests or for x10 messages to come in
13 over the power line.  If you have defined a macro in your configuration file
14 and the event received is a valid trigger for it, the macro will be
15 executed.  Macros can contain UNIX commands to run as well as commands to
16 send to the x10 hardware.
18 =head1 OPTIONS
20 =over 7
22 =item B<-v, --version>
24 display program vesrion
26 =item B<-h, --help>
28 give help on usage
30 =item B<-f, --conf=FILE>
32 specify alternate configuration file
34 =item B<-n, --no-backgorund>
36 do not fork into the background, primarily for debugging purposes
38 =item B<-d, --debug=LEVEL> 
40 set the debug level, 0 is off; check the program's --help to see what the
41 maximum debug level currently is as well as the compiled in default
43 =back
45 =head1 EXAMPLES
47 Run the daemon so it can listen to the x10 hardware as well as letting you
48 communicate with it.
49 B<    ppowerd>
51 =head1 FILES
53 =over 7
55 =item F<ppower.conf>
57 The configuration file for the ppower package.  See the example
58 configuration file included in the distribution and the documentation for
59 examples.
61 =item F<ppowerd-monitor.socket>
63 This is the socket used by the daemon to allow clients to connect and listen
64 to x10 events.  It is created automatically and typically resides in
65 F</var/run/>.
67 =item F<ppowerd.socket>
69 The socket that clients connect to when they wish to send commands to the
70 daemon.  It is created automatically and typically resides in F</var/run/>.
72 =item F<ppowerd.pid>
74 A file containing the pid of the running daemon.  It is created
75 automatically and typically resides in F</var/run/>.
77 =back
79 =head1 AUTHOR
81 Steven Brown <swbrown@ucsd.edu>.
83 =head1 BUGS
85 A lot of functionality is missing or half-implemented as this project is
86 quite new.  Check the B<TODO> file included in the distribution for a better
87 list.
89 =head1 REPORTING BUGS
91 Report bugs to <swbrown@ucsd.edu>.