From: Bruno Haible Date: Sun, 4 Apr 2021 10:14:59 +0000 (+0200) Subject: doc: Fix syntax error (regression from 2021-04-02). X-Git-Tag: v1.0~2979 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=9a120afc651c6ae2a890c63b51a06310433a4e3e;p=gnulib.git doc: Fix syntax error (regression from 2021-04-02). * doc/posix-functions/strtol.texi: Put @item inside @itemize block. --- 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