summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch03.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix1003.1/ch03.t')
-rw-r--r--doc/posix1003.1/ch03.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/posix1003.1/ch03.t b/doc/posix1003.1/ch03.t
index 74ddc5d68a..9a573c4a74 100644
--- a/doc/posix1003.1/ch03.t
+++ b/doc/posix1003.1/ch03.t
@@ -54,10 +54,10 @@ _exit(), Function, Unimplemented
@subsection Signal Concepts
@example
-sigset_t, Type,
-struct sigevent, Type,
-union sigval, Type,
-siginfo_t, Type,
+sigset_t, Type, Implemented
+struct sigevent, Type, Implemented
+union sigval, Type, Implemented
+siginfo_t, Type, Implemented
@end example
@subsection Send a Signal to a Process
@@ -80,7 +80,7 @@ sigismember(), Function, Implemented
@example
sigaction(), Function, Implemented
-sigaction, Type,
+sigaction, Type, Implemented
@end example
@subsection Examine and Change Blocked Signals