summaryrefslogtreecommitdiff
path: root/usr/src/man/man1/pgrep.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1/pgrep.1')
-rw-r--r--usr/src/man/man1/pgrep.121
1 files changed, 14 insertions, 7 deletions
diff --git a/usr/src/man/man1/pgrep.1 b/usr/src/man/man1/pgrep.1
index 57b23dfc7e..6a02aeff3e 100644
--- a/usr/src/man/man1/pgrep.1
+++ b/usr/src/man/man1/pgrep.1
@@ -284,7 +284,7 @@ Matches only processes whose zone \fBID\fR is in the given list. Each zone
\fBID\fR may be specified as either a zone name or a numerical zone \fBID\fR.
This option is only useful when executed in the global zone. If the \fBpkill\fR
utility is used to send signals to processes in other zones, the process must
-have asserted the \fB{PRIV_PROC_ZONE}\fR privilege (see \fBprivileges\fR(5)).
+have asserted the \fB{PRIV_PROC_ZONE}\fR privilege (see \fBprivileges\fR(7)).
.RE
.sp
@@ -311,7 +311,7 @@ The following operand is supported:
.RS 11n
Specifies an Extended Regular Expression (\fBERE\fR) pattern to match against
either the executable file name or full process argument string. See
-\fBregex\fR(5) for a complete description of the \fBERE\fR syntax.
+\fBregex\fR(7) for a complete description of the \fBERE\fR syntax.
.RE
.SH EXAMPLES
@@ -411,11 +411,18 @@ Process information files
.RS 22n
Process arguments.
.RE
-
-.SH SEE ALSO
-\fBkill\fR(1), \fBproc\fR(1), \fBps\fR(1), \fBtruss\fR(1), \fBkill\fR(2),
-\fBsignal.h\fR(3HEAD), \fBproc\fR(4), \fBattributes\fR(5), \fBprivileges\fR(5),
-\fBregex\fR(5), \fBzones\fR(5)
+.LP
+.BR kill (1),
+.BR proc (1),
+.BR ps (1),
+.BR truss (1),
+.BR kill (2),
+.BR signal.h (3HEAD),
+.BR proc (5),
+.BR attributes (7),
+.BR privileges (7),
+.BR regex (7),
+.BR zones (7)
.SH NOTES
Both utilities match the \fBERE\fR \fIpattern\fR argument against either the
\fBpr_fname\fR field of the \fB/proc/\fR\fInnnnn\fR\fB/psinfo\fR file, or