diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-03-24 10:45:12 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-03-24 10:45:12 +0000 |
| commit | aae483c597e72c8671fb7d215916963480ddcc22 (patch) | |
| tree | dbbaa081ce9abe257890db8071ae341e1a55ae25 /usr.bin/ipcs | |
| parent | 147fb5d7c3840145d697eccd8dbb57ff3b78f373 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ipcs')
| -rw-r--r-- | usr.bin/ipcs/ipcs.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index f99b4305f23b..9aa20d65990a 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 |
