summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch07.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
commit34683feee24db199707d647f8c2c19705cafed40 (patch)
treeb4edec64205b02930e48758199a07490171b1769 /doc/posix1003.1/ch07.t
parentsummarize now generates a nicely formatted function status summary. (diff)
downloadrtems-34683feee24db199707d647f8c2c19705cafed40.tar.bz2
Added Function field.
Diffstat (limited to 'doc/posix1003.1/ch07.t')
-rw-r--r--doc/posix1003.1/ch07.t16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/posix1003.1/ch07.t b/doc/posix1003.1/ch07.t
index c226f47da1..164da01b93 100644
--- a/doc/posix1003.1/ch07.t
+++ b/doc/posix1003.1/ch07.t
@@ -67,28 +67,28 @@
@subsection Get and Set State
@example
-tcgetattr()
-tcsetattr()
+tcgetattr(), Function
+tcsetattr(), Function
@end example
@subsection Line Control Functions
@example
-tcsendbreak()
-tcdrain()
-tcflush()
-tcflow()
+tcsendbreak(), Function
+tcdrain(), Function
+tcflush(), Function
+tcflow(), Function
@end example
@subsection Get Foreground Process Group ID
@example
-tcgetprgrp()
+tcgetprgrp(), Function
@end example
@subsection Set Foreground Process Group ID
@example
-tcsetprgrp()
+tcsetprgrp(), Function
@end example