aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-20 15:56:53 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-20 15:56:53 +0000
commitbdaf1e7c5f2a2dbbd189f5d1a935fd324743cae2 (patch)
tree0bb4daa87360f98aa92d9311ea0720629f20a640 /include/usage.h
parent58127a71932cd2de230afd20b0f30f85e61e3e6d (diff)
downloadbusybox-w32-bdaf1e7c5f2a2dbbd189f5d1a935fd324743cae2.tar.gz
busybox-w32-bdaf1e7c5f2a2dbbd189f5d1a935fd324743cae2.tar.bz2
busybox-w32-bdaf1e7c5f2a2dbbd189f5d1a935fd324743cae2.zip
- fix documentation for the command-line options of ipcs. Closes #1036
git-svn-id: svn://busybox.net/trunk/busybox@16163 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index 9da1bbd94..6ef7f1ecf 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1440,7 +1440,7 @@ USE_FEATURE_DATE_ISOFMT( \
1440 "\t-[sS]\tRemove the semaphore" 1440 "\t-[sS]\tRemove the semaphore"
1441 1441
1442#define ipcs_trivial_usage \ 1442#define ipcs_trivial_usage \
1443 "[[-smq] -i shmid] | [[-asmq] [-tclup]]" 1443 "[[-smq] -i shmid] | [[-asmq] [-tcplu]]"
1444#define ipcs_full_usage \ 1444#define ipcs_full_usage \
1445 "\t-i\tspecify a specific resource id\n" \ 1445 "\t-i\tspecify a specific resource id\n" \
1446 "Resource specification:\n" \ 1446 "Resource specification:\n" \
@@ -1450,10 +1450,10 @@ USE_FEATURE_DATE_ISOFMT( \
1450 "\t-a\tall (default)\n" \ 1450 "\t-a\tall (default)\n" \
1451 "Output format:\n" \ 1451 "Output format:\n" \
1452 "\t-t\ttime\n" \ 1452 "\t-t\ttime\n" \
1453 "\t-c\tcreator\n" \
1453 "\t-p\tpid\n" \ 1454 "\t-p\tpid\n" \
1454 "\t-s\tcreator\n" \ 1455 "\t-l\tlimits\n" \
1455 "\t-a\tlimits\n" \ 1456 "\t-u\tsummary"
1456 "\t-i\tsummary"
1457 1457
1458#define iplink_trivial_usage \ 1458#define iplink_trivial_usage \
1459 "{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }" 1459 "{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }"