summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-17 12:46:37 +0200
committersfan5 <sfan5@live.de>2018-05-25 10:53:41 +0200
commita832624af981e52711fd668f89de0a9173fd5c60 (patch)
tree69436956095852c31171c34a90d560fb6ea2854a
parent5a4a69cb58f78f56f8e45f2b254b9a00e4274cae (diff)
downloadmpv-a832624af981e52711fd668f89de0a9173fd5c60.tar.bz2
mpv-a832624af981e52711fd668f89de0a9173fd5c60.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``