Changed signal prototype to be more like ANSI C

This commit is contained in:
jtc 1996-03-26 02:05:55 +00:00
parent c299fd2d61
commit 45da58c78f
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: signal.3,v 1.5 1995/02/27 05:51:12 cgd 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 +42,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