Signed-off-by: Mika Laitio <lamikr@pilppa.org>
 ------------------------
 - build with command: ./autobuild.sh (generates required autoconf files)
 - install with command: make install
-- clean source code from generated build files: make distclean 
+- clean source code from generated build files: make maintainer-clean
 
 Examples
 --------
 
 Version: @VERSION@
 Requires: libuci
 Cflags: -I${includedir} -I${includedir}/libplpha
-Libs: -L${libdir}
+Libs: -L${libdir} -lplpha
 
 int main(int argc, char** argv)
 {
        int                     sleep_time;
-       t_process_arg_list      *ret_val;
        int                     ii;
+       t_process_arg_list      *ret_val;
 
        sleep_time      = 2;
        ret_val         = calloc(1, sizeof(t_process_arg_list));