changeset 13684:d971dba9e451

Fix typo in last commit. Reported by Stefano Lattarini <stefano.lattarini@gmail.com>.
author Bruno Haible <bruno@clisp.org>
date Thu, 16 Sep 2010 12:54:33 +0200
parents ddd49c3ebee7
children b370816ef4c2
files doc/posix-headers/stdlib.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/posix-headers/stdlib.texi
+++ b/doc/posix-headers/stdlib.texi
@@ -22,7 +22,7 @@
 The macros @code{WIFSIGNALED}, @code{WIFEXITED}, @code{WIFSTOPPED},
 @code{WTERMSIG}, @code{WEXITSTATUS}, @code{WNOHANG}, @code{WUNTRACED},
 @code{WSTOPSIG} are not defined in this header file (only in
-@code{<sys/wait.h>} on some platforms:
+@code{<sys/wait.h>}) on some platforms:
 MirBSD 10.
 @end itemize