Date: Tue, 26 May 2015 03:58:18 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r283554 - stable/10/share/man/man9 Message-ID: <201505260358.t4Q3wIld070046@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: julian Date: Tue May 26 03:58:18 2015 New Revision: 283554 URL: https://svnweb.freebsd.org/changeset/base/283554 Log: MFH: r283114 Fixup to the kern_psignal manpage r283105 misspelled kern_psignal as kernel_psignal in one occurrence, and added trailing whitespace. While here, change 'call' to the more standard 'function', and say why the name was changed (taken from the commit message for r225617). Modified: stable/10/share/man/man9/psignal.9 Directory Properties: stable/10/ (props changed) Modified: stable/10/share/man/man9/psignal.9 ============================================================================== --- stable/10/share/man/man9/psignal.9 Tue May 26 02:50:30 2015 (r283553) +++ stable/10/share/man/man9/psignal.9 Tue May 26 03:58:18 2015 (r283554) @@ -63,10 +63,11 @@ function posts signal number to the process represented by the process structure .Fa p . The -.Fn kernel_psignal -function used to be called +.Fn kern_psignal +function used to be called .Fn psignal -but was renamed. +but was renamed in order to eliminate a name collision with the libc +function of that name and facilitate code reuse. With a few exceptions noted below, the target process signal disposition is updated and is marked as runnable, so further handling of the signal is done in the context of the target process after a context switch. @@ -158,7 +159,7 @@ to the thread represented by the thread .Sh HISTORY The .Fn psignal -call was renamed to +function was renamed to .Fn kern_psignal -in +in .Fx 9.0 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505260358.t4Q3wIld070046>