summaryrefslogtreecommitdiff
path: root/manual/signal.texi
diff options
context:
space:
mode:
authorsandra <sandra>1991-08-28 14:52:24 +0000
committersandra <sandra>1991-08-28 14:52:24 +0000
commit93228234e965c88465a3ad8d20b87160a09d45ee (patch)
treeaa57127ce4184fde094c01e0fffa89ed83146e7d /manual/signal.texi
parent91822dcf465adabee998b2a3b4b593027969d0ab (diff)
Fixed some formatting problems.
Diffstat (limited to 'manual/signal.texi')
-rw-r--r--manual/signal.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index b23106fc6e..a1655d2d26 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -779,7 +779,7 @@ The @code{sigaction} function is declared in @file{<signal.h>}.
@comment signal.h
@comment POSIX.1
-@deftp {Data Type} {struct sigaction}
+@deftp {struct Type} sigaction
Structures of type @code{sigaction} are used to specify signal actions
for the @code{sigaction} function. It contains at least the following
members:
@@ -2122,7 +2122,7 @@ specifies a mask that includes all the job-control stop signals.
@comment signal.h
@comment BSD
-@deftp {Data Type} {struct sigvec}
+@deftp {struct Type} sigvec
This data type is the equivalent of @code{struct sigaction}
(@pxref{Advanced Signal Handling}); it is used to specify signal actions
to the @code{sigvec} function. It contains the following members:
@@ -2219,7 +2219,7 @@ interrupted.
@comment signal.h
@comment BSD
-@deftp {Data Type} {struct sigstack}
+@deftp {struct Type} sigstack
This structure describes a signal stack. It contains the following members:
@table @code