Module Name:    src
Committed By:   jruoho
Date:           Mon May  9 09:06:21 UTC 2011

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

Log Message:
Xref raise_default_signal(3).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/raise.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/raise.3
diff -u src/lib/libc/gen/raise.3:1.9 src/lib/libc/gen/raise.3:1.10
--- src/lib/libc/gen/raise.3:1.9	Fri Jan 30 23:52:28 2009
+++ src/lib/libc/gen/raise.3	Mon May  9 09:06:21 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: raise.3,v 1.9 2009/01/30 23:52:28 wiz Exp $
+.\"	$NetBSD: raise.3,v 1.10 2011/05/09 09:06:21 jruoho Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)raise.3	8.1 (Berkeley) 6/4/93
 .\"
-.Dd January 29, 2009
+.Dd May 9, 2011
 .Dt RAISE 3
 .Os
 .Sh NAME
@@ -68,7 +68,8 @@
 and
 .Xr _lwp_kill 2 .
 .Sh SEE ALSO
-.Xr kill 2
+.Xr kill 2 ,
+.Xr raise_default_signal 3
 .Sh STANDARDS
 The
 .Fn raise

Reply via email to