svn commit: r348167 - in head/usr.bin: . posixshmcontrol

Konstantin Belousov kostikbel at gmail.com
Thu May 23 14:58:56 UTC 2019


On Thu, May 23, 2019 at 07:40:26AM -0700, Rodney W. Grimes wrote:
> > Author: kib
> > Date: Thu May 23 14:33:01 2019
> > New Revision: 348167
> > URL: https://svnweb.freebsd.org/changeset/base/348167
> > 
> > Log:
> >   Add posixshmcontrol(1), an utility to manipulate posix shared memory segments.
> >   
> >   See usage for the command line structure.  Man page will come shortly.
> >   
> >   Reviewed by:	jilles, tmunro
> >   Sponsored by:	The FreeBSD Foundation
> >   MFC after:	1 week
> >   Differential revision:	https://reviews.freebsd.org/D20258
> > 
> > Added:
> >   head/usr.bin/posixshmcontrol/
> >   head/usr.bin/posixshmcontrol/Makefile   (contents, props changed)
> >   head/usr.bin/posixshmcontrol/posixshmcontrol.c   (contents, props changed)
> > Modified:
> >   head/usr.bin/Makefile
> 
> Can someone extract the usage: and slap a template man page
> up so that apropos can at least locate this command?

I do not think it is needed.  I will write the manual page after the
utility sit in HEAD for some time, to be sure that the cli interface
is not changing.


More information about the svn-src-head mailing list