Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 1998 15:37:31 +0900 (JST)
From:      amakawa@sf.t.u-tokyo.ac.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/8315: [PATCH] a bug in the usage string (-i option)
Message-ID:  <199810140637.PAA04007@nebula.sf.t.u-tokyo.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         8315
>Category:       bin
>Synopsis:       [PATCH] a bug in the usage string (-i option)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 13 23:40:01 PDT 1998
>Last-Modified:
>Originator:     Amakawa Shuhei
>Organization:
Univ. of Tokyo
>Release:        FreeBSD 2.2.7-RELEASE i386
>Environment:

FreeBSD 2.2.7-RELEASE i386

>Description:

moused prints wrong usage of the `-i' option.

>How-To-Repeat:

/usr/sbin/moused

>Fix:
	
*** moused.c.orig	Fri Mar 13 20:21:18 1998
--- moused.c	Wed Oct 14 14:50:15 1998
***************
*** 756,762 ****
      fprintf(stderr, "%s\n%s\n%s\n",
          "usage: moused [-3DRcdfs] [-I file] [-F rate] [-r resolution] [-S baudrate]",
  	"              [-C threshold] [-m N=M] [-z N] [-t <mousetype>] -p <port>",
! 	"       moused [-d] -i -p <port>");
      exit(1);
  }
  
--- 756,762 ----
      fprintf(stderr, "%s\n%s\n%s\n",
          "usage: moused [-3DRcdfs] [-I file] [-F rate] [-r resolution] [-S baudrate]",
  	"              [-C threshold] [-m N=M] [-z N] [-t <mousetype>] -p <port>",
! 	"       moused [-d] -i <info> -p <port>");
      exit(1);
  }
  
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810140637.PAA04007>