Blame SOURCES/psutils-manpage.patch
|
|
67b279 |
diff -up psutils/epsffit.c.manpage psutils/epsffit.c
|
|
|
67b279 |
--- psutils/epsffit.c.manpage 2013-03-26 14:29:40.000000000 +0100
|
|
|
67b279 |
+++ psutils/epsffit.c 2013-03-26 14:31:09.828141988 +0100
|
|
|
67b279 |
@@ -34,7 +34,7 @@ static void usage(void)
|
|
|
67b279 |
{
|
|
|
67b279 |
fprintf(stderr, "%s release %d patchlevel %d\n", program, RELEASE, PATCHLEVEL);
|
|
|
67b279 |
fprintf(stderr, "Copyright (C) Angus J. C. Duggan, 1991-1995. See file LICENSE for details.\n");
|
|
|
67b279 |
- fprintf(stderr, "Usage: %s [-c] [-r] [-a] [-s] llx lly urx ury [infile [outfile]]\n",
|
|
|
67b279 |
+ fprintf(stderr, "Usage: %s [-c] [-r] [-a] [-m] [-s] llx lly urx ury [infile [outfile]]\n",
|
|
|
67b279 |
program);
|
|
|
67b279 |
exit(1);
|
|
|
67b279 |
}
|
|
|
67b279 |
diff -up psutils/psnup.man.manpage psutils/psnup.man
|
|
|
67b279 |
--- psutils/psnup.man.manpage 2013-03-26 14:29:40.000000000 +0100
|
|
|
67b279 |
+++ psutils/psnup.man 2013-03-26 14:37:24.109882610 +0100
|
|
|
67b279 |
@@ -32,7 +32,7 @@ psnup \- multiple pages per sheet
|
|
|
67b279 |
] [
|
|
|
67b279 |
.B \-s\fIscale\fR
|
|
|
67b279 |
] [
|
|
|
67b279 |
-.B \-\fInup\fR
|
|
|
67b279 |
+.B \-n\fIup\fR
|
|
|
67b279 |
] [
|
|
|
67b279 |
.B \-q
|
|
|
67b279 |
] [
|
|
|
67b279 |
diff -up psutils/psresize.man.manpage psutils/psresize.man
|
|
|
67b279 |
--- psutils/psresize.man.manpage 2013-03-26 14:29:40.193375608 +0100
|
|
|
67b279 |
+++ psutils/psresize.man 2013-03-26 14:29:40.199375526 +0100
|
|
|
67b279 |
@@ -1,6 +1,6 @@
|
|
|
67b279 |
.TH PSRESIZE 1 "PSUtils Release @RELEASE@ Patchlevel @PATCHLEVEL@"
|
|
|
67b279 |
.SH NAME
|
|
|
67b279 |
-psresize \- multiple pages per sheet
|
|
|
67b279 |
+psresize \- rescale and centre the pages of a PostScript file
|
|
|
67b279 |
.SH SYNOPSIS
|
|
|
67b279 |
.B psresize
|
|
|
67b279 |
[
|