summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--doc/patchage.123
2 files changed, 14 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index b663d5f..a3e0c95 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,10 @@ patchage (1.0.3) unstable;
* Fix making and breaking connections with Jack DBus
* Fix sample rate with Jack DBus
+ * Improve man page
* Remove Jack session support
- -- David Robillard <d@drobilla.net> Sat, 28 Nov 2020 21:29:22 +0000
+ -- David Robillard <d@drobilla.net> Sun, 29 Nov 2020 10:00:53 +0000
patchage (1.0.2) stable;
diff --git a/doc/patchage.1 b/doc/patchage.1
index 07cdabe..f99eb92 100644
--- a/doc/patchage.1
+++ b/doc/patchage.1
@@ -1,25 +1,26 @@
-.TH PATCHAGE 1 "15 Dec 2010"
+.TH PATCHAGE 1 "29 Nov 2020"
.SH NAME
-.B patchage \- Graphically connect JACK and ALSA Audio/MIDI ports
+.B patchage \- Graphically connect JACK and ALSA Audio and MIDI ports
.SH SYNOPSIS
-.B Patchage
-provides a graphical interface to connect Jack/Alsa Audio/MIDI inputs
-and outputs. Each application is represented on a canvas as a "module"
-with inputs on the left and outputs on the right. Modules can be arranged
-manually or automatically to have a clear display of the current setup.
+patchage [\fIOPTION\fR]...
-.SH OPTIONS
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print the command line options.
+.SH DESCRIPTION
+Patchage provides a graphical interface to connect JACK and ALSA inputs and outputs.
+Each application is represented on a canvas as a \*(lqmodule\*(rq, with inputs on the left and outputs on the right.
+Modules can be arranged manually or automatically to have a clear display of the current setup.
+.SH OPTIONS
.TP
\fB\-A\fR, \fB\-\-no\-alsa\fR
Do not automatically attach to ALSA.
.TP
+\fB\-h\fR, \fB\-\-help\fR
+Print the command line options and exit.
+
+.TP
\fB\-J\fR, \fB\-\-no\-jack\fR
Do not automatically attach to JACK.