1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

Use ".In" to mark up C include file names.

This commit is contained in:
Yaroslav Tykhiy 2004-06-07 21:52:20 +00:00
parent cacc8e6c5d
commit e7aa25d3fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130213

View File

@ -541,7 +541,8 @@ The
.Fa sig
argument is the signal number, one of the
.Dv SIG...
values from <signal.h>.
values from
.In signal.h .
.Pp
The
.Fa code
@ -557,7 +558,8 @@ handler contain a numeric code explaining the
cause of the signal, usually one of the
.Dv SI_...
values from
<sys/signal.h> or codes specific to a signal, i.e. one of the
.In sys/signal.h
or codes specific to a signal, i.e. one of the
.Dv FPE_...
values for
.Dv SIGFPE .