summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-21 08:00:44 -0700
committerKarl Berry <karl@freefriends.org>2017-08-21 08:00:44 -0700
commitb2372a5428a5ed1bd68b762e0f2d26ed52b3874a (patch)
treef78f23b03596357e4531f03e7ce04dc31b9b0b06
parent2c309a373e96805ba7d811551eb9fbf1f492ece0 (diff)
downloadgnulib-b2372a5428a5ed1bd68b762e0f2d26ed52b3874a.tar.gz
) -> }
-rw-r--r--ChangeLog4
-rw-r--r--doc/posix-functions/srandom.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c34008054..33de4cc3df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-21 Karl Berry <karl@freefriends.org>
+
+ * doc/posix-functions/srandom.texi (srandom): typo }.
+
2017-08-20 Paul Eggert <eggert@cs.ucla.edu>
git-version-gen: port to Solaris 10
diff --git a/doc/posix-functions/srandom.texi b/doc/posix-functions/srandom.texi
index 74770f78ca..21e66d02fd 100644
--- a/doc/posix-functions/srandom.texi
+++ b/doc/posix-functions/srandom.texi
@@ -17,6 +17,6 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function has a slightly incompatible declaration (the return type being
-@samp{long} instead of @samp{void) on some platforms:
+@samp{long} instead of @samp{void} on some platforms:
Cygwin 1.5.25.
@end itemize