summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sigaction.2
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2004-06-07 21:52:20 +0000
committeryar <yar@FreeBSD.org>2004-06-07 21:52:20 +0000
commit913f695456fd6e2d82e32a7079d7a829513fd49a (patch)
tree26807670b09e2890547f602dec45614745b153b3 /lib/libc/sys/sigaction.2
parent7c97f6984022c415050d4883ab89778ca7c440b2 (diff)
downloadFreeBSD-src-913f695456fd6e2d82e32a7079d7a829513fd49a.zip
FreeBSD-src-913f695456fd6e2d82e32a7079d7a829513fd49a.tar.gz
Use ".In" to mark up C include file names.
Diffstat (limited to 'lib/libc/sys/sigaction.2')
-rw-r--r--lib/libc/sys/sigaction.26
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index d83adb2..69f60e4 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -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 .
OpenPOWER on IntegriCloud