From 0c9bec33f5fb0fde17a650d723cb46a21560e7e5 Mon Sep 17 00:00:00 2001 From: tjr Date: Mon, 24 Mar 2003 10:45:12 +0000 Subject: The descriptions of the -C and -M options were around the wrong way; fix this. PR: 49968 MFC after: 2 weeks --- usr.bin/ipcs/ipcs.1 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index f99b430..9aa20d6 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -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 -- cgit v1.1