diff options
author | Bryan Cantrill <bryan@joyent.com> | 2012-08-22 08:06:13 +0000 |
---|---|---|
committer | Bryan Cantrill <bryan@joyent.com> | 2012-08-22 08:06:13 +0000 |
commit | 716dfede464fc06bd0987fbc27f6d34209ac97e3 (patch) | |
tree | f12fad6926f06aac951756fc0e4954e909c2b603 /usr/src/man/man1 | |
parent | 0925650d4e987c867fcf8b06c5c9a040055a8bec (diff) | |
download | illumos-joyent-release-20120823.tar.gz |
OS-1483 ps should have dmodel as an output format20120823release-20120823
Diffstat (limited to 'usr/src/man/man1')
-rw-r--r-- | usr/src/man/man1/ps.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/src/man/man1/ps.1 b/usr/src/man/man1/ps.1 index 93bd8d6736..1713a18502 100644 --- a/usr/src/man/man1/ps.1 +++ b/usr/src/man/man1/ps.1 @@ -1099,6 +1099,16 @@ The home lgroup of the process. .RE .sp +.ne 2 +.na +\fB\fBdmodel\fR\fR +.ad +.RS 11n +The data model of the process, printed in the same manner as +via \fBpflags\fR(1). +.RE + +.sp .LP Only \fBcomm\fR and \fBargs\fR are allowed to contain blank characters; all others, including the Solaris implementation variables, are not. |