From 7bb73a3c54e245cdbe64bca4836b0b00a0db3d6d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Apr 2026 08:27:13 +0530 Subject: [PATCH] ... --- docs/dnd-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dnd-protocol.rst b/docs/dnd-protocol.rst index d26d8afd5..5af3ce1a9 100644 --- a/docs/dnd-protocol.rst +++ b/docs/dnd-protocol.rst @@ -190,7 +190,7 @@ correspond to the first entry in the directory. Once the client is done reading a directory it should transmit ``t=d:x=idx:r=request_id`` to the terminal. The terminal can then free any resources associated with that directory. The directory handle is now invalid and terminals must return ``EINVAL`` if the -client sends a request using and invalid directory handle. It is recommended +client sends a request using an invalid directory handle. It is recommended that clients traverse directories breadth first to minimise resource usage in the terminal. Terminals may deny directory traversal requests if too many resources are used, in order to prevent denial or service attacks. In such