summaryrefslogtreecommitdiffstats
path: root/usr.bin/ipcs/ipcs.1
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-05-04 20:17:54 +0000
committereivind <eivind@FreeBSD.org>1997-05-04 20:17:54 +0000
commit5947fe79142cd018791716d4ef4824ea4fb14843 (patch)
tree95cd819961f06a6e8dee5e883377b899e5d08904 /usr.bin/ipcs/ipcs.1
parent5ea236e383fe5c7bc80e77655e4d6865c3c21b93 (diff)
downloadFreeBSD-src-5947fe79142cd018791716d4ef4824ea4fb14843.zip
FreeBSD-src-5947fe79142cd018791716d4ef4824ea4fb14843.tar.gz
From the PR:
ipcs -T' shows system information about shared memory, message queues and semaphores. But the manual description does not mention semapores. Now it does. PR: docs/3489 Submitted by: k-horik@yk.rim.or.jp
Diffstat (limited to 'usr.bin/ipcs/ipcs.1')
-rw-r--r--usr.bin/ipcs/ipcs.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1
index 680b08b..c0e53cb 100644
--- a/usr.bin/ipcs/ipcs.1
+++ b/usr.bin/ipcs/ipcs.1
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: ipcs.1,v 1.5 1997/02/22 19:55:15 peter Exp $
.\"
.Dd June 18, 1994
.Dt "IPCS" 1
@@ -107,13 +107,13 @@ Display system information about shared memory.
Extract values associated with the name list from the specified
core instead of the default
.Dq Pa /dev/kmem .
-and semaphores.
.It Fl Q
Display system information about messages queues.
.It Fl S
Display system information about semaphores.
.It Fl T
Display system information about shared memory, message queues
+and semaphores.
.El
.Pp
If none of the
OpenPOWER on IntegriCloud