| Anonymous | Login | Signup for a new account | 11-10-2008 11:06 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001036 | [BusyBox] Documentation | minor | always | 09-19-06 18:59 | 09-20-06 08:57 | ||||
| Reporter | rockeychu | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001036: "ipcs" full help message has some typo error | ||||||||
| Description |
--- busybox_org/include/usage.h 2006-09-20 09:50:03.240580000 +0800 +++ busybox/include/usage.h 2006-09-20 09:49:31.520580000 +0800 @@ -1451,9 +1451,9 @@ "Output format:\n" \ "\t-t\ttime\n" \ "\t-p\tpid\n" \ - "\t-s\tcreator\n" \ - "\t-a\tlimits\n" \ - "\t-i\tsummary" + "\t-c\tcreator\n" \ + "\t-l\tlimits\n" \ + "\t-u\tsummary" #define iplink_trivial_usage \ "{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }" |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |