From 9a120afc651c6ae2a890c63b51a06310433a4e3e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 4 Apr 2021 12:14:59 +0200 Subject: [PATCH] doc: Fix syntax error (regression from 2021-04-02). * doc/posix-functions/strtol.texi: Put @item inside @itemize block. --- ChangeLog | 5 +++++ doc/posix-functions/strtol.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b296de049..e51f6b4da4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-04-04 Bruno Haible + + doc: Fix syntax error (regression from 2021-04-02). + * doc/posix-functions/strtol.texi: Put @item inside @itemize block. + 2021-04-04 Marc Nieper-Wißkirchen hamt: Document the module in the Gnulib manual. diff --git a/doc/posix-functions/strtol.texi b/doc/posix-functions/strtol.texi index c9333ce397..5ebcb284d4 100644 --- a/doc/posix-functions/strtol.texi +++ b/doc/posix-functions/strtol.texi @@ -10,11 +10,11 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some old platforms. -@end itemize @item This function does not parse the leading @samp{0} when the input string is @code{"0x"} and the base is 16 or 0 on some platforms: Minix 3.3, mingw, MSVC 14. +@end itemize Portability problems not fixed by Gnulib: @itemize -- 2.39.5