diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-09 23:30:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-09 23:30:35 +0000 |
commit | ebabaa35daabaa0b862617063e290eef13e3a25e (patch) | |
tree | 237170e503337884e08421024167fa8e6de91dd0 | |
parent | 3091fc43ca78a9676ce11c9d402eb3fda4f52a92 (diff) |
permit -Tps; aaron ok
-rw-r--r-- | gnu/usr.bin/groff/nroff/nroff.sh | 2 |
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*) |