diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h index ced9f68c7..0f95708c5 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1426,12 +1426,12 @@ USE_FEATURE_DATE_ISOFMT( \ | |||
1426 | #define ipcrm_trivial_usage \ | 1426 | #define ipcrm_trivial_usage \ |
1427 | "[-[MQS] key] [-[mqs] id]" | 1427 | "[-[MQS] key] [-[mqs] id]" |
1428 | #define ipcrm_full_usage \ | 1428 | #define ipcrm_full_usage \ |
1429 | "The upper-case options MQS are used to remove a shared memory\n" \ | 1429 | "The upper-case options MQS are used to remove a shared memory segment by a\n" \ |
1430 | "segment by an shmkey value. The lower-case options mqs are used\n" \ | 1430 | "segment by a shmkey value. The lower-case options mqs are used\n" \ |
1431 | "to remove a segment by shmid value.\n" \ | 1431 | "to remove a segment by shmid value.\n" \ |
1432 | "\t-m | -M\tRemove the memory segment after the last detach\n" \ | 1432 | "\t-[mM]\tRemove the memory segment after the last detach\n" \ |
1433 | "\t-q | -Q\tRemove the message queue\n" \ | 1433 | "\t-[qQ]\tRemove the message queue\n" \ |
1434 | "\t-s | -S\tRemove the semaphore" | 1434 | "\t-[sS]\tRemove the semaphore" |
1435 | 1435 | ||
1436 | #define ipcs_trivial_usage \ | 1436 | #define ipcs_trivial_usage \ |
1437 | "[[-smq] -i shmid] | [[-asmq] [-tclup]]" | 1437 | "[[-smq] -i shmid] | [[-asmq] [-tclup]]" |