[PATCH] Fix minor typo in xsetpointer usage statement.

Alan Coopersmith alan.coopersmith at oracle.com
Tue Nov 29 15:32:23 PST 2011


On 11/29/11 15:30, Bryce Harrington wrote:
> Remove extraneous right parens in usage docs.
>
> Signed-off-by: Bryce Harrington<bryce at canonical.com>
> ---
>   xsetpointer.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/xsetpointer.c b/xsetpointer.c
> index 8ffbaa5..566b9f4 100644
> --- a/xsetpointer.c
> +++ b/xsetpointer.c
> @@ -75,7 +75,7 @@ main(int argc, char * argv[])
>     int                major, evt, err; /* event version, etc */
>
>     if (argc<  2 || argc>  3) {
> -    fprintf(stderr, "usage : %s (-l | -c | +c )<device name>)\n", argv[0]);
> +    fprintf(stderr, "usage : %s (-l | -c | +c )<device name>\n", argv[0]);
>       exit(1);
>     }

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list