mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
Fixed improperly named sections for info
This commit is contained in:
@@ -220,7 +220,7 @@ _POSIX_CLOCKRES_MIN, Constant, Implemented
|
|||||||
|
|
||||||
@section Symbolic Constants
|
@section Symbolic Constants
|
||||||
|
|
||||||
@subsection Symbolic Constants for the @code{access} Function
|
@subsection Symbolic Constants for the access Function
|
||||||
|
|
||||||
@example
|
@example
|
||||||
R_OK, Constant, Implemented
|
R_OK, Constant, Implemented
|
||||||
@@ -229,7 +229,7 @@ X_OK, Constant, Implemented
|
|||||||
F_OK, Constant, Implemented
|
F_OK, Constant, Implemented
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subsection Symbolic Constants for the @code{lseek} Function
|
@subsection Symbolic Constants for the lseek Function
|
||||||
|
|
||||||
@example
|
@example
|
||||||
SEEK_SET, Constant, Implemented
|
SEEK_SET, Constant, Implemented
|
||||||
|
|||||||
@@ -28,13 +28,13 @@
|
|||||||
|
|
||||||
@lowersections
|
@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
|
@raisesections
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ CR, Constant, Unimplemented
|
|||||||
|
|
||||||
@subsection Parameters That Can Be Set
|
@subsection Parameters That Can Be Set
|
||||||
|
|
||||||
@subsubsection @code{termios} Structure
|
@subsubsection termios Structure
|
||||||
|
|
||||||
@example
|
@example
|
||||||
tcflag_t, Type, Implemented
|
tcflag_t, Type, Implemented
|
||||||
|
|||||||
@@ -183,7 +183,7 @@ EXIT_FAILURE, Constant, Implemented
|
|||||||
|
|
||||||
@subsection Extensions to Time Functions
|
@subsection Extensions to Time Functions
|
||||||
|
|
||||||
@subsection Extensions to @code{setlocale} Function
|
@subsection Extensions to setlocale Function
|
||||||
|
|
||||||
@example
|
@example
|
||||||
LC_CTYPE, Constant, Implemented
|
LC_CTYPE, Constant, Implemented
|
||||||
@@ -213,9 +213,9 @@ fdopen(), Function, Implemented
|
|||||||
|
|
||||||
@subsection Interactions of Other FILE-Type C Functions
|
@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
|
@subsection Stdio Locking Functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user