From 0fce642dc86773a562c278a93b7268bde8e6db09 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 22 Jan 2016 08:21:35 -0800 Subject: [PATCH] @item needed inside @itemize --- ChangeLog | 5 +++++ doc/posix-functions/localtime.texi | 2 +- doc/posix-functions/localtime_r.texi | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.5