From 8dfd728ba1d184d7ba72f8b85590a43e828fda2c Mon Sep 17 00:00:00 2001 From: Julian Date: Thu, 12 Oct 2017 21:28:24 +0200 Subject: stats: clarify documentation Change true/false to yes/no because lua script configs only take these values for booleans. --- DOCS/man/stats.rst | 14 +++++++------- 1 file 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. -- cgit v1.2.3