From 48d64d0e6bb72220bb2557be4f427a57038dfbc6 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 20 Oct 2025 19:04:25 +0200 Subject: [PATCH] Document FdBadUse in xml-output-protocol5.txt The core error FdBadUse was added in commit 22971a15d62d "Report track-fd errors for fd used which was not opened or already closed" But not documented. Add it to the protocol documentation now. --- docs/internals/xml-output-protocol5.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/internals/xml-output-protocol5.txt b/docs/internals/xml-output-protocol5.txt index 046f59408..a481361da 100644 --- a/docs/internals/xml-output-protocol5.txt +++ b/docs/internals/xml-output-protocol5.txt @@ -37,3 +37,6 @@ The possible values are: On exit the file descriptor is still open + FdBadUse + + The file descriptor is (no longer) valid -- 2.47.3