From fbb9798101150795b2c26c38a816b21a36678ccb Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Tue, 26 Mar 2013 14:50:18 +0100 Subject: [PATCH] few usage/man page fixes --- psutils-manpage.patch | 29 +++++++++++++++++++++++++++-- psutils.spec | 4 ++-- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/psutils-manpage.patch b/psutils-manpage.patch index b26053e..2735870 100644 --- a/psutils-manpage.patch +++ b/psutils-manpage.patch @@ -1,5 +1,30 @@ ---- psutils/psresize.man.manpage 2005-01-10 09:34:14.228278061 +0000 -+++ psutils/psresize.man 2005-01-10 09:35:09.361747816 +0000 +diff -up psutils/epsffit.c.manpage psutils/epsffit.c +--- psutils/epsffit.c.manpage 2013-03-26 14:29:40.000000000 +0100 ++++ psutils/epsffit.c 2013-03-26 14:31:09.828141988 +0100 +@@ -34,7 +34,7 @@ static void usage(void) + { + fprintf(stderr, "%s release %d patchlevel %d\n", program, RELEASE, PATCHLEVEL); + fprintf(stderr, "Copyright (C) Angus J. C. Duggan, 1991-1995. See file LICENSE for details.\n"); +- fprintf(stderr, "Usage: %s [-c] [-r] [-a] [-s] llx lly urx ury [infile [outfile]]\n", ++ fprintf(stderr, "Usage: %s [-c] [-r] [-a] [-m] [-s] llx lly urx ury [infile [outfile]]\n", + program); + exit(1); + } +diff -up psutils/psnup.man.manpage psutils/psnup.man +--- psutils/psnup.man.manpage 2013-03-26 14:29:40.000000000 +0100 ++++ psutils/psnup.man 2013-03-26 14:37:24.109882610 +0100 +@@ -32,7 +32,7 @@ psnup \- multiple pages per sheet + ] [ + .B \-s\fIscale\fR + ] [ +-.B \-\fInup\fR ++.B \-n\fIup\fR + ] [ + .B \-q + ] [ +diff -up psutils/psresize.man.manpage psutils/psresize.man +--- psutils/psresize.man.manpage 2013-03-26 14:29:40.193375608 +0100 ++++ psutils/psresize.man 2013-03-26 14:29:40.199375526 +0100 @@ -1,6 +1,6 @@ .TH PSRESIZE 1 "PSUtils Release @RELEASE@ Patchlevel @PATCHLEVEL@" .SH NAME diff --git a/psutils.spec b/psutils.spec index 19eb12e..127c380 100644 --- a/psutils.spec +++ b/psutils.spec @@ -101,8 +101,8 @@ make -f Makefile.unix \ %changelog -* Thu Feb 14 2013 Fedora Release Engineering - 1.17-41 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild +* Tue Mar 26 2013 Jiri Popelka - 1.17-41 +- few usage/man page fixes * Thu Nov 29 2012 Jiri Popelka - 1.17-40 - fix dist tag and URL