summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2022-01-30 14:11:56 +0200
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2022-01-30 15:13:10 +0200
commit9fd9239990815450cc19d2cfb642da62e141a3f0 (patch)
treeb8e62390923cd8e896092b905d688957c5245627
parent4d3ebb9d83cff59f5a2df75a7100fcd84b2768b4 (diff)
downloadmpv-9fd9239990815450cc19d2cfb642da62e141a3f0.tar.bz2
mpv-9fd9239990815450cc19d2cfb642da62e141a3f0.tar.xz
DOCS/input.rst: profile-list: profile-restore could be missing
Currently the profile-restore field is intentionally omitted if it holds the default value (i.e. no values are stored for the profile, and trying to restore would only warn). See m_config_get_profiles at command.c .
-rw-r--r--DOCS/man/input.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 514ec0ad53..2dc9bebf57 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -3385,6 +3385,10 @@ Property list
not a map, as order matters and duplicate entries are possible. Recursive
profiles are not expanded, and show up as special ``profile`` options.
+ The ``profile-restore`` field is currently missing if it holds the default
+ value (either because it was not set, or set explicitly to ``default``),
+ but in the future it might hold the value ``default``.
+
``command-list``
The list of input commands. This returns an array of maps, where each map
node represents a command. This map currently only has a single entry: