Declare the return type.

This commit is contained in:
mycroft 1997-11-01 07:31:37 +00:00
parent 3f4f06cc2c
commit a638d08183
1 changed files with 3 additions and 2 deletions

View File

@ -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