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.
This commit is contained in:
wm4 2018-05-17 12:46:37 +02:00
parent 34259f11dc
commit 972989db7e
1 changed files with 2 additions and 0 deletions

View File

@ -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``