From: Mads Bondo Dydensborg Date: Sun, 11 Jan 2009 21:32:11 +0000 (+0000) Subject: Fix issue 0000543: [PATCH] Escaping of hypens in manpages (http://www.kdenlive.org... X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=da670ef2418d0894fad0ef22b6908d69d7c19409;p=kdenlive Fix issue 0000543: [PATCH] Escaping of hypens in manpages (http://www.kdenlive.org/mantis/view.php?id=543) - Patch from Patrick Matthäi svn path=/branches/KDE4/; revision=2895 --- diff --git a/man/kdenlive.1 b/man/kdenlive.1 index d1817cab..c72e1568 100644 --- a/man/kdenlive.1 +++ b/man/kdenlive.1 @@ -1,11 +1,11 @@ .\" This file was generated by kdemangen.pl .TH KDENLIVE 1 "Nov 2008" "K Desktop Environment" "An open source video editor." .SH NAME -kdenlive \- An open source non-linear video editor. +kdenlive \- An open source non\-linear video editor. .SH SYNOPSIS kdenlive [Qt\-options] [KDE\-options] [options] [file] .SH DESCRIPTION -Kdenlive is an open source non-linear video editor which supports a +Kdenlive is an open source non\-linear video editor which supports a large number of formats for editing, including DV, AVCHD (experimental support) and HDV. Kdenlive relies on several other open source projects, such as FFmpeg and MLT video framework. .SH OPTIONS .SS @@ -65,23 +65,23 @@ Waits for a WM_NET compatible windowmanager sets the application GUI style .TP .B \-\-geometry -sets the client geometry of the main widget - see man X for the argument format +sets the client geometry of the main widget \- see man X for the argument format .SS .SS Qt options: .TP .B \-\-display -Use the X-server display 'displayname' +Use the X\-server display 'displayname' .TP .B \-\-session Restore the application for the given 'sessionId' .TP .B \-\-cmap Causes the application to install a private color -map on an 8-bit display +map on an 8\-bit display .TP .B \-\-ncols Limits the number of colors allocated in the color -cube on an 8-bit display, if the application is +cube on an 8\-bit display, if the application is using the QApplication::ManyColor color specification .TP @@ -90,7 +90,7 @@ tells Qt to never grab the mouse or the keyboard .TP .B \-\-dograb running under a debugger can cause an implicit --nograb, use -dograb to override +\-nograb, use \-dograb to override .TP .B \-\-sync switches to synchronous mode for debugging @@ -117,7 +117,7 @@ sets the application title (caption) .TP .B \-\-visual TrueColor forces the application to use a TrueColor visual on -an 8-bit display +an 8\-bit display .TP .B \-\-inputstyle sets XIM (X Input Method) input style. Possible @@ -143,7 +143,7 @@ Please see the homepage at .br .SH AUTHORS .nf -Jean-Baptiste Mardelle +Jean\-Baptiste Mardelle .br Marco Gittler .br diff --git a/man/kdenlive_render.1 b/man/kdenlive_render.1 index cb18edc0..590099a2 100644 --- a/man/kdenlive_render.1 +++ b/man/kdenlive_render.1 @@ -4,7 +4,7 @@ kdenlive_render \- Render program for Kdenlive. .SH SYNOPSIS -kdenlive_render [-erase] [in=pos] [out=pos] [render] [profile] [rendermodule] [player] [src] [dest] [[arg1] [arg2] ...] +kdenlive_render [\-erase] [in=pos] [out=pos] [render] [profile] [rendermodule] [player] [src] [dest] [[arg1] [arg2] ...] .SH DESCRIPTION Render program for Kdenlive. Renders kdenlive project detached from Kdenlive, while providing feedback through kuiserver. This program is not meant to be called directly by users, but is called from Kdenlive, when a rendering process is started. .SH OPTIONS @@ -30,25 +30,25 @@ The MLT video profile The MLT consumer used for rendering, usually it is avformat .TP .B player -Path to video player to play when rendering is over, use '-' to disable playing +Path to video player to play when rendering is over, use '\-' to disable playing .TP .B src -Source file - usually MLT Westley playlist +Source file \- usually MLT Westley playlist .TP .B dest Destination file .TP .B args Space separated libavformat arguments -.SS +.SS .SH SEE ALSO -Please see the homepage at +Please see the homepage at .BR http://www.kdenlive.org/ .br .SH AUTHORS .nf -Jean-Baptiste Mardelle +Jean\-Baptiste Mardelle .br Marco Gittler .br