Browse Source

template-ized tools man pages and add Makefile for them (still to do - edit contents, because they are pretty useless)

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3165 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.116.0
paul 17 years ago
parent
commit
6a05eee80a
19 changed files with 57 additions and 59 deletions
  1. +1
    -0
      configure.ac
  2. +10
    -0
      man/Makefile.am
  3. +1
    -1
      man/jack_bufsize.0
  4. +12
    -0
      man/jack_connect.0
  5. +0
    -17
      man/jack_connect.1
  6. +13
    -0
      man/jack_disconnect.0
  7. +0
    -17
      man/jack_disconnect.1
  8. +1
    -1
      man/jack_freewheel.0
  9. +1
    -1
      man/jack_impulse_grabber.0
  10. +1
    -1
      man/jack_load.0
  11. +1
    -1
      man/jack_lsp.0
  12. +1
    -1
      man/jack_metro.0
  13. +1
    -1
      man/jack_monitor_client.0
  14. +1
    -1
      man/jack_showtime.0
  15. +1
    -1
      man/jack_simple_client.0
  16. +1
    -1
      man/jack_transport.0
  17. +1
    -1
      man/jack_unload.0
  18. +10
    -0
      man/jackrec.0
  19. +0
    -14
      man/jackrec.1

+ 1
- 0
configure.ac View File

@@ -878,6 +878,7 @@ drivers/firewire/Makefile
drivers/netjack/Makefile
example-clients/Makefile
tools/Makefile
man/Makefile
jack.pc
jack.spec
jack/Makefile


+ 10
- 0
man/Makefile.am View File

@@ -0,0 +1,10 @@
.0.1:
@sed -e "s/!VERSION!/@JACK_RELEASE@/g" -e "s/!DATE!/`date '+%B %Y'`/g" < $*.0 > $@
@echo Built $*.1 from template

manpages := $(patsubst %.0,%.1,$(wildcard *.0))

all: $(manpages)

clean:
-rm $(manpages)

man/jack_bufsize.1 → man/jack_bufsize.0 View File

@@ -1,4 +1,4 @@
.TH JACK_BUFSIZE "1" "December 2003" "0.91.1"
.TH JACK_BUFSIZE "!DATE!" "!VERSION!"
.SH NAME
jack_bufsize \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

+ 12
- 0
man/jack_connect.0 View File

@@ -0,0 +1,12 @@
.TH JACK_CONNECT "!DATE!" "!VERSION!"
.SH NAME
jack_connect \- A JACK Audio Connection Kit toolkit client
.SH SYNOPSYS
.B jack_connect
[ -s | --server servername ] [ -h | --help ] port1 port2
.SH DESCRIPTION
.B jack_connect
connects the two named ports.
.SH RETURNS
The exit status is zero if successful, 1 otherwise


+ 0
- 17
man/jack_connect.1 View File

@@ -1,17 +0,0 @@
.TH JACK_CONNECT "1" "June 2002" "0.91.1"
.SH NAME
jack_connect \- The JACK Audio Connection Kit example client
.SH SYNOPSYS
.B jack_connect
src_port dst_port
.PP
The source port must be an output port of the source client.
The destination port must be an input port of the destination client.
.SH DESCRIPTION
.B jack_connect
is an example client for the JACK Audio Connection Kit.
.SH AUTHOR
Jeremy Hall
.PP
This manpage was written by Stefan Schwandter <e9925373@student.tuwien.ac.at>


+ 13
- 0
man/jack_disconnect.0 View File

@@ -0,0 +1,13 @@
.TH JACK_DISCONNECT "!DATE!" "!VERSION!"
.SH NAME
jack_disconnect \- A JACK Audio Connection Kit toolkit client
.SH SYNOPSYS
.B jack_disconnect
port1 port2
.SH DESCRIPTION
.B jack_disconnect
disconnects the two named ports.
.SH RETURNS
The exit status is zero if successful, 1 otherwise.



+ 0
- 17
man/jack_disconnect.1 View File

@@ -1,17 +0,0 @@
.TH JACK_DISCONNECT "1" "June 2002" "0.91.1"
.SH NAME
jack_disconnect \- The JACK Audio Connection Kit example client
.SH SYNOPSYS
.B jack_disconnect
src_port dst_port
.PP
The source port must be an output port of the source client.
The destination port must be an input port of the destination client.
.SH DESCRIPTION
.B jack_disconnect
is an example client for the JACK Audio Connection Kit.
.SH AUTHORS
Paul Davis and others.
.PP
This manpage was written by Stefan Schwandter <e9925373@student.tuwien.ac.at>


