mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use ".In" to mark up C include file names.
This commit is contained in:
parent
cacc8e6c5d
commit
e7aa25d3fb
1 changed files with 4 additions and 2 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue