From daaa3635bd90471c53d74366beaff6a627287fc1 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 5 Dec 2008 15:36:26 +0000 Subject: [PATCH] no man page for the "simple_client" git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3182 0c269be4-1314-0410-8aa9-9f06e86f4224 --- man/jack_simple_client.0 | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 man/jack_simple_client.0 diff --git a/man/jack_simple_client.0 b/man/jack_simple_client.0 deleted file mode 100644 index a3cf16e..0000000 --- a/man/jack_simple_client.0 +++ /dev/null @@ -1,20 +0,0 @@ -.TH JACK_CONNECT "1" "!DATE!" "!VERSION!" -.SH NAME -jack_simple_client \- The JACK Audio Connection Kit example client -.SH SYNOPSYS -.B jack_simple_client -client-name -.PP -The client-name must be a yet unused client name. -.SH DESCRIPTION -.B jack_simple_client -is an example client for the JACK Audio Connection Kit. It creates two -ports (client-name:input and client-name:output) that pass the data -unmodified. -.SH EXAMPLE -jack_simple_client in_process_test -.SH AUTHOR -Jeremy Hall -.PP -This manpage was written by Robert Jordens for Debian. -