BusyBox Bug and Patch Tracking
BusyBox
  

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

- Relationships

- 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!
 

- Issue History
Date Modified Username Field Change
08-01-08 00:18 Araneidae New Issue
08-01-08 00:18 Araneidae Status new => assigned
08-01-08 00:18 Araneidae Assigned To  => BusyBox
08-03-08 12:23 vda Status assigned => closed
08-03-08 12:23 vda Note Added: 0010194
08-03-08 12:23 vda Resolution open => fixed
09-26-08 18:09 vda Note Added: 0012234


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker