summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-10-31 19:32:29 +0000
committerwlemb <wlemb>2003-10-31 19:32:29 +0000
commitbac6fd747f8792d3cc728d113c4c8f7945509efe (patch)
tree8b50d11858645b0472eaebe3a00ea60dea6adece /contrib
parentedd6917ddc5fb212c5dcf953bef3ae9172c9bcb6 (diff)
downloadgroff-bac6fd747f8792d3cc728d113c4c8f7945509efe.tar.gz
* src/devices/grops/grops.man: Improve section on creating EPS.
* contrib/pic2graph/pic2graph.sh: Fix typo (-P-letter -> -P-pletter).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pic2graph/pic2graph.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pic2graph/pic2graph.sh b/contrib/pic2graph/pic2graph.sh
index 4189a336..18a78818 100644
--- a/contrib/pic2graph/pic2graph.sh
+++ b/contrib/pic2graph/pic2graph.sh
@@ -32,7 +32,7 @@
# We don't have complete option coverage on eqn because this is primarily
# intended as a pic translator; we can live with eqn defaults.
#
-# $Id: pic2graph.sh,v 1.4 2003/10/28 07:46:24 wlemb Exp $
+# $Id: pic2graph.sh,v 1.5 2003/10/31 19:32:36 wlemb Exp $
#
groffpic_opts=""
gs_opts=""
@@ -94,7 +94,7 @@ trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 2 15
# 3. Process through groff to emit Postscript.
# 4. Use convert(1) to crop the PostScript and turn it into a bitmap.
(echo ".EQ"; echo $eqndelim; echo ".EN"; echo ".PS"; cat; echo ".PE") | \
- groff -e -p $groffpic_opts -Tps -P-letter > $tmp/pic2graph.ps \
+ groff -e -p $groffpic_opts -Tps -P-pletter > $tmp/pic2graph.ps \
&& convert -crop 0x0 $convert_opts $tmp/pic2graph.ps $tmp/pic2graph.$format \
&& cat $tmp/pic2graph.$format