summaryrefslogtreecommitdiffstats
path: root/games/morse/morse.6
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2004-05-11 11:11:14 +0000
committerdds <dds@FreeBSD.org>2004-05-11 11:11:14 +0000
commit104658ee3ed8e728c07ec133d8c3e6af16416017 (patch)
tree614863a7ea421c803f0c8f39b1d4effe6a5a4a91 /games/morse/morse.6
parentb581d18d3fbfc1ff0ecb3f7b06dc6a7e219a742b (diff)
downloadFreeBSD-src-104658ee3ed8e728c07ec133d8c3e6af16416017.zip
FreeBSD-src-104658ee3ed8e728c07ec133d8c3e6af16416017.tar.gz
Add Greek character encoding suport.
MFC after: 2 weeks
Diffstat (limited to 'games/morse/morse.6')
-rw-r--r--games/morse/morse.628
1 files changed, 14 insertions, 14 deletions
diff --git a/games/morse/morse.6 b/games/morse/morse.6
index 74aa5eb..235d954 100644
--- a/games/morse/morse.6
+++ b/games/morse/morse.6
@@ -33,7 +33,7 @@
.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93
.\" $FreeBSD$
.\"
-.Dd December 7, 2000
+.Dd May 11, 2004
.Dt MORSE 6
.Os
.Sh NAME
@@ -143,20 +143,20 @@ minor glitch that is generated during program startup.
speaker device file
.El
.Sh ENVIRONMENT
-If your
+Your
.Ev LC_CTYPE
-locale codeset is
-.Ql KOI8-R ,
-characters with the high-order bit set are interpreted as
-Cyrillic characters. If your
-.Ev LC_CTYPE
-locale codeset is
-.Ql ISO8859-1
-compatible,
-they are interpreted
-as belonging to the
-.Ql ISO-8859-1
-character set.
+locale codeset determines how
+characters with the high-order bit set
+are interpreted.
+.Bl -tag -width ".Li ISO8859-15" -compact
+.It Li ISO8859-1
+.It Li ISO8859-15
+Interpret characters with the high-order bit set as Western European characters.
+.It Li KOI8-R
+Interpret characters with the high-order bit set as Cyrillic characters.
+.It Li ISO8859-7
+Interpret characters with the high-order bit set as Greek characters.
+.El
.Sh SEE ALSO
.Xr speaker 4
.Sh HISTORY
OpenPOWER on IntegriCloud