diff options
author | Cody Peter Mello <cody.mello@joyent.com> | 2016-06-15 17:19:26 +0000 |
---|---|---|
committer | Cody Peter Mello <cody.mello@joyent.com> | 2016-06-15 21:23:00 +0000 |
commit | 74daf320b692262bbe917ba8ad6fc7c07fb1aae7 (patch) | |
tree | 9cce53bc92ca451cac2c0848e9c93c7e283ef458 /usr/src | |
parent | 3010d953494f6f06af6e918708ae855750f96aea (diff) | |
download | illumos-joyent-74daf320b692262bbe917ba8ad6fc7c07fb1aae7.tar.gz |
OS-5463 Document how pflags(1) prints signal masks
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Reviewed by: Dave Pacheco <dap@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man1/proc.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/man/man1/proc.1 b/usr/src/man/man1/proc.1 index 3565512f0e..8287a3f2c4 100644 --- a/usr/src/man/man1/proc.1 +++ b/usr/src/man/man1/proc.1 @@ -6,7 +6,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH PROC 1 "Apr 01, 2013" +.TH PROC 1 "Jun 15, 2016" .SH NAME proc, pflags, pcred, pldd, psig, pstack, pfiles, pwdx, pstop, prun, pwait, ptime \- proc tools @@ -111,7 +111,7 @@ See \fBWARNINGS\fR. .RS 10n Print the \fB/proc\fR tracing flags, the pending and held signals, and other \fB/proc\fR status information for each process or specified lwps in each -process. +process. If an lwp has a non-empty signal mask, it will be printed. .RE .sp @@ -141,7 +141,8 @@ explicitly attached using \fBdlopen\fR(3C). See also \fBldd\fR(1). .ad .RS 10n List the signal actions and handlers of each process. See -\fBsignal.h\fR(3HEAD). +\fBsignal.h\fR(3HEAD). Use \fBpflags\fR to see more information about currently +pending signals and signal masks. .RE .sp |