mirror of https://github.com/mirror/busybox.git
- fix documentation for the command-line options of ipcs. Closes #1036
parent
a6585774f9
commit
d1f939eaf3
|
@ -1440,7 +1440,7 @@ USE_FEATURE_DATE_ISOFMT( \
|
||||||
"\t-[sS]\tRemove the semaphore"
|
"\t-[sS]\tRemove the semaphore"
|
||||||
|
|
||||||
#define ipcs_trivial_usage \
|
#define ipcs_trivial_usage \
|
||||||
"[[-smq] -i shmid] | [[-asmq] [-tclup]]"
|
"[[-smq] -i shmid] | [[-asmq] [-tcplu]]"
|
||||||
#define ipcs_full_usage \
|
#define ipcs_full_usage \
|
||||||
"\t-i\tspecify a specific resource id\n" \
|
"\t-i\tspecify a specific resource id\n" \
|
||||||
"Resource specification:\n" \
|
"Resource specification:\n" \
|
||||||
|
@ -1450,10 +1450,10 @@ USE_FEATURE_DATE_ISOFMT( \
|
||||||
"\t-a\tall (default)\n" \
|
"\t-a\tall (default)\n" \
|
||||||
"Output format:\n" \
|
"Output format:\n" \
|
||||||
"\t-t\ttime\n" \
|
"\t-t\ttime\n" \
|
||||||
|
"\t-c\tcreator\n" \
|
||||||
"\t-p\tpid\n" \
|
"\t-p\tpid\n" \
|
||||||
"\t-s\tcreator\n" \
|
"\t-l\tlimits\n" \
|
||||||
"\t-a\tlimits\n" \
|
"\t-u\tsummary"
|
||||||
"\t-i\tsummary"
|
|
||||||
|
|
||||||
#define iplink_trivial_usage \
|
#define iplink_trivial_usage \
|
||||||
"{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }"
|
"{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }"
|
||||||
|
|
Loading…
Reference in New Issue