Remove bsd_signal prototype from SYNOPSIS, we now have bsd_signal(3).

This commit is contained in:
wiz 2016-06-06 08:28:18 +00:00
parent d5c0ec00bb
commit 5d37c18716
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: signal.3,v 1.26 2016/06/06 08:27:05 wiz Exp $
.\" $NetBSD: signal.3,v 1.27 2016/06/06 08:28:18 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -43,8 +43,6 @@
.\" fix it.
.Ft void \*(lp*
.Fn signal "int sig" "void \*(lp*func\*(rp\*(lpint\*(rp\*(rp\*(rp\*(lpint"
.Ft void \*(lp*
.Fn bsd_signal "int sig" "void \*(lp*func\*(rp\*(lpint\*(rp\*(rp\*(rp\*(lpint"
.Sh DESCRIPTION
This
.Fn signal