[BusyBox 0001036]: "ipcs" full help message has some typo error

bugs at busybox.net bugs at busybox.net
Wed Sep 20 15:57:17 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1036 
====================================================================== 
Reported By:                rockeychu
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1036
Category:                   Documentation
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             09-19-2006 18:59 PDT
Last Modified:              09-20-2006 08:57 PDT
====================================================================== 
Summary:                    "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 ] }"

====================================================================== 

---------------------------------------------------------------------- 
 bernhardf - 09-20-06 08:57  
---------------------------------------------------------------------- 
Fixed in r16163. Thanks for pointing this out. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-19-06 18:59  rockeychu      New Issue                                    
09-19-06 18:59  rockeychu      Status                   new => assigned     
09-19-06 18:59  rockeychu      Assigned To               => BusyBox         
09-20-06 08:57  bernhardf      Status                   assigned => closed  
09-20-06 08:57  bernhardf      Note Added: 0001642                          
======================================================================




More information about the busybox-cvs mailing list