Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2017 07:46:11 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318721 - head/lib/libc/sys
Message-ID:  <201705230746.v4N7kBKH087075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 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?201705230746.v4N7kBKH087075>