From 4a5fd65ba67891e701324a1cf1a84ea89a080bfc Mon Sep 17 00:00:00 2001 From: jilles Date: Sat, 5 Apr 2014 20:09:51 +0000 Subject: [PATCH] waitid(2): Do not tell userland programmers to include . Userland should get these definitions by including . git-svn-id: svn://svn.freebsd.org/base/stable/10@264170 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- lib/libc/sys/wait.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index cfa78e9fd..5aa53dd1b 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -48,7 +48,7 @@ .Fn wait "int *status" .Ft pid_t .Fn waitpid "pid_t wpid" "int *status" "int options" -.In sys/signal.h +.In signal.h .Ft int .Fn waitid "idtype_t idtype" "id_t id" "siginfo_t *info" "int options" .In sys/time.h -- 2.45.0