From: Karl Berry Date: Fri, 22 Jan 2016 16:21:35 +0000 (-0800) Subject: @item needed inside @itemize X-Git-Tag: v1.0~6833 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0fce642dc86773a562c278a93b7268bde8e6db09;p=gnulib.git @item needed inside @itemize --- diff --git a/ChangeLog b/ChangeLog index 181f70950a..79a43dbc6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-01-22 Karl Berry + + * doc/posix-functions/localtime.texi, + * doc/posix-functions/localtime_r.texi: @item needed for @itemize text. + 2016-01-21 Bruno Haible hash-pjw-bare: fix comment diff --git a/doc/posix-functions/localtime.texi b/doc/posix-functions/localtime.texi index fc15c268f4..49a6dddc0f 100644 --- a/doc/posix-functions/localtime.texi +++ b/doc/posix-functions/localtime.texi @@ -12,7 +12,7 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize -On some platforms, this function returns nonsense values for +@item On some platforms, this function returns nonsense values for unsupported arguments (like @math{2^56}), rather than failing: FreeBSD 10. @end itemize diff --git a/doc/posix-functions/localtime_r.texi b/doc/posix-functions/localtime_r.texi index d12bdefed5..71bcc10db9 100644 --- a/doc/posix-functions/localtime_r.texi +++ b/doc/posix-functions/localtime_r.texi @@ -22,7 +22,7 @@ HP-UX 10. Portability problems not fixed by Gnulib: @itemize -On some platforms, this function returns nonsense values for +@item On some platforms, this function returns nonsense values for unsupported arguments (like @math{2^56}), rather than failing: FreeBSD 10. @end itemize