man/jack_freewheel.1 → man/jack_freewheel.0 View File

@@ -1,4 +1,4 @@
.TH JACK_FREEWHEEL "1" "December 2003" "0.91.1"
.TH JACK_FREEWHEEL "!DATE!" "!VERSION!"
.SH NAME
jack_freewheel \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

man/jack_impulse_grabber.1 → man/jack_impulse_grabber.0 View File

@@ -1,4 +1,4 @@
.TH JACK_IMPULSE_GRABBER "1" "June 2002" "0.91.1"
.TH JACK_IMPULSE_GRABBER "!DATE!" "!VERSION!"
.SH NAME
jack_impulse_grabber \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

man/jack_load.1 → man/jack_load.0 View File

@@ -1,4 +1,4 @@
.TH JACK_LOAD "1" "August 2003" "0.91.1"
.TH JACK_LOAD "!DATE!" "!VERSION!"
.SH NAME
jack_load \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

man/jack_lsp.1 → man/jack_lsp.0 View File

@@ -1,4 +1,4 @@
.TH JACK_LSP "1" "September 2002" "0.91.1"
.TH JACK_LSP "!DATE!" "!VERSION!"
.SH NAME
jack_lsp \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

man/jack_metro.1 → man/jack_metro.0 View File

@@ -1,4 +1,4 @@
.TH JACK_METRO "1" "September 2002" "0.91.1"
.TH JACK_METRO "!DATE!" "!VERSION!"
.SH NAME
jack_metro \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

man/jack_monitor_client.1 → man/jack_monitor_client.0 View File

@@ -1,4 +1,4 @@
.TH JACK_CONNECT "1" "August 2003" "0.91.1"
.TH JACK_CONNECT "!DATE!" "!VERSION!"
.SH NAME
jack_monitor_client \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

man/jack_showtime.1 → man/jack_showtime.0 View File

@@ -1,4 +1,4 @@
.TH JACK_SHOWTIME "1" "September 2002" "0.91.1"
.TH JACK_SHOWTIME "!DATE!" "!VERSION!"
.SH NAME
jack_showtime \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

man/jack_simple_client.1 → man/jack_simple_client.0 View File

@@ -1,4 +1,4 @@
.TH JACK_CONNECT "1" "August 2003" "0.91.1"
.TH JACK_CONNECT "!DATE!" "!VERSION!"
.SH NAME
jack_simple_client \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

man/jack_transport.1 → man/jack_transport.0 View File

@@ -1,4 +1,4 @@
.TH JACK_TRANSPORT "1" "August 2003" "0.91.1"
.TH JACK_TRANSPORT "!DATE!" "!VERSION!"
.SH NAME
jack_transport \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

man/jack_unload.1 → man/jack_unload.0 View File

@@ -1,4 +1,4 @@
.TH JACK_UNLOAD "1" "August 2003" "0.91.1"
.TH JACK_UNLOAD "!DATE!" "!VERSION!"
.SH NAME
jack_unload \- The JACK Audio Connection Kit example client
.SH SYNOPSYS

+ 10
- 0
man/jackrec.0 View File

@@ -0,0 +1,10 @@
.TH JACKREC "!DATE!" "!VERSION!"
.SH NAME
jackrec \- The JACK Audio Connection Kit example client
.SH SYNOPSYS
.B jackrec
-f filename [ -d second ] [ -b bitdepth ] port1 [ port2 ... ]
.SH DESCRIPTION
.B jackrec



+ 0
- 14
man/jackrec.1 View File

@@ -1,14 +0,0 @@
.TH JACKREC "1" "June 2002" "0.91.1"
.SH NAME
jackrec \- The JACK Audio Connection Kit example client
.SH SYNOPSYS
.B jackrec
-f filename [ -d second ] [ -b bitdepth ] port1 [ port2 ... ]
.SH DESCRIPTION
.B jackrec
is an example client for the JACK Audio Connection Kit.
.SH AUTHORS
Paul Davis and others.
.PP
This manpage was written by Stefan Schwandter <e9925373@student.tuwien.ac.at>


Loading…
Cancel
Save