Paul Eggert wrote: > * doc/posix-headers/sys_stat.texi, doc/stat-size.texi: > Mention this and modernize.
This change causes a syntax error: $ make html ... env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -c CHECK_NORMAL_MENU_STRUCTURE=1 --no-split --reference-limit=2000 --html -o gnulib.html gnulib.texi sys_statvfs.texi:1: @node seen before @end itemize make: *** [Makefile:26: gnulib.html] Error 1 Fixed like this: 2023-09-06 Bruno Haible <br...@clisp.org> doc: Fix syntax error (regression 2023-09-03). * doc/posix-headers/sys_stat.texi: Correct @itemize / @end itemize nesting. 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 @@ 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