summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorNicolas F <ovdev@fratti.ch>2017-04-19 08:13:37 +0200
committerwm4 <wm4@nowhere>2017-04-19 16:05:56 +0200
commit676570a6435ef7bcec9c37332155b0c3b0080e0f (patch)
tree5dda1486fd52f134103caf1df131751b924e54d3 /DOCS/man
parentdcb580035786fdebe58c5146941bc9700cab842b (diff)
downloadmpv-676570a6435ef7bcec9c37332155b0c3b0080e0f.tar.bz2
mpv-676570a6435ef7bcec9c37332155b0c3b0080e0f.tar.xz
manpage: replace gendered pronouns
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/lua.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index e2f47a862a..cfd622b078 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -240,7 +240,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
This will print the message ``the key was pressed`` when ``x`` was pressed.
The user can remap these key bindings. Then the user has to put the
- following into his input.conf to remap the command to the ``y`` key:
+ following into their input.conf to remap the command to the ``y`` key:
::
@@ -259,7 +259,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
``mp.add_forced_key_binding(...)``
This works almost the same as ``mp.add_key_binding``, but registers the
- key binding in a way that will overwrite the user's custom bindings in his
+ key binding in a way that will overwrite the user's custom bindings in their
input.conf. (``mp.add_key_binding`` overwrites default key bindings only,
but not those by the user's input.conf.)