https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e8c25645e6709667154fce3f08da972bab9d4eb5
commit e8c25645e6709667154fce3f08da972bab9d4eb5 Author: Jeremy Drake <cyg...@jdrake.com> Date: Sat May 3 08:35:08 2025 -0700 Cygwin: docs: fix missing close tag. Signed-off-by: Jeremy Drake <cyg...@jdrake.com> Diff: --- winsup/doc/path.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/doc/path.xml b/winsup/doc/path.xml index de1b95a37..9665f6b42 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>