summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-09-08 00:28:32 +0000
committerpst <pst@FreeBSD.org>1996-09-08 00:28:32 +0000
commit0d8a61c2c496631a6fe92fab6cd3eafe1d242acf (patch)
tree88df65c8a949ee3a300643bd03ccb826feeddc0a /contrib/groff/src
parent129fbb12508c6c08bd76527ec986bba2f4168deb (diff)
downloadFreeBSD-src-0d8a61c2c496631a6fe92fab6cd3eafe1d242acf.zip
FreeBSD-src-0d8a61c2c496631a6fe92fab6cd3eafe1d242acf.tar.gz
Add Russian language / koi8-r font support.
Original author: ache
Diffstat (limited to 'contrib/groff/src')
-rw-r--r--contrib/groff/src/devices/grotty/grotty.man27
-rw-r--r--contrib/groff/src/roff/groff/groff.man7
-rw-r--r--contrib/groff/src/roff/nroff/nroff.man2
-rwxr-xr-xcontrib/groff/src/roff/nroff/nroff.sh2
4 files changed, 17 insertions, 21 deletions
diff --git a/contrib/groff/src/devices/grotty/grotty.man b/contrib/groff/src/devices/grotty/grotty.man
index d8d6ebd..4a109ce 100644
--- a/contrib/groff/src/devices/grotty/grotty.man
+++ b/contrib/groff/src/devices/grotty/grotty.man
@@ -39,7 +39,8 @@ should invoked by using the
.B groff
command
with a
-.B \-Tascii
+.BR \-Tascii ,
+.B \-Tkoi8-r
or
.B \-Tlatin1
option.
@@ -118,7 +119,8 @@ Search the directory
for font and device description files;
.I name
is the name of the device, usually
-.B ascii
+.BR ascii ,
+.B koi8-r
or
.BR latin1 .
.TP
@@ -167,28 +169,18 @@ characters.
Print the version number.
.SH FILES
.TP
-.B @FONTDIR@/devascii/DESC
+.B @FONTDIR@/dev\fIname\fB/DESC
Device description file for
-.B ascii
+.I name
device.
.TP
-.B @FONTDIR@/devascii/ F
+.BI @FONTDIR@/dev\fIname\fB/ F
Font description file for font
.I F
of
-.B ascii device.
-.TP
-.B @FONTDIR@/devlatin1/DESC
-Device description file for
-.B latin1
+.I name
device.
.TP
-.B @FONTDIR@/devlatin1/ F
-Font description file for font
-.I F
-of
-.B latin1 device.
-.TP
.B @MACRODIR@/tmac.tty
Macros for use with
.BR grotty .
@@ -217,5 +209,4 @@ cannot be printed.
.BR groff_font (@MAN5EXT@),
.BR groff_char (@MAN7EXT@),
.BR ul (1),
-.BR more (1),
-.BR less (1)
+.BR more (1)
diff --git a/contrib/groff/src/roff/groff/groff.man b/contrib/groff/src/roff/groff/groff.man
index f476181..ab12494 100644
--- a/contrib/groff/src/roff/groff/groff.man
+++ b/contrib/groff/src/roff/groff/groff.man
@@ -100,6 +100,9 @@ For typewriter-like devices
.TP
.B latin1
For typewriter-like devices using the ISO Latin-1 character set.
+.TP
+.B koi8-r
+For typewriter-like devices using the russian KOI8-R character set.
.LP
The postprocessor to be used for a device is specified by the
.B postpro
@@ -383,7 +386,7 @@ The most recent released version of groff is always available for
anonymous ftp from prep.ai.mit.edu (18.71.0.38) in the directory
pub/gnu.
.SH "SEE ALSO"
-.BR grog (@MAN1EXT@),
+.\" .BR grog (@MAN1EXT@),
.BR @g@troff (@MAN1EXT@),
.BR @g@tbl (@MAN1EXT@),
.BR @g@pic (@MAN1EXT@),
@@ -393,7 +396,7 @@ pub/gnu.
.BR grops (@MAN1EXT@),
.BR grodvi (@MAN1EXT@),
.BR grotty (@MAN1EXT@),
-.BR gxditview (@MAN1EXT@),
+.\" .BR gxditview (@MAN1EXT@),
.BR groff_font (@MAN5EXT@),
.BR groff_out (@MAN5EXT@),
.BR groff_ms (@MAN7EXT@),
diff --git a/contrib/groff/src/roff/nroff/nroff.man b/contrib/groff/src/roff/nroff/nroff.man
index 38ae083..31bab23 100644
--- a/contrib/groff/src/roff/nroff/nroff.man
+++ b/contrib/groff/src/roff/nroff/nroff.man
@@ -57,6 +57,8 @@ option with an argument other than
.B ascii
and
.B latin1
+and
+.B koi8-r
will be ignored.
The
.B \-h
diff --git a/contrib/groff/src/roff/nroff/nroff.sh b/contrib/groff/src/roff/nroff/nroff.sh
index 7933025..5c6100e 100755
--- a/contrib/groff/src/roff/nroff/nroff.sh
+++ b/contrib/groff/src/roff/nroff/nroff.sh
@@ -28,7 +28,7 @@ do
opts="$opts $1";
;;
- -Tascii|-Tlatin1)
+ -Tascii|-Tlatin1|-Tkoi8-r)
T=$1
;;
-T*)
OpenPOWER on IntegriCloud