summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-11-09 23:30:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-11-09 23:30:35 +0000
commitebabaa35daabaa0b862617063e290eef13e3a25e (patch)
tree237170e503337884e08421024167fa8e6de91dd0 /gnu/usr.bin
parent3091fc43ca78a9676ce11c9d402eb3fda4f52a92 (diff)
permit -Tps; aaron ok
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/groff/nroff/nroff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/nroff/nroff.sh b/gnu/usr.bin/groff/nroff/nroff.sh
index ee4e332c910..76ccf1cb4e2 100644
--- a/gnu/usr.bin/groff/nroff/nroff.sh
+++ b/gnu/usr.bin/groff/nroff/nroff.sh
@@ -29,7 +29,7 @@ do
opts="$opts $1";
;;
- -Tascii|-Tlatin1)
+ -Tascii|-Tlatin1|-Tps)
T=$1
;;
-T*)