Module Name:    src
Committed By:   uwe
Date:           Fri Feb  9 17:24:45 UTC 2024

Modified Files:
        src/lib/libc/gen: signal.3

Log Message:
signal(3): mention old signal(2) syscall in HISTORY


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/signal.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/signal.3
diff -u src/lib/libc/gen/signal.3:1.29 src/lib/libc/gen/signal.3:1.30
--- src/lib/libc/gen/signal.3:1.29	Sat Aug  7 03:17:23 2021
+++ src/lib/libc/gen/signal.3	Fri Feb  9 17:24:44 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: signal.3,v 1.29 2021/08/07 03:17:23 dholland Exp $
+.\"	$NetBSD: signal.3,v 1.30 2024/02/09 17:24:44 uwe Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -190,3 +190,11 @@ This
 .Fn signal
 facility appeared in
 .Bx 4.0 .
+.Pp
+The
+.Fn signal
+facility used to be a system call that implemented a different
+semantics
+.Dq ( old signals ) .
+It first appeared in
+.At v4 .

Reply via email to