FreeBSD Bugzilla – Attachment 14383 Details for
Bug 27010
kbdcontrol(1) gives wrong usage info
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.02 KB, created by
Alex Kapranoff
on 2001-05-01 14:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alex Kapranoff
Created:
2001-05-01 14:50:01 UTC
Size:
1.02 KB
patch
obsolete
>--- /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c Mon Mar 12 10:18:30 2001 >+++ kbdcontrol.c Tue May 1 17:19:24 2001 >@@ -888,7 +888,7 @@ > pitch = strtol(opt, &v1, 0); > if ((pitch < 0) || (*opt == '\0') || (*v1 != '\0')) { > badopt: >- warnx("argument to -b must be DURATION.PITCH"); >+ warnx("argument to -b must be duration.pitch or [quiet.]visual|normal|off"); > return; > } > if (pitch != 0) >@@ -930,7 +930,7 @@ > repeat = strtol(opt, &v1, 0); > if ((repeat < 0) || (*opt == '\0') || (*v1 != '\0')) { > badopt: >- warnx("argument to -r must be delay.repeat"); >+ warnx("argument to -r must be delay.repeat or slow|normal|fast"); > return; > } > for (n = 0; n < ndelays - 1; n++) >@@ -1065,7 +1065,7 @@ > usage() > { > fprintf(stderr, "%s\n%s\n%s\n", >-"usage: kbdcontrol [-dFKix] [-b duration.pitch | [quiet.]belltype]", >+"usage: kbdcontrol [-dFKix] [-b duration.pitch | [quiet.]belltype]", > " [-r delay.repeat | speed] [-l mapfile] [-f # string]", > " [-h size] [-k device] [-L mapfile]"); > exit(1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27010
: 14383