summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-03 18:50:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-03 18:50:31 +0000
commit5ed1beb5f17f7f3356c20af59ffc33e7a9a7482e (patch)
tree18ca051986028296afcd65e2ed739ed739f4cb44
parentAdded test so the build procedure would stop if a directory did not exist. (diff)
downloadrtems-5ed1beb5f17f7f3356c20af59ffc33e7a9a7482e.tar.bz2
Fixed improperly named sections for info
-rw-r--r--doc/posix1003.1/ch02.t4
-rw-r--r--doc/posix1003.1/ch07.t10
-rw-r--r--doc/posix1003.1/ch08.t6
3 files changed, 10 insertions, 10 deletions
diff --git a/doc/posix1003.1/ch02.t b/doc/posix1003.1/ch02.t
index 2ba29150eb..d2b2765c22 100644
--- a/doc/posix1003.1/ch02.t
+++ b/doc/posix1003.1/ch02.t
@@ -220,7 +220,7 @@ _POSIX_CLOCKRES_MIN, Constant, Implemented
@section Symbolic Constants
-@subsection Symbolic Constants for the @code{access} Function
+@subsection Symbolic Constants for the access Function
@example
R_OK, Constant, Implemented
@@ -229,7 +229,7 @@ X_OK, Constant, Implemented
F_OK, Constant, Implemented
@end example
-@subsection Symbolic Constants for the @code{lseek} Function
+@subsection Symbolic Constants for the lseek Function
@example
SEEK_SET, Constant, Implemented
diff --git a/doc/posix1003.1/ch07.t b/doc/posix1003.1/ch07.t
index 087f4f7229..e89f155314 100644
--- a/doc/posix1003.1/ch07.t
+++ b/doc/posix1003.1/ch07.t
@@ -28,13 +28,13 @@
@lowersections
-@subsubsection Case A --- MIN > 0 and TIME > 0
+@subsubsection Case A - MIN > 0 and TIME > 0
-@subsubsection Case B --- MIN > 0 and TIME = 0
+@subsubsection Case B - MIN > 0 and TIME = 0
-@subsubsection Case C --- MIN = 0 and TIME > 0
+@subsubsection Case C - MIN = 0 and TIME > 0
-@subsubsection Case D --- MIN = 0 and TIME = 0
+@subsubsection Case D - MIN = 0 and TIME = 0
@raisesections
@@ -62,7 +62,7 @@ CR, Constant, Unimplemented
@subsection Parameters That Can Be Set
-@subsubsection @code{termios} Structure
+@subsubsection termios Structure
@example
tcflag_t, Type, Implemented
diff --git a/doc/posix1003.1/ch08.t b/doc/posix1003.1/ch08.t
index 16f8aa9d6e..35a81c0161 100644
--- a/doc/posix1003.1/ch08.t
+++ b/doc/posix1003.1/ch08.t
@@ -183,7 +183,7 @@ EXIT_FAILURE, Constant, Implemented
@subsection Extensions to Time Functions
-@subsection Extensions to @code{setlocale} Function
+@subsection Extensions to setlocale Function
@example
LC_CTYPE, Constant, Implemented
@@ -213,9 +213,9 @@ fdopen(), Function, Implemented
@subsection Interactions of Other FILE-Type C Functions
-@subsection Operations on Files -- the @code{remove} Function
+@subsection Operations on Files - the remove Function
-@subsection Temporary File Name -- the @code{tmpnam} Function
+@subsection Temporary File Name - the tmpnam Function
@subsection Stdio Locking Functions