summaryrefslogtreecommitdiffstats
path: root/contrib/groff/nroff
diff options
context:
space:
mode:
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