From c7cfec6242e57cec4e4ad106a53a327f319cdc8d Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Fri, 15 Nov 1996 17:29:24 +0000
Subject: [PATCH] [project @ 1996-11-15 17:29:21 by sof] Documented width
 restriction when generating eps files

---
 ghc/utils/hp2ps/Error.c | 2 +-
 ghc/utils/hp2ps/hp2ps.1 | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ghc/utils/hp2ps/Error.c b/ghc/utils/hp2ps/Error.c
index 649c82be92a3..784420419b00 100644
--- a/ghc/utils/hp2ps/Error.c
+++ b/ghc/utils/hp2ps/Error.c
@@ -40,7 +40,7 @@ Usage(str)
    printf("usage: %s -b -d -ef -g -i -p -mn -p -s -tf -y [file[.hp]]\n", programname);
    printf("where -b  use large title box\n");
    printf("      -d  sort by standard deviation\n"); 
-   printf("      -ef[in|mm|pt] produce Encapsulated PostScript f units wide\n");
+   printf("      -ef[in|mm|pt] produce Encapsulated PostScript f units wide (f > 2 inches)\n");
    printf("      -g  produce output suitable for GHOSTSCRIPT previever\n");
    printf("      -i[+|-] sort by identifier string (-i+ gives greatest on top) \n"); 
    printf("      -mn print maximum of n bands (default & max 20)\n");
diff --git a/ghc/utils/hp2ps/hp2ps.1 b/ghc/utils/hp2ps/hp2ps.1
index fa81d34a5243..fd0bca0234b4 100644
--- a/ghc/utils/hp2ps/hp2ps.1
+++ b/ghc/utils/hp2ps/hp2ps.1
@@ -74,6 +74,8 @@ The resulting \*(PS file conforms to the
 (EPS) convention, and it can be included in a LaTeX document using Rokicki's 
 dvi-to-\*(PS converter
 .B dvips.
+.B hp2ps
+requires the width to exceed 2 inches.
 .IP "\fB\-g\fP" 
 Create output suitable for the
 .B gs
-- 
GitLab