Completed status pass on functions and data types.

This commit is contained in:
Joel Sherrill
1998-03-17 18:50:14 +00:00
parent 3cffce87d6
commit 6984a19876
12 changed files with 48 additions and 33 deletions

View File

@@ -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