mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Inappropriate commment for -i option.
This commit is contained in:
parent
35e42bac95
commit
6886e4d9be
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49008
@ -26,7 +26,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$Id: pccardd.c,v 1.2 1998/03/09 05:18:58 hosokawa Exp $";
|
||||
"$Id: pccardd.c,v 1.3 1999/06/17 21:07:59 markm Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
@ -65,7 +65,7 @@ main(int argc, char *argv[])
|
||||
config_file = optarg;
|
||||
break;
|
||||
case 'i':
|
||||
/* supress specified irq */
|
||||
/* configure available irq */
|
||||
if (sscanf(optarg, "%d", &i) != 1) {
|
||||
fprintf(stderr, "%s: -i number\n", argv[0]);
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user