|
510 | 510 | \end{itemize}
|
511 | 511 |
|
512 | 512 | \pnum
|
513 |
| -Whenever the \effects element specifies that the semantics of some function |
| 513 | +Whenever the \Fundescx{Effects} element specifies that the semantics of some function |
514 | 514 | \tcode{F} are \techterm{Equivalent to} some code sequence, then the various elements are
|
515 |
| -interpreted as follows. If \tcode{F}'s semantics specifies a \requires element, then |
| 515 | +interpreted as follows. If \tcode{F}'s semantics specifies a \Fundescx{Requires} element, then |
516 | 516 | that requirement is logically imposed prior to the \techterm{equivalent-to} semantics.
|
517 |
| -Next, the semantics of the code sequence are determined by the \requires, \effects, |
518 |
| -\sync, \postconditions, \returns, \throws, \complexity, \remarks, and \errors |
| 517 | +Next, the semantics of the code sequence are determined by the \Fundescx{Requires}, \Fundescx{Effects}, |
| 518 | +\Fundescx{Synchronization}, \Fundescx{Postconditions}, \Fundescx{Returns}, \Fundescx{Throws}, \Fundescx{Complexity}, \Fundescx{Remarks}, and \Fundescx{Error conditions} |
519 | 519 | specified for the function invocations contained in the code sequence. The value
|
520 |
| -returned from \tcode{F} is specified by \tcode{F}'s \returns element, or if \tcode{F} |
521 |
| -has no \returns element, a non-\tcode{void} return from \tcode{F} is specified by the |
| 520 | +returned from \tcode{F} is specified by \tcode{F}'s \Fundescx{Returns} element, or if \tcode{F} |
| 521 | +has no \Fundescx{Returns} element, a non-\tcode{void} return from \tcode{F} is specified by the |
522 | 522 | \tcode{return} statements in the code sequence.
|
523 |
| -If \tcode{F}'s semantics contains a \throws, |
524 |
| -\postconditions, or \complexity element, then that supersedes any occurrences of that |
| 523 | +If \tcode{F}'s semantics contains a \Fundescx{Throws}, |
| 524 | +\Fundescx{Postconditions}, or \Fundescx{Complexity} element, then that supersedes any occurrences of that |
525 | 525 | element in the code sequence.
|
526 | 526 |
|
527 | 527 | \pnum
|
|
554 | 554 | \rSec3[structure.see.also]{C library}
|
555 | 555 |
|
556 | 556 | \pnum
|
557 |
| -Paragraphs labeled ``\xref'' contain cross-references to the relevant portions |
| 557 | +Paragraphs labeled ``\textsc{See also}'' contain cross-references to the relevant portions |
558 | 558 | of the ISO C standard.
|
559 | 559 |
|
560 | 560 | \rSec2[conventions]{Other conventions}
|
|
0 commit comments