On Sat, 3 May 2025, Jon Turney wrote:

> On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote:
> > Explicitly specify that `from` and `to` are NUL-terminated strings, that
> > NULL is permitted in `to` when `size` is 0, and that `to` is not
> > written to in the event of an error (unless it was a fault while writing
> > to `to`).
>
> That's great, thanks.
>
> Please apply.

Oops, I missed a close tag that the GHA caught.  I applied this quick fix
without pre-approval, hope that's ok.

    Cygwin: docs: fix missing close tag.

    Signed-off-by: Jeremy Drake <[email protected]>

diff --git a/winsup/doc/path.xml b/winsup/doc/path.xml
index de1b95a37b..9665f6b421 100644
--- a/winsup/doc/path.xml
+++ b/winsup/doc/path.xml
@@ -78,7 +78,7 @@ error and errno is set to one of the below
values.</para>
 <para>In the event of an error, the memory at <parameter>to</parameter>
is
 not modified unless the error is <constant>EFAULT</constant> writing to
 the memory at <parameter>to</parameter>, which may happen if
-<parameter>size</parameter> is incorrectly specified.
+<parameter>size</parameter> is incorrectly specified.</para>

   </refsect1>

Reply via email to