summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcmk.1
diff options
context:
space:
mode:
authorPeter Breitenlohner2009-07-22 11:17:42 +0200
committerKarel Zak2009-08-17 12:11:05 +0200
commit1c5115a9452674cfcb2f4e7525e47d043f1d2cab (patch)
tree4885809fb73aecdf1f623a6d2f3922d185003efb /sys-utils/ipcmk.1
parentdmesg.1: formatting (diff)
downloadkernel-qcow2-util-linux-1c5115a9452674cfcb2f4e7525e47d043f1d2cab.tar.gz
kernel-qcow2-util-linux-1c5115a9452674cfcb2f4e7525e47d043f1d2cab.tar.xz
kernel-qcow2-util-linux-1c5115a9452674cfcb2f4e7525e47d043f1d2cab.zip
ipcmk.1: formatting
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Diffstat (limited to 'sys-utils/ipcmk.1')
-rw-r--r--sys-utils/ipcmk.124
1 files changed, 18 insertions, 6 deletions
diff --git a/sys-utils/ipcmk.1 b/sys-utils/ipcmk.1
index 640c2e857..d3af47e6e 100644
--- a/sys-utils/ipcmk.1
+++ b/sys-utils/ipcmk.1
@@ -4,22 +4,31 @@
.SH "NAME"
ipcmk \- create various ipc resources
.SH "SYNOPSIS"
-.B ipcmk [ \-M \fIsize\fR ] [ \-p \fImode\fR ]
+.B ipcmk \-h
.br
-.B ipcmk [ \-S \fInsems\fR ] [ \-p \fImode\fR ]
-.br
-.B ipcmk [ \-Q ] [ \-p \fImode\fR ]
+.B ipcmk
+.RB [ \-M
+.IR size ]
+.RB [ \-S
+.IR nsems ]
+.RB [ \-Q ]
+.RB [ \-p
+.IR mode ]
.SH "DESCRIPTION"
.B ipcmk
allows you to create shared memory segments, message queues or semaphore arrays.
.SH "OPTIONS"
+.TP
Resources may be specified as follows:
.TP
.BI \-M " size"
-shared memory segment of size \fB\fIsize\fR\fR
+shared memory segment of size
+.I size
.TP
.BI \-S " nsems"
-semaphore array with \fB\fInsems\fR\fR elements
+semaphore array with
+.I nsems
+elements
.TP
.BI \-Q
message queue
@@ -28,6 +37,9 @@ Other options
.TP
.BI \-p " mode"
permission for the resource (default is 0644)
+.TP
+.B \-h
+display a short help message and exit
.PP
.SH "SEE ALSO"
.BR ipcrm (1),