summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-11-15 02:26:04 +0000
committertjr <tjr@FreeBSD.org>2003-11-15 02:26:04 +0000
commit37d23e2aba72c3cdd515fc1242406332fde46fb0 (patch)
tree4b90a2313f400060705b19134b0e3954b5043e1a /lib
parent12a85926c2db41bf23317ef97144762daa71d3f9 (diff)
downloadFreeBSD-src-37d23e2aba72c3cdd515fc1242406332fde46fb0.zip
FreeBSD-src-37d23e2aba72c3cdd515fc1242406332fde46fb0.tar.gz
Update cross references after utf2/euc move.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/big5.52
-rw-r--r--lib/libc/locale/gb18030.52
-rw-r--r--lib/libc/locale/gb2312.52
-rw-r--r--lib/libc/locale/gbk.52
-rw-r--r--lib/libc/locale/mbrune.34
-rw-r--r--lib/libc/locale/mskanji.52
-rw-r--r--lib/libc/locale/multibyte.34
-rw-r--r--lib/libc/locale/rune.34
-rw-r--r--lib/libc/locale/setlocale.34
-rw-r--r--lib/libc/locale/utf8.510
10 files changed, 18 insertions, 18 deletions
diff --git a/lib/libc/locale/big5.5 b/lib/libc/locale/big5.5
index 77fe06a..ebe7125 100644
--- a/lib/libc/locale/big5.5
+++ b/lib/libc/locale/big5.5
@@ -43,6 +43,6 @@ Traditional Chinese characters are represented by two bytes:
the first in the range 0xA1 - 0xFE, the second in the range
0x40 - 0xFE.
.Sh SEE ALSO
-.Xr euc 4 ,
+.Xr euc 5 ,
.Xr gb18030 5 ,
.Xr utf8 5
diff --git a/lib/libc/locale/gb18030.5 b/lib/libc/locale/gb18030.5
index dab6681..afe4b85 100644
--- a/lib/libc/locale/gb18030.5
+++ b/lib/libc/locale/gb18030.5
@@ -59,7 +59,7 @@ Characters that are represented by four bytes begin with a byte in the range
0x81-0xFE, have a second byte in the range 0x30-0x39, a third byte in the range
0x81-0xFE and a fourth byte in the range 0x30-0x39.
.Sh SEE ALSO
-.Xr euc 4 ,
+.Xr euc 5 ,
.Xr gb2312 5 ,
.Xr gbk 5 ,
.Xr utf8 5
diff --git a/lib/libc/locale/gb2312.5 b/lib/libc/locale/gb2312.5
index dd63aa7..a113a3b 100644
--- a/lib/libc/locale/gb2312.5
+++ b/lib/libc/locale/gb2312.5
@@ -46,7 +46,7 @@ characters are represented by single bytes in the range 0x00 to 0x7F.
Simplified Chinese characters are represented by two bytes, both in
the range 0xA1-0xFE.
.Sh SEE ALSO
-.Xr euc 4 ,
+.Xr euc 5 ,
.Xr gb18030 5 ,
.Xr gbk 5
.Sh STANDARDS
diff --git a/lib/libc/locale/gbk.5 b/lib/libc/locale/gbk.5
index 3e2547c..09fb999 100644
--- a/lib/libc/locale/gbk.5
+++ b/lib/libc/locale/gbk.5
@@ -45,7 +45,7 @@ characters are represented by single bytes in the range 0x00 to 0x7F.
Chinese characters are represented by two bytes, beginning with a byte in
the range 0x80-0xFE and ending with a byte in the range 0x40-0xFE.
.Sh SEE ALSO
-.Xr euc 4 ,
+.Xr euc 5 ,
.Xr gb18030 5 ,
.Xr gb2312 5 ,
.Xr utf8 5
diff --git a/lib/libc/locale/mbrune.3 b/lib/libc/locale/mbrune.3
index 20e142e..8dbd846 100644
--- a/lib/libc/locale/mbrune.3
+++ b/lib/libc/locale/mbrune.3
@@ -159,8 +159,8 @@ does not appear in the string.
.Sh SEE ALSO
.Xr rune 3 ,
.Xr setlocale 3 ,
-.Xr euc 4 ,
-.Xr utf2 4 ,
+.Xr euc 5 ,
+.Xr utf2 5 ,
.Xr utf8 5
.Sh HISTORY
The
diff --git a/lib/libc/locale/mskanji.5 b/lib/libc/locale/mskanji.5
index 78726e0..1857c07 100644
--- a/lib/libc/locale/mskanji.5
+++ b/lib/libc/locale/mskanji.5
@@ -65,5 +65,5 @@ or 0xFA - 0xFC (not
extended characters).
The second byte ranges from 0x40 - 0xFC, excluding 0x7F (delete).
.Sh SEE ALSO
-.Xr euc 4 ,
+.Xr euc 5 ,
.Xr utf8 5
diff --git a/lib/libc/locale/multibyte.3 b/lib/libc/locale/multibyte.3
index d0bfb4a..19d71c5 100644
--- a/lib/libc/locale/multibyte.3
+++ b/lib/libc/locale/multibyte.3
@@ -232,13 +232,13 @@ both functions return \-1.
.Xr setlocale 3 ,
.Xr wcrtomb 3 ,
.Xr wcsrtombs 3 ,
-.Xr euc 4 ,
-.Xr utf2 4 ,
.Xr big5 5 ,
+.Xr euc 5 ,
.Xr gb18030 5 ,
.Xr gb2312 5 ,
.Xr gbk 5 ,
.Xr mskanji 5 ,
+.Xr utf2 5 ,
.Xr utf8 5
.Sh STANDARDS
The
diff --git a/lib/libc/locale/rune.3 b/lib/libc/locale/rune.3
index 3ce4de3..d3c8b3e 100644
--- a/lib/libc/locale/rune.3
+++ b/lib/libc/locale/rune.3
@@ -267,8 +267,8 @@ binary LC_CTYPE file for the locale
.Sh SEE ALSO
.Xr mbrune 3 ,
.Xr setlocale 3 ,
-.Xr euc 4 ,
-.Xr utf2 4 ,
+.Xr euc 5 ,
+.Xr utf2 5 ,
.Xr utf8 5
.Sh HISTORY
These functions first appeared in
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3
index 3cc4c79..b5c67b3 100644
--- a/lib/libc/locale/setlocale.3
+++ b/lib/libc/locale/setlocale.3
@@ -334,8 +334,8 @@ and the category
.Xr rune 3 ,
.Xr strcoll 3 ,
.Xr strxfrm 3 ,
-.Xr euc 4 ,
-.Xr utf2 4 ,
+.Xr euc 5 ,
+.Xr utf2 5 ,
.Xr utf8 5
.Sh STANDARDS
The
diff --git a/lib/libc/locale/utf8.5 b/lib/libc/locale/utf8.5
index ae3b079..8f7799d 100644
--- a/lib/libc/locale/utf8.5
+++ b/lib/libc/locale/utf8.5
@@ -82,7 +82,7 @@ security risk, and destroy the 1:1 character:octet sequence mapping.
The
.Nm
encoding supersedes the
-.Xr utf2 4
+.Xr utf2 5
encoding.
The only differences between the two are that
.Nm
@@ -90,16 +90,16 @@ handles the full 31-bit character set of
.Tn ISO
10646
whereas
-.Xr utf2 4
+.Xr utf2 5
is limited to a 16-bit character set,
and that
-.Xr utf2 4
+.Xr utf2 5
accepts redundant,
.No non- Ns Dq "shortest form"
representations of characters.
.Sh SEE ALSO
-.Xr euc 4 ,
-.Xr utf2 4
+.Xr euc 5 ,
+.Xr utf2 5
.Rs
.%A "Rob Pike"
.%A "Ken Thompson"
OpenPOWER on IntegriCloud