summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-03 18:09:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-03 18:09:23 +0000
commitbda1a73bb654f6bf77a7220bdbc902e8828c53d5 (patch)
treef3b249d232a9166c7cca312aba9277e1d3ec2789 /doc/posix1003.1
parentPatch from Samuel Tardieu <sam@inf.enst.fr> so the messages printed (diff)
downloadrtems-bda1a73bb654f6bf77a7220bdbc902e8828c53d5.tar.bz2
Completed pass at constants.
Diffstat (limited to 'doc/posix1003.1')
-rw-r--r--doc/posix1003.1/ch08.t2
-rw-r--r--doc/posix1003.1/ch14.t4
-rw-r--r--doc/posix1003.1/ch16.t6
-rw-r--r--doc/posix1003.1/ch18.t10
4 files changed, 11 insertions, 11 deletions
diff --git a/doc/posix1003.1/ch08.t b/doc/posix1003.1/ch08.t
index b21c8562dd..16f8aa9d6e 100644
--- a/doc/posix1003.1/ch08.t
+++ b/doc/posix1003.1/ch08.t
@@ -202,7 +202,7 @@ LC_ALL, Constant, Implemented
fileno(), Function, Implemented
STDIN_FILENO, Constant, Implemented
STDOUT_FILENO, Constant, Implemented
-STDERR_FILENO, Constant, ImplementeD
+STDERR_FILENO, Constant, Implemented
@end example
@subsection Open a Stream on a File Descriptor
diff --git a/doc/posix1003.1/ch14.t b/doc/posix1003.1/ch14.t
index 763f84c57a..25de89cbf9 100644
--- a/doc/posix1003.1/ch14.t
+++ b/doc/posix1003.1/ch14.t
@@ -29,8 +29,8 @@ timerid_t, Type, Implemented
@subsection Timer Event Notification Manifest Constants
@example
-CLOCK_REALTIME, Constant,
-TIMER_ABSTIME, Constant,
+CLOCK_REALTIME, Constant, Implemented
+TIMER_ABSTIME, Constant, Implemented
@end example
@section Clock and Timer Functions
diff --git a/doc/posix1003.1/ch16.t b/doc/posix1003.1/ch16.t
index 46af606432..f9ba73599e 100644
--- a/doc/posix1003.1/ch16.t
+++ b/doc/posix1003.1/ch16.t
@@ -23,8 +23,8 @@ pthread_attr_setstackaddr(), Function, Implemented
pthread_attr_getstackaddr(), Function, Implemented
pthread_attr_setdetachstate(), Function, Implemented
pthread_attr_getdetachstate(), Function, Implemented
-PTHREAD_CREATE_JOINABLE, Constant,
-PTHREAD_CREATE_DETACHED, Constant,
+PTHREAD_CREATE_JOINABLE, Constant, Implemented
+PTHREAD_CREATE_DETACHED, Constant, Implemented
@end example
@subsection Thread Creation
@@ -67,6 +67,6 @@ pthread_equal(), Function, Implemented
@example
pthread_once(), Function, Implemented
-PTHREAD_ONCE_INIT, Constant,
+PTHREAD_ONCE_INIT, Constant, Implemented
@end example
diff --git a/doc/posix1003.1/ch18.t b/doc/posix1003.1/ch18.t
index 7f81a8ea8d..42e703dbcc 100644
--- a/doc/posix1003.1/ch18.t
+++ b/doc/posix1003.1/ch18.t
@@ -13,10 +13,10 @@
@subsection Cancelability States
@example
-PTHREAD_CANCEL_DISABLE, Constant,
-PTHREAD_CANCEL_ENABLE, Constant,
-PTHREAD_CANCEL_ASYNCHRONOUS, Constant,
-PTHREAD_CANCEL_DEFERRED, Constant,
+PTHREAD_CANCEL_DISABLE, Constant, Implemented
+PTHREAD_CANCEL_ENABLE, Constant, Implemented
+PTHREAD_CANCEL_ASYNCHRONOUS, Constant, Implemented
+PTHREAD_CANCEL_DEFERRED, Constant, Implemented
@end example
@subsection Cancellation Points
@@ -24,7 +24,7 @@ PTHREAD_CANCEL_DEFERRED, Constant,
@subsection Thread Cancellation Cleanup Handlers
@example
-PTHREAD_CANCELED, Constant,
+PTHREAD_CANCELED, Constant, Unimplemented
@end example
@subsection Async-Cancel Safety