The descriptions of the -C and -M options were around the wrong way;

fix this.

PR:		49968
MFC after:	2 weeks
This commit is contained in:
Tim J. Robbins 2003-03-24 10:45:12 +00:00
parent 147fb5d7c3
commit aae483c597
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112528

View file

@ -38,8 +38,8 @@
.Sh SYNOPSIS
.Nm
.Op Fl abcmopqstMQSTy
.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,18 +97,18 @@ of the last control operation on an IPC object,
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 /boot/kernel/kernel .
.It Fl C Ar core
Extract values associated with the name list from the specified
core instead of the default
.Dq Pa /dev/kmem .
Implies
.Fl y .
.It Fl M
Display system information about shared memory.
.It Fl N Ar core
Extract values associated with the name list from the specified
core instead of the default
.Dq Pa /dev/kmem .
.It Fl N Ar system
Extract the name list from the specified system instead of the
default
.Dq Pa /boot/kernel/kernel .
Implies
.Fl y .
.It Fl Q