[BACK]Return to ipcs.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ipcs

Diff for /src/usr.bin/ipcs/ipcs.1 between version 1.7 and 1.8

version 1.7, 1999/07/04 11:53:55 version 1.8, 1999/09/07 12:50:32
Line 1 
Line 1 
 .\"     $OpenBSD$  .\"     $OpenBSD$
 .\"     $NetBSD: ipcs.1,v 1.4 1995/04/15 02:31:16 cgd Exp $  
 .\"  .\"
 .\" Copyright (c) 1994 SigmaSoft, Th. Lockert  .\" Copyright (c) 1994 SigmaSoft, Th. Lockert
 .\" All rights reserved.  .\" All rights reserved.
Line 38 
Line 37 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ipcs  .Nm ipcs
 .Op Fl abcmopqstMQST  .Op Fl abcmopqstMQST
 .Op Fl C Ar system  .Op Fl C Ar core
 .Op Fl N Ar core  .Op Fl N Ar system
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
Line 97 
Line 96 
 the last send or receive of a message,  the last send or receive of a message,
 the last attach or detach of a shared memory segment,  the last attach or detach of a shared memory segment,
 or the last operation on a semaphore.  or the last operation on a semaphore.
 .It Fl C Ar system  .It Fl C Ar core
 Extract the name list from the specified system instead of the  
 default  
 .Dq Pa /bsd .  
 .It Fl M  
 Display system information about shared memory.  
 .It Fl N Ar core  
 Extract values associated with the name list from the specified  Extract values associated with the name list from the specified
 core instead of the default  core instead of the default
 .Dq Pa /dev/kmem .  .Pa /dev/kmem .
   .It Fl M
   Display system information about shared memory.
   .It Fl N Ar system
   Extract the name list from the specified system instead of the
   default
   .Pa /dev/ksyms
   (or
   .Pa /bsd
   if
   .Pa /dev/ksyms
   is not available).
 .It Fl Q  .It Fl Q
 Display system information about messages queues.  Display system information about messages queues.
 .It Fl S  .It Fl S
Line 139 
Line 143 
 .Bl -tag -width /etc/passwd -compact  .Bl -tag -width /etc/passwd -compact
 .It Pa /dev/kmem  .It Pa /dev/kmem
 default kernel memory  default kernel memory
 .It Pa /bsd  .It Pa /dev/ksyms
 default system name list  default system name list
 .El  .El
 .Sh SEE ALSO  .Sh SEE ALSO

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8