Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Remove bsd_signal prototype from SYNOPSIS, we n...
details: https://anonhg.NetBSD.org/src/rev/84460538d5df
branches: trunk
changeset: 345739:84460538d5df
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Jun 06 08:28:18 2016 +0000
description:
Remove bsd_signal prototype from SYNOPSIS, we now have bsd_signal(3).
diffstat:
lib/libc/gen/signal.3 | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 7231232387e1 -r 84460538d5df lib/libc/gen/signal.3
--- a/lib/libc/gen/signal.3 Mon Jun 06 08:27:22 2016 +0000
+++ b/lib/libc/gen/signal.3 Mon Jun 06 08:28:18 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index