- Allow ipcs to display information about IPC mechanisms owned by
authorLiam J. Foy <liamfoy@dragonflybsd.org>
Tue, 2 Nov 2004 19:38:49 +0000 (19:38 +0000)
committerLiam J. Foy <liamfoy@dragonflybsd.org>
Tue, 2 Nov 2004 19:38:49 +0000 (19:38 +0000)
commit03e0f5750cf5e02f3d04afeaf4e29bd4c3808a6b
tree976f8a070066ba7e388c1a6f32f1d8ae448abac8
parent736d7ba8a14cff73342f70b0353691470316b41f
- Allow ipcs to display information about IPC mechanisms owned by
  a user. The option for this is -u user. User can be a username or
  a uid. Obtained from FreeBSD

- Allow ipcs to display information about IPC mechanisms owned by
  a group. The option for this is -g group. Group can be a group name or
  a gid. Wrote by me.

Ok'ed by: dillon@ and kernel@
usr.bin/ipcs/ipcs.1
usr.bin/ipcs/ipcs.c