[SCM] mididings/master: Fix hyphen-used-as-minus-sign

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Nov 2 08:57:19 UTC 2010


The following commit has been merged in the master branch:
commit 3d1555f1efc79c41158e7885ee6497cd0c0e3a14
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Nov 2 09:56:50 2010 +0100

    Fix hyphen-used-as-minus-sign

diff --git a/debian/livedings.1 b/debian/livedings.1
index d846a75..7560cd0 100644
--- a/debian/livedings.1
+++ b/debian/livedings.1
@@ -3,7 +3,7 @@
 livedings \- graphical frontend for mididings
 .SH SYNOPSIS
 .B livedings
-\fI-p control_port -l listen_port \fR[\fIoptions\fR]
+\fI-p control_port \-l listen_port \fR[\fIoptions\fR]
 .SH DESCRIPTION
 .B livedings
 is a graphical frontend for mididings that allows users to monitor and trigger
@@ -21,7 +21,7 @@ specifying two unused UDP ports:
 Then run livedings with the same port numbers:
 .PP
 .nf
-   $ livedings -p 56418 -l 56419
+   $ livedings \-p 56418 \-l 56419
 .fi
 .PP
 The first port is used by mididings to listen for commands, the second one is used to notify livedings of scene changes.

-- 
mididings packaging



More information about the pkg-multimedia-commits mailing list