Date: Tue, 23 May 2017 12:05:39 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Ngie Cooper <ngie@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r318721 - head/lib/libc/sys Message-ID: <20170523090539.GZ1622@kib.kiev.ua> In-Reply-To: <201705230746.v4N7kBKH087075@repo.freebsd.org> References: <201705230746.v4N7kBKH087075@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 23, 2017 at 07:46:11AM +0000, Ngie Cooper wrote: > Author: ngie > Date: Tue May 23 07:46:10 2017 > New Revision: 318721 > URL: https://svnweb.freebsd.org/changeset/base/318721 > > Log: > kill(2): add missing section for sysctl(9) > > Reported by: make manlint > MFC after: 2 weeks > Sponsored by: Dell EMC Isilon > > Modified: > head/lib/libc/sys/kill.2 > > Modified: head/lib/libc/sys/kill.2 > ============================================================================== > --- head/lib/libc/sys/kill.2 Tue May 23 07:45:29 2017 (r318720) > +++ head/lib/libc/sys/kill.2 Tue May 23 07:46:10 2017 (r318721) > @@ -71,7 +71,7 @@ A single exception is the signal SIGCONT > to any process with the same session ID as the sender. > In addition, if the > .Va security.bsd.conservative_signals > -.Xr sysctl > +.Xr sysctl 9 Section 9 implies that user must somehow access in-kernel interface to tweak the setting. > is set to 1, the user is not a super-user, and > the receiver is set-uid, then > only job control and terminal control signals may
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170523090539.GZ1622>