summaryrefslogtreecommitdiff
path: root/usr/src/man/man1/pargs.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1/pargs.1')
-rw-r--r--usr/src/man/man1/pargs.135
1 files changed, 6 insertions, 29 deletions
diff --git a/usr/src/man/man1/pargs.1 b/usr/src/man/man1/pargs.1
index ca8aa2d8f5..3f8e2bae8c 100644
--- a/usr/src/man/man1/pargs.1
+++ b/usr/src/man/man1/pargs.1
@@ -3,7 +3,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 pargs 1 "19 Jun 2006" "SunOS 5.11" "User Commands"
+.TH PARGS 1 "Jun 19, 2006"
.SH NAME
pargs \- print process arguments, environment variables, or auxiliary
vector
@@ -38,23 +38,19 @@ a conversion is impossible, strings are displayed as 7-bit \fBASCII\fR.
The following options are supported:
.sp
.ne 2
-.mk
.na
\fB\fB-a\fR\fR
.ad
.RS 6n
-.rt
Prints process arguments as contained in \fBargv[]\fR (default).
.RE
.sp
.ne 2
-.mk
.na
\fB\fB-c\fR\fR
.ad
.RS 6n
-.rt
Treats strings in the target process as though they were encoded in 7-bit
\fBASCII\fR, regardless of the locale of the target. The use of \fBiconv\fR(3C)
is suppressed.
@@ -62,35 +58,29 @@ is suppressed.
.sp
.ne 2
-.mk
.na
\fB\fB-e\fR\fR
.ad
.RS 6n
-.rt
Prints process environment variables and values as pointed at by the
\fB_environ\fR symbol or by \fBpr_envp\fR in \fB/proc/\fIpid\fR/psinfo\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fB-F\fR\fR
.ad
.RS 6n
-.rt
Force. Grabs the target process even if another process has control.
.RE
.sp
.ne 2
-.mk
.na
\fB\fB-l\fR\fR
.ad
.RS 6n
-.rt
Displays the arguments as a single command line. The command line is printed in
a manner suitable for interpretation by \fB/bin/sh\fR. If the arguments contain
unprintable characters, or if the target process is in a different locale, a
@@ -100,12 +90,10 @@ interpreted correctly by \fB/bin/sh\fR.
.sp
.ne 2
-.mk
.na
\fB\fB-x\fR\fR
.ad
.RS 6n
-.rt
Prints process auxiliary vector.
.RE
@@ -115,23 +103,19 @@ Prints process auxiliary vector.
The following operands are supported:
.sp
.ne 2
-.mk
.na
\fB\fIpid\fR\fR
.ad
.RS 8n
-.rt
Process \fBID\fR list.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIcore\fR\fR
.ad
.RS 8n
-.rt
Process core file.
.RE
@@ -149,23 +133,19 @@ at the moment of application of the \fBproc\fR tool in question.
The following exit values are returned:
.sp
.ne 2
-.mk
.na
\fB\fB0\fR\fR
.ad
.RS 12n
-.rt
Successful operation.
.RE
.sp
.ne 2
-.mk
.na
\fBnon-zero\fR
.ad
.RS 12n
-.rt
An error has occurred (such as no such process, permission denied, or invalid
option).
.RE
@@ -173,12 +153,10 @@ option).
.SH FILES
.sp
.ne 2
-.mk
.na
\fB\fB/proc/pid/*\fR\fR
.ad
.RS 15n
-.rt
Process information and control files.
.RE
@@ -190,13 +168,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityEvolving
+Interface Stability Evolving
.TE
.SH SEE ALSO