Module Name: src
Committed By: wiz
Date: Mon May 4 19:42:40 UTC 2009
Modified Files:
src/share/man/man9: signal.9
Log Message:
Prepare for HTML output.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/signal.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/signal.9
diff -u src/share/man/man9/signal.9:1.18 src/share/man/man9/signal.9:1.19
--- src/share/man/man9/signal.9:1.18 Sun Dec 7 05:15:21 2008
+++ src/share/man/man9/signal.9 Mon May 4 19:42:40 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: signal.9,v 1.18 2008/12/07 05:15:21 isaki Exp $
+.\" $NetBSD: signal.9,v 1.19 2009/05/04 19:42:40 wiz Exp $
.\"
.\" Copyright (c) 1996, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -282,7 +282,7 @@
.Fa p .
This function is meant to be called by machine-dependent trap handling
code, through the
-.Dv p->p_emul->e_trapsignal
+.Dv p-\*[Gt]p_emul-\*[Gt]e_trapsignal
function pointer because some emulations define their own trapsignal
functions that remap the signal information to what the emulation
expects.