summaryrefslogtreecommitdiffstats
path: root/contrib/groff/nroff
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/nroff
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/nroff')
-rw-r--r--contrib/groff/nroff/nroff.man2
-rwxr-xr-xcontrib/groff/nroff/nroff.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/contrib/groff/nroff/nroff.man b/contrib/groff/nroff/nroff.man
index 38ae083..31bab23 100644
--- a/contrib/groff/nroff/nroff.man
+++ b/contrib/groff/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/nroff/nroff.sh b/contrib/groff/nroff/nroff.sh
index 7933025..5c6100e 100755
--- a/contrib/groff/nroff/nroff.sh
+++ b/contrib/groff/nroff/nroff.sh
@@ -28,7 +28,7 @@ do
opts="$opts $1";
;;
- -Tascii|-Tlatin1)
+ -Tascii|-Tlatin1|-Tkoi8-r)
T=$1
;;
-T*)
OpenPOWER on IntegriCloud