* compile.c: Fix formatting.
[deliverable/binutils-gdb.git] / libiberty / waitpid.c
index 2848309826a83f0735f0a85eb0521c5d8a135762..703b8a6def21321146ce7c4083923a12bcd59932 100644 (file)
@@ -1,3 +1,15 @@
+/*
+
+@deftypefn Supplemental int waitpid (int @var{pid}, int *@var{status}, int)
+
+This is a wrapper around the @code{wait} function.  Any ``special''
+values of @var{pid} depend on your implementation of @code{wait}, as
+does the return value.  The third argument is unused in @libib{}.
+
+@end deftypefn
+
+*/
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
This page took 0.02287 seconds and 4 git commands to generate.