svn commit: trunk/busybox/include

aldot at busybox.net aldot at busybox.net
Wed Sep 20 15:56:53 UTC 2006


Author: aldot
Date: 2006-09-20 08:56:53 -0700 (Wed, 20 Sep 2006)
New Revision: 16163

Log:
- fix documentation for the command-line options of ipcs. Closes #1036


Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2006-09-20 15:29:13 UTC (rev 16162)
+++ trunk/busybox/include/usage.h	2006-09-20 15:56:53 UTC (rev 16163)
@@ -1440,7 +1440,7 @@
 	"\t-[sS]\tRemove the semaphore"
 
 #define ipcs_trivial_usage \
-	"[[-smq] -i shmid] | [[-asmq] [-tclup]]"
+	"[[-smq] -i shmid] | [[-asmq] [-tcplu]]"
 #define ipcs_full_usage \
 	"\t-i\tspecify a specific resource id\n" \
 	"Resource specification:\n" \
@@ -1450,10 +1450,10 @@
 	"\t-a\tall (default)\n" \
 	"Output format:\n" \
 	"\t-t\ttime\n" \
+	"\t-c\tcreator\n" \
 	"\t-p\tpid\n" \
-	"\t-s\tcreator\n" \
-	"\t-a\tlimits\n" \
-	"\t-i\tsummary"
+	"\t-l\tlimits\n" \
+	"\t-u\tsummary"
 
 #define iplink_trivial_usage \
 	"{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }"




More information about the busybox-cvs mailing list