From 09466daf8cf022c766e7a9a740839ea2ab6951c1 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 1 Dec 2013 11:59:37 +0000 Subject: [PATCH] waitid(2): Do not tell userland programmers to include . Userland should get these definitions by including . --- 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 cfa78e9fd83a..5aa53dd1ba0b 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