aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-20 15:56:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-20 15:56:53 +0000
commitd1f939eaf3ea4eb2b68aefeade2069837137a738 (patch)
tree0bb4daa87360f98aa92d9311ea0720629f20a640
parenta6585774f99e4975126872bd8343d35ce2607c2c (diff)
downloadbusybox-w32-d1f939eaf3ea4eb2b68aefeade2069837137a738.tar.gz
busybox-w32-d1f939eaf3ea4eb2b68aefeade2069837137a738.tar.bz2
busybox-w32-d1f939eaf3ea4eb2b68aefeade2069837137a738.zip
- fix documentation for the command-line options of ipcs. Closes #1036
-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 ] }"