=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ipcs/ipcs.1,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/ipcs/ipcs.1 1999/07/04 11:53:55 1.7 +++ src/usr.bin/ipcs/ipcs.1 1999/09/07 12:50:32 1.8 @@ -1,5 +1,4 @@ -.\" $OpenBSD: ipcs.1,v 1.7 1999/07/04 11:53:55 aaron Exp $ -.\" $NetBSD: ipcs.1,v 1.4 1995/04/15 02:31:16 cgd Exp $ +.\" $OpenBSD: ipcs.1,v 1.8 1999/09/07 12:50:32 millert Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -38,8 +37,8 @@ .Sh SYNOPSIS .Nm ipcs .Op Fl abcmopqstMQST -.Op Fl C Ar system -.Op Fl N Ar core +.Op Fl C Ar core +.Op Fl N Ar system .Sh DESCRIPTION The .Nm @@ -97,16 +96,21 @@ the last send or receive of a message, the last attach or detach of a shared memory segment, or the last operation on a semaphore. -.It Fl C Ar system -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 +.It Fl C Ar core Extract values associated with the name list from the specified 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 Display system information about messages queues. .It Fl S @@ -139,7 +143,7 @@ .Bl -tag -width /etc/passwd -compact .It Pa /dev/kmem default kernel memory -.It Pa /bsd +.It Pa /dev/ksyms default system name list .El .Sh SEE ALSO