From 5947fe79142cd018791716d4ef4824ea4fb14843 Mon Sep 17 00:00:00 2001 From: eivind Date: Sun, 4 May 1997 20:17:54 +0000 Subject: 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 --- usr.bin/ipcs/ipcs.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ipcs') 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 -- cgit v1.1