From 7b02c79a2367d0baf565f8550c65a5f4bcd92552 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 26 Feb 2015 22:04:43 +0100 Subject: input: allow passing FDs to --input-file --- DOCS/man/options.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 2327817976..976e02a2e6 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2318,6 +2318,9 @@ Input get replies or events. Use ``--input-unix-socket`` for something bi-directional. On MS Windows, JSON commands are not available. + This can also specify a direct file descriptor with ``fd://N`` (UNIX only). + In this case, JSON replies will be written if the FD is writable. + See also ``--slave-broken``. .. note:: -- cgit v1.2.3