summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-17 12:46:37 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:34 +0200
commit972989db7e63c199edb605884bb2594eaecc9569 (patch)
tree3ed9568e2be544f1add53e9e15b8d0fce2d12e1c
parent34259f11dcabb02eac74feb62589f8295011c7f7 (diff)
downloadmpv-972989db7e63c199edb605884bb2594eaecc9569.tar.bz2
mpv-972989db7e63c199edb605884bb2594eaecc9569.tar.xz
manpage: mention that fd:// file descriptors may be modified
For example, we call setmode() to switch a FD from text to binary mode on garbage OSes.
-rw-r--r--DOCS/man/mpv.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 920aa2e370..c99a30e11f 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -899,6 +899,8 @@ PROTOCOLS
Read data from the given file descriptor (for example 123). This is similar
to piping data to stdin via ``-``, but can use an arbitrary file descriptor.
+ mpv may modify some file descriptor properties when the stream layer "opens"
+ it.
``fdclose://123``