# HG changeset patch # User Karl Berry # Date 1328048680 28800 # Node ID cb1e109df1d7315cc3a142336e72e9da7a6ff56e # Parent 3e1267814983cbd18097fe4c7a7c79eb4cadf2bb typo diff -r 3e1267814983 -r cb1e109df1d7 ChangeLog --- a/ChangeLog Tue Jan 31 09:03:05 2012 -0800 +++ b/ChangeLog Tue Jan 31 14:24:40 2012 -0800 @@ -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 -r 3e1267814983 -r cb1e109df1d7 doc/posix-functions/setstate.texi --- a/doc/posix-functions/setstate.texi Tue Jan 31 09:03:05 2012 -0800 +++ b/doc/posix-functions/setstate.texi Tue Jan 31 14:24:40 2012 -0800 @@ -17,5 +17,5 @@ @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