diff options
author | 1996-04-21 23:38:17 +0000 | |
---|---|---|
committer | 1996-04-21 23:38:17 +0000 | |
commit | f3bae140e877f130f33051ddb228cb34a056c92b (patch) | |
tree | c5f519d1e41a8239f986cc5a6f4fb0b979e31e11 /lib/libc/gen/signal.3 | |
parent | partial sync with netbsd 960418, more to come (diff) | |
download | wireguard-openbsd-f3bae140e877f130f33051ddb228cb34a056c92b.tar.xz wireguard-openbsd-f3bae140e877f130f33051ddb228cb34a056c92b.zip |
sync to netbsd 960418
Diffstat (limited to 'lib/libc/gen/signal.3')
-rw-r--r-- | lib/libc/gen/signal.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index dd9c82b255b..260d4945760 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,5 @@ -.\" $NetBSD: signal.3,v 1.5 1995/02/27 05:51:12 cgd Exp $ +.\" $OpenBSD: signal.3,v 1.2 1996/04/21 23:39:28 deraadt Exp $ +.\" $NetBSD: signal.3,v 1.6 1996/03/26 02:05:55 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,11 +43,11 @@ .Sh SYNOPSIS .Fd #include <signal.h> .Ft void -.Fn *signal sig func\*(lp\*(rp -.Ft void -.\" can not do this with .Fn yet +.\" can not do this with just .Fn yet .br -\*(lp\|\*(fN*func\*(rp\*(lp\|\*(rp\fR +.Po +.Fn *signal "int sig" "void (*func)()" +.Pc Ns \*(lp\*(rp .Sh DESCRIPTION This .Fn signal |