summaryrefslogtreecommitdiff
path: root/usr/src/man/man1
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1')
-rw-r--r--usr/src/man/man1/cputrack.18
-rw-r--r--usr/src/man/man1/elfsign.12
-rw-r--r--usr/src/man/man1/prctl.110
3 files changed, 3 insertions, 17 deletions
diff --git a/usr/src/man/man1/cputrack.1 b/usr/src/man/man1/cputrack.1
index 24afa6ae21..ab1dd45d49 100644
--- a/usr/src/man/man1/cputrack.1
+++ b/usr/src/man/man1/cputrack.1
@@ -25,7 +25,6 @@ cputrack \- monitor process and LWP behavior using CPU performance counters
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBcputrack\fR utility allows \fBCPU\fR performance counters to be used to
monitor the behavior of a process or family of processes running on the system.
@@ -43,7 +42,6 @@ Because \fBcputrack\fR is an unprivileged program, it is subject to the same
restrictions that apply to \fBtruss\fR(1). For example, \fBsetuid\fR(2)
executables cannot be tracked.
.SH OPTIONS
-.sp
.LP
The following options are supported:
.sp
@@ -189,7 +187,6 @@ Enables more verbose output.
.RE
.SH USAGE
-.sp
.LP
The operating system enforces certain restrictions on the tracing of processes.
In particular, a command whose object file cannot be read by a user cannot be
@@ -234,7 +231,7 @@ user and system modes, regardless of the settings applied to the performance
counter registers.
.sp
.LP
-The output of \fBcputrack\fR is designed to be readily parseable by
+The output of \fBcputrack\fR is designed to be readily parsable by
\fBnawk\fR(1) and \fBperl\fR(1), thereby allowing performance tools to be
composed by embedding \fBcputrack\fR in scripts. Alternatively, tools may be
constructed directly using the same \fBAPI\fRs that \fBcputrack\fR is built
@@ -366,7 +363,6 @@ example% \fBcputrack -c ITLB_reference,emask=1 date\fR
.sp
.SH WARNINGS
-.sp
.LP
By running any instance of the \fBcpustat\fR(1M) utility, all existing
performance counter context is forcibly invalidated across the machine. This
@@ -394,7 +390,6 @@ the problem and possible solutions.
If a short interval is requested, \fBcputrack\fR may not be able to keep up
with the desired sample rate. In this case, some samples may be dropped.
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -409,7 +404,6 @@ Interface Stability Evolving
.TE
.SH SEE ALSO
-.sp
.LP
\fBnawk\fR(1), \fBperl\fR(1), \fBproc\fR(1), \fBtruss\fR(1), \fBprstat\fR(1M),
\fBcpustat\fR(1M), \fBexec\fR(2), \fBexit\fR(2), \fBfork\fR(2),
diff --git a/usr/src/man/man1/elfsign.1 b/usr/src/man/man1/elfsign.1
index 993909053d..dc74316816 100644
--- a/usr/src/man/man1/elfsign.1
+++ b/usr/src/man/man1/elfsign.1
@@ -285,7 +285,7 @@ It is an error to specify both the \fB-T\fR and \fB-k\fR options.
.RS 4n
Requests more detailed information. The additional output includes the signer
and, if the signature format contains it, the time the object was signed. This
-is not stable parseable output.
+is not stable parsable output.
.RE
.SH OPERANDS
diff --git a/usr/src/man/man1/prctl.1 b/usr/src/man/man1/prctl.1
index 3f1f19fa2a..0e117a510b 100644
--- a/usr/src/man/man1/prctl.1
+++ b/usr/src/man/man1/prctl.1
@@ -16,7 +16,6 @@ projects
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBprctl\fR utility allows the examination and modification of the resource
controls associated with an active process, task, or project on the system. It
@@ -27,7 +26,6 @@ the specified entity.
See \fBresource_controls\fR(5) for a description of the resource controls
supported in the current release of the Solaris operating system.
.SH OPTIONS
-.sp
.LP
The following options are supported:
.sp
@@ -238,7 +236,6 @@ If none of the \fB-s\fR, \fB-r\fR, \fB-x\fR, \fB-v\fR, \fB-d\fR, or \fB-e\fR
options are specified, the invocation is considered a get operation. Otherwise,
it is considered a modify operation.
.SH OPERANDS
-.sp
.LP
The following operand is supported:
.sp
@@ -497,7 +494,6 @@ The cap can be lowered to 50% using:
.sp
.SH EXIT STATUS
-.sp
.LP
The following exit values are returned:
.sp
@@ -528,7 +524,6 @@ Invalid command line options were specified.
.RE
.SH FILES
-.sp
.ne 2
.na
\fB\fB/proc/pid/*\fR\fR
@@ -538,7 +533,6 @@ Process information and control files
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -556,15 +550,13 @@ Interface Stability See below.
.sp
.LP
The command-line syntax is Committed. The human-readable output is Uncommitted.
-The parseable output is Committed.
+The parsable output is Committed.
.SH SEE ALSO
-.sp
.LP
\fBrctladm\fR(1M), \fBzonecfg\fR(1M), \fBsetrctl\fR(2),
\fBrctlblk_get_local_action\fR(3C), \fBproject\fR(4), \fBattributes\fR(5),
\fBresource_controls\fR(5)
.SH NOTES
-.sp
.LP
The valid signals that can be set on a resource control block allowing local
actions are \fBSIGABRT\fR, \fBSIGXRES\fR, \fBSIGHUP\fR, \fBSIGSTOP\fR,