summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-07 19:03:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-07 19:03:42 +0000
commitf52e572eb600267f8399b606278a794e222df80b (patch)
tree1d3fee41b8f11d848b666a9d7fa77075a466e766 /lib
parentfad4a2342d6f532d74df14ca4532445b43f13ff0 (diff)
include <signal.h> not <sys/signal.h>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/psignal.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/psignal.3 b/lib/libc/gen/psignal.3
index 9389ed95b2b..7ca596a5bff 100644
--- a/lib/libc/gen/psignal.3
+++ b/lib/libc/gen/psignal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: psignal.3,v 1.2 1996/08/19 08:25:22 tholo Exp $
+.\" $OpenBSD: psignal.3,v 1.3 1998/07/07 19:03:41 deraadt Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -40,7 +40,7 @@
.Nm sys_signame
.Nd system signal messages
.Sh SYNOPSIS
-.Fd #include <sys/signal.h>
+.Fd #include <signal.h>
.Ft void
.Fn psignal "unsigned sig" "const char *s"
.Vt extern char *sys_siglist[];