| Anonymous | Login | Signup for a new account | 11-10-2008 12:37 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 | ||||
| 0004434 | [BusyBox] Documentation | minor | always | 08-01-08 00:18 | 09-26-08 18:09 | ||||
| Reporter | Araneidae | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0004434: Minor error in start_stop_daemon usage string | ||||||||
| Description |
The documentation for the -S and -K options are exchanged. |
||||||||
| Additional Information |
diff --git a/include/usage.h b/include/usage.h index ceac6d0..3d526c7 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3640,8 +3640,8 @@ "[OPTIONS] [-S|-K] ... [-- arguments...]" #define start_stop_daemon_full_usage "\n\n" \ "Search for matching processes, and then\n" \ - "-S: stop all matching processes.\n" \ - "-K: start a process unless a matching process is found.\n" \ + "-S: start a process unless a matching process is found.\n" \ + "-K: stop all matching processes.\n" \ USE_GETOPT_LONG( \ "\nProcess matching:" \ "\n -u,--user USERNAME|UID Match only this user's processes" \ |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0010194) vda 08-03-08 12:23 |
Fixed in svn, thanks. |
|
(0012234) vda 09-26-08 18:09 |
I guess you are talking about 1.11.2. Made a fix: http://busybox.net/downloads/fixes-1.11.2/busybox-1.11.2-ssd.patch [^] Thanks! |
| Copyright © 2000 - 2006 Mantis Group |