diff options
author | des <des@FreeBSD.org> | 2002-02-16 18:47:22 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-02-16 18:47:22 +0000 |
commit | 66be93a7370241efb90bc7b50b5ecbc9fce4f09d (patch) | |
tree | 7f95fbfac74b48857eb9879ac9d41fd49a47523e /bin/ps | |
parent | 80dcdefa0dbed508fb127a1cf086f31b9d739c9f (diff) | |
download | FreeBSD-src-66be93a7370241efb90bc7b50b5ecbc9fce4f09d.zip FreeBSD-src-66be93a7370241efb90bc7b50b5ecbc9fce4f09d.tar.gz |
Document the 'M' state.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 45ec3b5..b9237e8 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -262,6 +262,8 @@ Marks a process which is in .Xr jail 2 . The hostname of the prison can be found in .Ql Li /proc/<pid>/status . +.It M +Marks a process that is waiting to acquire a mutex. .It R Marks a runnable process. .It S |