Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man2 Document TRAP_LWP in siginfo(2)



details:   https://anonhg.NetBSD.org/src/rev/4bcea431245f
branches:  trunk
changeset: 820743:4bcea431245f
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Jan 14 06:55:40 2017 +0000

description:
Document TRAP_LWP in siginfo(2)

TRAP_LWP - process lwp (thread) traps

Sponsored by <The NetBSD Foundation>

diffstat:

 share/man/man2/siginfo.2 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 2c0ab200a2db -r 4bcea431245f share/man/man2/siginfo.2
--- a/share/man/man2/siginfo.2  Sat Jan 14 06:51:02 2017 +0000
+++ b/share/man/man2/siginfo.2  Sat Jan 14 06:55:40 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: siginfo.2,v 1.20 2017/01/10 00:51:56 kamil Exp $
+.\"    $NetBSD: siginfo.2,v 1.21 2017/01/14 06:55:40 kamil Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 10, 2017
+.Dd January 14, 2017
 .Dt SIGINFO 2
 .Os
 .Sh NAME
@@ -233,6 +233,8 @@
 Process child trap
 .It TRAP_EXEC
 Process exec trap
+.It TRAP_LWP
+Process LWP trap
 .It TRAP_TRACE
 Process trace trap
 .El



Home | Main Index | Thread Index | Old Index