summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorJulian <MyFakeAcc.4@googlemail.com>2017-10-12 21:28:24 +0200
committerJulian <MyFakeAcc.4@googlemail.com>2017-10-13 00:28:41 +0200
commit8dfd728ba1d184d7ba72f8b85590a43e828fda2c (patch)
tree22182d11b0e9b984de4c00385c4f879a8dc7a26c /DOCS
parent57654cc19e4e9ab9794c018d8ad02b5058df31a8 (diff)
downloadmpv-8dfd728ba1d184d7ba72f8b85590a43e828fda2c.tar.bz2
mpv-8dfd728ba1d184d7ba72f8b85590a43e828fda2c.tar.xz
stats: clarify documentation
Change true/false to yes/no because lua script configs only take these values for booleans.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/stats.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst
index eb4c2afaff..e06bcd6be5 100644
--- a/DOCS/man/stats.rst
+++ b/DOCS/man/stats.rst
@@ -67,27 +67,27 @@ Configurable Options
How long it takes to refresh the displayed stats in seconds (toggling).
``persistent_overlay``
- Default: false
+ Default: no
- When false, other scripts printing text to the screen can overwrite the
- displayed stats. When true, displayed stats are persistently shown for the
+ When `no`, other scripts printing text to the screen can overwrite the
+ displayed stats. When `yes`, displayed stats are persistently shown for the
respective duration. This can result in overlapping text when multiple
scripts decide to print text at the same time.
``plot_perfdata``
- Default: true
+ Default: yes
Show graphs for performance data (page 2).
``plot_vsync_ratio``
- Default: true
+ Default: yes
``plot_vsync_jitter``
- Default: true
+ Default: yes
Show graphs for vsync and jitter values (page 1). Only when toggled.
``flush_graph_data``
- Default: true
+ Default: yes
Clear data buffers used for drawing graphs when toggling.