From f81111245ed3421500ad74c40d4cc03c9f3b4dae Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 12 Apr 2026 12:42:06 +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 40ae0e4ae..ec261933e 100644 --- a/docs/dnd-protocol.rst +++ b/docs/dnd-protocol.rst @@ -485,7 +485,7 @@ The machine id is used to detect when the source and destination machines for a drag and drop are different. It is of the form: ``version:ASCII printable chars``. The leading ``version`` field allows for changing the format or semantics of this field in the future. The actual id is the machine id (the -contents of :file:`/etc/machine-id` on Linux/BSD and +contents of :file:`/etc/machine-id` with trailing whitespace removed on Linux/BSD and :file:`HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography\\MachineGuid` on Windows and ``IOPlatformUUID`` on macOS). This machine id is then hashed using a :rfc:`HMAC <2104>` with :rfc:`SHA-256 <6234>` as the digest algorithm and the