summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-08-06 22:42:23 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-08-06 22:42:23 +0000
commit2ce08cb20b83b928e845a2885f31aa1786c909c7 (patch)
tree3c9578d040be4285578613ba11ca72e289b942e7 /lib/libc
parent47cc13c1045a5b943165aa5ecb965f6bd03343f8 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/euc.44
-rw-r--r--lib/libc/locale/euc.54
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/locale/euc.4 b/lib/libc/locale/euc.4
index 9524a4dea503..a75cf7458dff 100644
--- a/lib/libc/locale/euc.4
+++ b/lib/libc/locale/euc.4
@@ -93,10 +93,10 @@ byte0 << ((\fIlen\fPN-1) * 8) | byte1 << ((\fIlen\fPN-2) * 8) | ... | byte\fIlen
The result is then ANDed with
.Ar ~mask
and ORed with
-.Ar mask\fPN.
+.Ar maskN .
Codesets 2 and 3 are special in that the leading byte (0x8e or 0x8f) is
first removed and the
-.Ar len\fPN
+.Ar lenN
argument is reduced by 1.
.sp
For example, the Japanese locale has the following
diff --git a/lib/libc/locale/euc.5 b/lib/libc/locale/euc.5
index 9524a4dea503..a75cf7458dff 100644
--- a/lib/libc/locale/euc.5
+++ b/lib/libc/locale/euc.5
@@ -93,10 +93,10 @@ byte0 << ((\fIlen\fPN-1) * 8) | byte1 << ((\fIlen\fPN-2) * 8) | ... | byte\fIlen
The result is then ANDed with
.Ar ~mask
and ORed with
-.Ar mask\fPN.
+.Ar maskN .
Codesets 2 and 3 are special in that the leading byte (0x8e or 0x8f) is
first removed and the
-.Ar len\fPN
+.Ar lenN
argument is reduced by 1.
.sp
For example, the Japanese locale has the following