aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-10-03 06:06:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-10-03 06:06:31 +0000
commit26b2443ef7eef3186b67a6926dc43db8ee5e27e0 (patch)
treedb0b448889d4d1f9a671e28c7696b29f0fc0025e /man7
parent350038ffb0495694d20cd1309cf75f749955b0fb (diff)
downloadman-pages-26b2443ef7eef3186b67a6926dc43db8ee5e27e0.tar.gz
s/C 99/C99/
Diffstat (limited to 'man7')
-rw-r--r--man7/feature_test_macros.72
-rw-r--r--man7/unicode.74
2 files changed, 3 insertions, 3 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index 1dc3ff639f..545abac0bb 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -187,7 +187,7 @@ This macro is also implicitly defined if
is defined with a value of 500 or more.
.TP
.B _ISOC99_SOURCE
-Exposes C 99 extensions to ISO C (1990).
+Exposes C99 extensions to ISO C (1990).
This macro is recognized since glibc 2.1.3;
earlier glibc 2.1.x versions recognized an equivalent macro named
.B _ISOC9X_SOURCE
diff --git a/man7/unicode.7 b/man7/unicode.7
index ae13e0ab60..73984560e5 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -185,7 +185,7 @@ by the C library as
code values (in all locales), a convention that is signaled by the GNU
C library to applications by defining the constant
.B __STDC_ISO_10646__
-as specified in the ISO C 99 standard.
+as specified in the ISO C99 standard.
UCS/Unicode can be used just like ASCII in input/output streams,
terminal communication, plaintext files, filenames, and environment
@@ -259,7 +259,7 @@ A good reference book about the C programming language.
The fourth
edition covers the 1994 Amendment 1 to the ISO C 90 standard, which
adds a large number of new C library functions for handling wide and
-multi-byte character encodings, but it does not yet cover ISO C 99,
+multi-byte character encodings, but it does not yet cover ISO C99,
which improved wide and multi-byte character support even further.
.TP
*