summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcs.1
diff options
context:
space:
mode:
authorKarel Zak2007-04-25 23:50:52 +0200
committerKarel Zak2007-04-25 23:50:52 +0200
commit2a4b57250050f0f4876b432deddd6b1f876e5bd2 (patch)
tree3a51fc65224974ff18fb363c31ffc42ca4943c38 /sys-utils/ipcs.1
parentdocs: fix info about devel/master branchs (diff)
downloadkernel-qcow2-util-linux-2a4b57250050f0f4876b432deddd6b1f876e5bd2.tar.gz
kernel-qcow2-util-linux-2a4b57250050f0f4876b432deddd6b1f876e5bd2.tar.xz
kernel-qcow2-util-linux-2a4b57250050f0f4876b432deddd6b1f876e5bd2.zip
sys-utils: move some man pages from category 8 to 1
The dmesg, ipcrm, ipcs, renice and setsid are user-accessible commands and belong in man1 more than to man8. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/ipcs.1')
-rw-r--r--sys-utils/ipcs.158
1 files changed, 58 insertions, 0 deletions
diff --git a/sys-utils/ipcs.1 b/sys-utils/ipcs.1
new file mode 100644
index 000000000..03c86aa4e
--- /dev/null
+++ b/sys-utils/ipcs.1
@@ -0,0 +1,58 @@
+.\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu)
+.\" May be distributed under the GNU General Public License
+.TH IPCS 8 "9 October 1993" "Linux 0.99" "Linux Programmer's Manual"
+.SH NAME
+ipcs \- provide information on ipc facilities
+.SH SYNOPSIS
+.B ipcs [ \-asmq ] [ \-tclup ]
+.br
+.BI "ipcs [ \-smq ] \-i " id
+.br
+.B ipcs \-h
+.SH DESCRIPTION
+.B ipcs
+provides information on the ipc facilities for which the calling process
+has read access.
+
+The
+.B \-i
+option allows a specific resource
+.I id
+to be specified. Only information on this
+.I id
+will be printed.
+
+Resources may be specified as follows:
+.TP
+.B \-m
+shared memory segments
+.TP
+.B \-q
+message queues
+.TP
+.B \-s
+semaphore arrays
+.TP
+.B \-a
+all (this is the default)
+.PP
+The output format may be specified as follows:
+.TP
+.B \-t
+time
+.TP
+.B \-p
+pid
+.TP
+.B \-c
+creator
+.TP
+.B \-l
+limits
+.TP
+.B \-u
+summary
+.SH SEE ALSO
+.BR ipcrm (8)
+.SH AUTHOR
+krishna balasubramanian (balasub@cis.ohio-state.edu)