From: Karl Berry Date: Tue, 31 Jan 2012 22:24:40 +0000 (-0800) Subject: typo X-Git-Tag: v0.1~1185 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=2f0ed93050ab6d858738d36addd8320889e4a0e0;p=gnulib.git typo --- diff --git a/ChangeLog b/ChangeLog index 2a0b728b0..f80c7dda9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-01-31 Karl Berry + + setstate doc: typo. + * doc/posix-functions/setstate.texi (setstate): { not (. + 2012-01-31 Bruno Haible popen: Make more robust on Windows. diff --git a/doc/posix-functions/setstate.texi b/doc/posix-functions/setstate.texi index 54f28e11b..246247736 100644 --- a/doc/posix-functions/setstate.texi +++ b/doc/posix-functions/setstate.texi @@ -17,5 +17,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function has a slightly incompatible declaration (the argument type being -@samp{const char *} instead of @samp(char *}) on some platforms. +@samp{const char *} instead of @samp{char *}) on some platforms. @end itemize