mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
tools: don't start lines with single quotes in man page
When a line starts with a single quote it's treated in a special way by man, which may result in paragraphs of the man page not rendered by the man pager, so just avoid that. A possible solution could have been to escape the singe quote with a \(cq sequence but this is rather unreadable, instead the text has been reformatted to have the problematic quoted 'ppc' string on the previous line. https://bugzilla.gnome.org/show_bug.cgi?id=773917
This commit is contained in:
parent
64c097d296
commit
7521d5b3cf
1 changed files with 2 additions and 2 deletions
|
@ -440,8 +440,8 @@ which allows you to view the .dot file directly without converting it first.
|
|||
\fBGST_REGISTRY\fR
|
||||
Path of the plugin registry file. Default is
|
||||
~/.cache/gstreamer\-GST_API_VERSION/registry\-CPU.bin where CPU is the
|
||||
machine/cpu type GStreamer was compiled for, e.g. 'i486', 'i686', 'x86\-64',
|
||||
'ppc', etc. (check the output of "uname \-i" and "uname \-m" for details).
|
||||
machine/cpu type GStreamer was compiled for, e.g. 'i486', 'i686', 'x86\-64', 'ppc',
|
||||
etc. (check the output of "uname \-i" and "uname \-m" for details).
|
||||
.TP
|
||||
\fBGST_REGISTRY_UPDATE\fR
|
||||
Set to "no" to force GStreamer to assume that no plugins have changed,
|
||||
|
|
Loading…
Reference in a new issue