From 9a0e8db52bafd217550cd4c63eb973bfe61f923a Mon Sep 17 00:00:00 2001 From: nsz Date: Thu, 21 Jul 2011 17:40:21 +0200 Subject: [PATCH] c99 manual dl fix in 5.2.2 --- n1256.html | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/n1256.html b/n1256.html index 3ae6a94..8a01d33 100644 --- a/n1256.html +++ b/n1256.html @@ -616,8 +616,8 @@ WG14/N1256 Committee Draft -- Septermber 7, 2007

3.3

argument
- actual argument - actual parameter (deprecated) + actual argument
+ actual parameter (deprecated)
expression in the comma-separated list bounded by the parentheses in a function call expression, or a sequence of preprocessing tokens in the comma-separated list bounded by the parentheses in a function-like macro invocation @@ -1402,26 +1402,24 @@ WG14/N1256 Committee Draft -- Septermber 7, 2007

Alphabetic escape sequences representing nongraphic characters in the execution character set are intended to produce actions on display devices as follows: - \a (alert) Produces an audible or visible alert without changing the active position. - \b (backspace) Moves the active position to the previous position on the current line. If -

+
+
\a
(alert) Produces an audible or visible alert without changing the active position. +
\b
(backspace) Moves the active position to the previous position on the current line. If the active position is at the initial position of a line, the behavior of the display - device is unspecified.
- \f ( form feed) Moves the active position to the initial position at the start of the next -
-    logical page.
- \n (new line) Moves the active position to the initial position of the next line. - \r (carriage return) Moves the active position to the initial position of the current line. - \t (horizontal tab) Moves the active position to the next horizontal tabulation position -
+    device is unspecified.
+
\f
( form feed) Moves the active position to the initial position at the start of the next + logical page. +
\n
(new line) Moves the active position to the initial position of the next line. +
\r
(carriage return) Moves the active position to the initial position of the current line. +
\t
(horizontal tab) Moves the active position to the next horizontal tabulation position on the current line. If the active position is at or past the last defined horizontal - tabulation position, the behavior of the display device is unspecified.
- \v (vertical tab) Moves the active position to the initial position of the next vertical + tabulation position, the behavior of the display device is unspecified. +
\v
(vertical tab) Moves the active position to the initial position of the next vertical -

-

      tabulation position. If the active position is at or past the last defined vertical
-      tabulation position, the behavior of the display device is unspecified.
+ tabulation position, the behavior of the display device is unspecified. + +

Each of these escape sequences shall produce a unique implementation-defined value which can be stored in a single char object. The external representations in a text file need not be identical to the internal representations, and are outside the scope of this -- 2.20.1