BSD 4_4_Lite2 release
[unix-history] / usr / src / sys / sys / wait.h
index 33a68d9..172c0a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1982, 1986, 1989, 1993
+ * Copyright (c) 1982, 1986, 1989, 1993, 1994
  *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)wait.h      8.1 (Berkeley) 6/2/93
+ *     @(#)wait.h      8.2 (Berkeley) 7/10/94
  */
 
 /*
  */
 
 /*
@@ -73,7 +73,7 @@
  * this option is done, it is as though they were still running... nothing
  * about them is returned.
  */
  * this option is done, it is as though they were still running... nothing
  * about them is returned.
  */
-#define WNOHANG                1       /* dont hang in wait */
+#define WNOHANG                1       /* don't hang in wait */
 #define WUNTRACED      2       /* tell about stopped, untraced children */
 
 #ifndef _POSIX_SOURCE
 #define WUNTRACED      2       /* tell about stopped, untraced children */
 
 #ifndef _POSIX_SOURCE