summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcs.1
diff options
context:
space:
mode:
authorKarel Zak2008-02-08 00:51:04 +0100
committerKarel Zak2008-02-08 00:51:04 +0100
commit6dd6d8687b1763f9b91d9678c8808810f0b5808a (patch)
tree646c747b7f4ef7cdb2d3f2199ebf557f6d1cc03f /sys-utils/ipcs.1
parentrenice: detect errors in arguments, add -v, -h and long options (diff)
downloadkernel-qcow2-util-linux-6dd6d8687b1763f9b91d9678c8808810f0b5808a.tar.gz
kernel-qcow2-util-linux-6dd6d8687b1763f9b91d9678c8808810f0b5808a.tar.xz
kernel-qcow2-util-linux-6dd6d8687b1763f9b91d9678c8808810f0b5808a.zip
ipcs: add information about POSIX compatibility to ipcs.1
Addresses-Suse-Bug: #274338 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/ipcs.1')
-rw-r--r--sys-utils/ipcs.114
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-utils/ipcs.1 b/sys-utils/ipcs.1
index 59be1b74e..f570d7128 100644
--- a/sys-utils/ipcs.1
+++ b/sys-utils/ipcs.1
@@ -54,6 +54,20 @@ limits
summary
.SH SEE ALSO
.BR ipcrm (1)
+.SH CONFORMING TO
+The Linux ipcs utility is not fully compatible to the POSIX ipcs utility.
+The Linux version does not support the
+.B \-b
+and
+.B \-o
+options, but does support the
+.B \-l
+and
+.B \-u
+options not defined by POSIX. The portable application shall not use the
+.B \-a, \-b, \-o, \-l,
+and
+.B \-u options.
.SH AUTHOR
krishna balasubramanian (balasub@cis.ohio-state.edu)
.SH AVAILABILITY