diff options
Diffstat (limited to 'include/wait.h')
-rw-r--r-- | include/wait.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/wait.h b/include/wait.h index f7cfc60..846b838 100644 --- a/include/wait.h +++ b/include/wait.h @@ -2,10 +2,10 @@ #define WAIT_H /** - @file wait.h - @author djb - @source s/qmail -*/ + * @file wait.h + * @author djb + * @ref s/qmail + */ int wait_pid(int *,int); int wait_nohang(int *); |