You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- a/psmark.c
|
|
|
|
+++ b/psmark.c
|
|
|
|
@@ -97,9 +97,9 @@
|
|
|
|
progname);
|
|
|
|
fprintf(stderr,"example:\n %s -i test.ps -o output.ps -b 0.4 -s 15 \"vertical label\""
|
|
|
|
"\n\n",progname);
|
|
|
|
- fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but
|
|
|
|
- they are not in sync with the page corner: some fiddling is required
|
|
|
|
- to get text to appear right in the corner.\n"
|
|
|
|
+ fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but\n"
|
|
|
|
+ "they are not in sync with the page corner: some fiddling is required\n"
|
|
|
|
+ "to get text to appear right in the corner.\n"
|
|
|
|
);
|
|
|
|
|
|
|
|
exit(error ? EXIT_FAILURE : EXIT_SUCCESS);
|