summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch07.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 22:43:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 22:43:37 +0000
commit2a087f30a4e5d2b72e0bc046865bb7f5c4c5c22f (patch)
tree13aeb2a51322618ccc986361ebf6e3d72d989eb7 /doc/posix1003.1/ch07.t
parentAdded function status and data types (diff)
downloadrtems-2a087f30a4e5d2b72e0bc046865bb7f5c4c5c22f.tar.bz2
Added types, status of functions, cleaned up output of summarize.
Diffstat (limited to 'doc/posix1003.1/ch07.t')
-rw-r--r--doc/posix1003.1/ch07.t29
1 files changed, 20 insertions, 9 deletions
diff --git a/doc/posix1003.1/ch07.t b/doc/posix1003.1/ch07.t
index 164da01b93..1e6f797ce2 100644
--- a/doc/posix1003.1/ch07.t
+++ b/doc/posix1003.1/ch07.t
@@ -36,7 +36,11 @@
@subsection Parameters That Can Be Set
-@subsubsection termios Structure
+@subsubsection @code{termios} Structure
+
+@example
+struct termios, Type, Partial Implementation
+@end example
@subsubsection Input Modes
@@ -52,6 +56,13 @@
@subsubsection Baud Rate Functions
+@example
+cfgetospeed(), Function, Unimplemented
+cfsetospeed(), Function, Unimplemented
+cfgetispeed(), Function, Unimplemented
+cfsetispeed(), Function, Unimplemented
+@end example
+
@subsubsection Synopsis
@subsubsection Description
@@ -67,28 +78,28 @@
@subsection Get and Set State
@example
-tcgetattr(), Function
-tcsetattr(), Function
+tcgetattr(), Function, Implemented
+tcsetattr(), Function, Implemented
@end example
@subsection Line Control Functions
@example
-tcsendbreak(), Function
-tcdrain(), Function
-tcflush(), Function
-tcflow(), Function
+tcsendbreak(), Function, Unimplemented
+tcdrain(), Function, Unimplemented
+tcflush(), Function, Unimplemented
+tcflow(), Function, Unimplemented
@end example
@subsection Get Foreground Process Group ID
@example
-tcgetprgrp(), Function
+tcgetprgrp(), Function, Unimplemented
@end example
@subsection Set Foreground Process Group ID
@example
-tcsetprgrp(), Function
+tcsetprgrp(), Function, Unimplemented
@end example