changeset 16341:cb1e109df1d7

typo
author Karl Berry <karl@freefriends.org>
date Tue, 31 Jan 2012 14:24:40 -0800
parents 3e1267814983
children 90c6dac9de6a
files ChangeLog doc/posix-functions/setstate.texi
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-31  Karl Berry  <karl@gnu.org>
+
+	setstate doc: typo.
+	* doc/posix-functions/setstate.texi (setstate): { not (.
+
 2012-01-31  Bruno Haible  <bruno@clisp.org>
 
 	popen: Make more robust on Windows.
--- a/doc/posix-functions/setstate.texi
+++ b/doc/posix-functions/setstate.texi
@@ -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