Skip to content

Commit

Permalink
Note these tools use kvm(3) and not procfs as in Solaris.
Browse files Browse the repository at this point in the history
Obtained from:	NetBSD
MFC after:	7 days
  • Loading branch information
sevan committed Dec 3, 2018
1 parent 991699d commit 9588059
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/pkill/pkill.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd December 1, 2018
.Dd December 3, 2018
.Dt PKILL 1
.Os
.Sh NAME
Expand Down Expand Up @@ -241,6 +241,11 @@ or
.Nm pkill
process will never consider itself nor system processes (kernel threads) as
a potential match.
.Sh IMPLEMENTATION NOTES
The Sun Solaris implementation utilised procfs to obtain process information.
This implementation utilises
.Xr kvm 3
instead.
.Sh EXIT STATUS
The
.Nm pgrep
Expand Down Expand Up @@ -276,6 +281,7 @@ is deprecated, and its use is discouraged in favor of
.Xr ps 1 ,
.Xr flock 2 ,
.Xr kill 2 ,
.Xr kvm 3,
.Xr sigaction 2 ,
.Xr pidfile 3 ,
.Xr re_format 7
Expand Down

0 comments on commit 9588059

Please sign in to comment.