Declare the return type.
This commit is contained in:
parent
3f4f06cc2c
commit
a638d08183
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sigvec.3,v 1.9 1997/11/01 07:27:58 mycroft Exp $
|
||||
.\" $NetBSD: sigvec.3,v 1.10 1997/11/01 07:31:37 mycroft Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -32,7 +32,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)sigvec.2 6.7 (Berkeley) 4/29/91
|
||||
.\" $NetBSD: sigvec.3,v 1.9 1997/11/01 07:27:58 mycroft Exp $
|
||||
.\" $NetBSD: sigvec.3,v 1.10 1997/11/01 07:31:37 mycroft Exp $
|
||||
.\"
|
||||
.Dd April 29, 1991
|
||||
.Dt SIGVEC 3
|
||||
|
@ -49,6 +49,7 @@ struct sigvec {
|
|||
int sv_flags;
|
||||
};
|
||||
.Ed
|
||||
.Ft int
|
||||
.Fn sigvec "int sig" "struct sigvec *vec" "struct sigvec *ovec"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
|
|
Loading…
Reference in New Issue