]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Fix syntax error (regression from 2021-04-02).
authorBruno Haible <bruno@clisp.org>
Sun, 4 Apr 2021 10:14:59 +0000 (12:14 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Apr 2021 10:14:59 +0000 (12:14 +0200)
* doc/posix-functions/strtol.texi: Put @item inside @itemize block.

ChangeLog
doc/posix-functions/strtol.texi

index 7b296de049974e2d9893482784a90dd645e4af58..e51f6b4da45107e2ce4aff8249af70141ce1adae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-04-04  Bruno Haible  <bruno@clisp.org>
+
+       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  <marc@nieper-wisskirchen.de>
 
        hamt: Document the module in the Gnulib manual.
index c9333ce3971c651cbfa4f5f200f981d1087deba0..5ebcb284d496c6894a046ab9d32ec7532d72e6c8 100644 (file)
@@ -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