summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-03-24 10:45:12 +0000
committertjr <tjr@FreeBSD.org>2003-03-24 10:45:12 +0000
commit0c9bec33f5fb0fde17a650d723cb46a21560e7e5 (patch)
treedbbaa081ce9abe257890db8071ae341e1a55ae25
parentda889e2a7f7c10478b2860d442b6b25602f694dd (diff)
downloadFreeBSD-src-0c9bec33f5fb0fde17a650d723cb46a21560e7e5.zip
FreeBSD-src-0c9bec33f5fb0fde17a650d723cb46a21560e7e5.tar.gz
The descriptions of the -C and -M options were around the wrong way;
fix this. PR: 49968 MFC after: 2 weeks
-rw-r--r--usr.bin/ipcs/ipcs.120
1 files changed, 10 insertions, 10 deletions
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
OpenPOWER on IntegriCloud