From 2a087f30a4e5d2b72e0bc046865bb7f5c4c5c22f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 16 Mar 1998 22:43:37 +0000 Subject: Added types, status of functions, cleaned up output of summarize. --- doc/posix1003.1/ch07.t | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) (limited to 'doc/posix1003.1/ch07.t') 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 -- cgit v1.2.3