Sun Nov 20 09:38:37 2016 UTC ()
Whitespace.


(wiz)
diff -r1.38 -r1.39 src/lib/libc/sys/wait.2

cvs diff -r1.38 -r1.39 src/lib/libc/sys/wait.2 (expand / switch to unified diff)

--- src/lib/libc/sys/wait.2 2016/11/20 07:05:20 1.38
+++ src/lib/libc/sys/wait.2 2016/11/20 09:38:37 1.39
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: wait.2,v 1.38 2016/11/20 07:05:20 dholland Exp $ 1.\" $NetBSD: wait.2,v 1.39 2016/11/20 09:38:37 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1980, 1991, 1993, 1994 3.\" Copyright (c) 1980, 1991, 1993, 1994
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -616,27 +616,27 @@ In addition, @@ -616,27 +616,27 @@ In addition,
616.Fn wait3 , 616.Fn wait3 ,
617.Fn wait4 , 617.Fn wait4 ,
618.Fn waitid , 618.Fn waitid ,
619and 619and
620.Fn waitpid 620.Fn waitpid
621will fail and return immediately if: 621will fail and return immediately if:
622.Bl -tag -width Er 622.Bl -tag -width Er
623.It Bq Er EINVAL 623.It Bq Er EINVAL
624An invalid value was specified for 624An invalid value was specified for
625.Fa options . 625.Fa options .
626.El 626.El
627.Sh SEE ALSO 627.Sh SEE ALSO
628.Xr _exit 2 , 628.Xr _exit 2 ,
629.Xr fork 2, 629.Xr fork 2 ,
630.Xr ptrace 2 , 630.Xr ptrace 2 ,
631.Xr sigaction 2 , 631.Xr sigaction 2 ,
632.Xr siginfo 2 , 632.Xr siginfo 2 ,
633.Xr exit 3 , 633.Xr exit 3 ,
634.Xr siginterrupt 3 634.Xr siginterrupt 3
635.Sh STANDARDS 635.Sh STANDARDS
636The 636The
637.Fn wait 637.Fn wait
638and 638and
639.Fn waitpid 639.Fn waitpid
640functions conform to 640functions conform to
641.St -p1003.1-90 ; 641.St -p1003.1-90 ;
642the 642the