From owner-svn-src-head@freebsd.org Thu May 23 15:01:11 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3AC015AD3C3; Thu, 23 May 2019 15:01:11 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C43A70328; Thu, 23 May 2019 15:01:10 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x4NF163a090747; Thu, 23 May 2019 08:01:06 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x4NF16FX090746; Thu, 23 May 2019 08:01:06 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201905231501.x4NF16FX090746@gndrsh.dnsmgr.net> Subject: Re: svn commit: r348167 - in head/usr.bin: . posixshmcontrol In-Reply-To: <20190523145845.GH2748@kib.kiev.ua> To: Konstantin Belousov Date: Thu, 23 May 2019 08:01:06 -0700 (PDT) CC: rgrimes@freebsd.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 3C43A70328 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2019 15:01:11 -0000 > 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. Oh, ok, great, if your going to write a man page everyone else can ignore my comment! Thanks for the utility too, it was surely needed. -- Rod Grimes rgrimes@freebsd.org