From 15004f61bf9f330b959a815465bdda09c66ec9a4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 10:18:49 +0100 Subject: Clean up man page --- NEWS | 3 ++- doc/patchage.1 | 23 ++++++++++++----------- 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 Sat, 28 Nov 2020 21:29:22 +0000 + -- David Robillard 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,24 +1,25 @@ -.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. -- cgit v1.2.1