summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 3d76a266f0..be55c167f7 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -654,9 +654,8 @@ PROTOCOLS
absolute path.
``fd://123``
- Read data from the given UNIX FD (for example 123). This is similar to
- piping data to stdin via ``-``, but can use an arbitrary file descriptor.
- Will not work correctly on MS Windows.
+ 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.
``edl://[edl specification as in edl-mpv.rst]``
Stitch together parts of multiple files and play them.