From 04be956135d2aa3848deab6a4ae8a7855ab94cf8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 7 Sep 2023 02:06:01 +0200 Subject: [PATCH] doc: Fix syntax error (regression 2023-09-03). * doc/posix-headers/sys_stat.texi: Correct @itemize / @end itemize nesting. --- ChangeLog | 6 ++++++ doc/posix-headers/sys_stat.texi | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c92d05dae..2c211265d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-09-06 Bruno Haible + + doc: Fix syntax error (regression 2023-09-03). + * doc/posix-headers/sys_stat.texi: Correct @itemize / @end itemize + nesting. + 2023-09-05 Bruno Haible relocatable-lib-lgpl: Don't export symbols from static MSVC .obj files. diff --git a/doc/posix-headers/sys_stat.texi b/doc/posix-headers/sys_stat.texi index 52027d7a25..4d71409b1d 100644 --- a/doc/posix-headers/sys_stat.texi +++ b/doc/posix-headers/sys_stat.texi @@ -69,6 +69,7 @@ Network Appliance NFS servers in snapshot directories; see Network Appliance bug #195. @item ClearCase MVFS; see bug id ATRia04618. +@end itemize @item On some file systems, @code{st_size} contains bogus information for symlinks; use the Gnulib module @code{areadlink-with-size} for a -- 2.39.5