plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit c8c0df440f1a22effd43023368c801e1351e31ed
parent f69a6ff541fc1aba9cc5c968524306a52e8842f0
Author: rsc <devnull@localhost>
Date:   Sun, 22 Aug 2004 15:39:10 +0000

Seems like -swap is needed for landscape
from dvips, which seems like a common case.

Diffstat:
Mbin/psv | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/psv b/bin/psv @@ -1,3 +1,3 @@ #!/bin/sh -gv -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@" +gv -swap -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@"