Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 May 1997 16:49:02 +0900
From:      k-horik@yk.rim.or.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/3489: ipcs.1 manpage bug
Message-ID:  <199705040749.QAA17784@mail.yk.rim.or.jp>
Resent-Message-ID: <199705040750.AAA14166@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3489
>Category:       docs
>Synopsis:       ipcs.1 manpage bug
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May  4 00:50:03 PDT 1997
>Last-Modified:
>Originator:     Kazuo Horikawa
>Organization:
<Organization of PR author (multiple lines)>
>Release:        FreeBSD 2.2.1-RELEASE i386
>Environment:

.\"     $Id: ipcs.1,v 1.3 1996/10/05 22:27:11 wosch Exp $

>Description:

	The ipcs.1 manpage contains bug.

	`ipcs -T' shows system information about shared memory,
	message queues and semaphores. But the manual description does
	not mention semapores.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:
--- -   Sun May  4 16:10:01 1997
+++ ipcs.1      Sun May  4 00:08:39 1997
@@ -107,13 +107,13 @@
 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
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705040749.QAA17784>