diff options
| author | Mikolaj Golub <trociny@FreeBSD.org> | 2011-11-22 20:59:52 +0000 |
|---|---|---|
| committer | Mikolaj Golub <trociny@FreeBSD.org> | 2011-11-22 20:59:52 +0000 |
| commit | e99272c732dce1515aeac6e05927348c1cd13a2b (patch) | |
| tree | 17afb2c14d48acc17cffbe47f59494d9dd31b393 /usr.bin/procstat/procstat.1 | |
| parent | 17ff418d136441e8dce6928c83cc1f70fe7ec33e (diff) | |
Notes
Diffstat (limited to 'usr.bin/procstat/procstat.1')
| -rw-r--r-- | usr.bin/procstat/procstat.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1 index 5ed28dd79658..b9a6a4c3090a 100644 --- a/usr.bin/procstat/procstat.1 +++ b/usr.bin/procstat/procstat.1 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 7, 2011 +.Dd November 22, 2011 .Dt PROCSTAT 1 .Os .Sh NAME @@ -56,6 +56,8 @@ for printing: Display binary information for the process. .It Fl c Display command line arguments for the process. +.It Fl e +Display environment variables for the process. .It Fl f Display file descriptor information for the process. .It Fl i @@ -73,6 +75,8 @@ Display security credential information for the process. Display thread information for the process. .It Fl v Display virtual memory mappings for the process. +.It Fl x +Display ELF auxiliary vector for the process. .El .Pp All options generate output in the format of a table, the first field of |
