Prepare for HTML output.

This commit is contained in:
wiz 2009-05-04 19:42:40 +00:00
parent a5cda1e927
commit 29c223b6bb
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ caused by a hardware trap to the process
.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.