DragonFly kernel List (threaded) for 2005-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: sasc re-write
On Sun, 16 Jan 2005 18:09:57 +0000, Liam J Foy <liamfoy@xxxxxxxxxxxxx> wrote:
> The following patch is a total re-write of the sasc(1)
> program. If no one has any complaints, I will commit it
> time soon.
>
> --- sasc.c 5 Jan 2005 00:34:36 -0000 1.4
> +++ sasc.c 15 Jan 2005 21:20:24 -0000
> @@ -1,7 +1,8 @@
> [...]
> static void
> usage(void)
> {
> fprintf(stderr,
> -"usage: sasc [-sq] [-f file] [-r dpi] [-w width] [-h height] \
> -[-b len] [-t time]\n");
> + "usage: sasc [-sq] [-f file] [-r dpi] [-w width] [-h height]\n"
> + "[-b len] [-t time]\n");
> exit(1);
> }
Is the added line break here really intended? There should be enough
space on one line to have all the options.
--
Andreas
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]