diff options
author | pluknet <pluknet@FreeBSD.org> | 2011-05-20 14:32:28 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2011-05-20 14:32:28 +0000 |
commit | 7c35eb4515a87e9de248f9f7a8483c06a3fe3e96 (patch) | |
tree | 8ed5b08e0960b9072e781903aa97a9f119db5922 | |
parent | acd3cea586377eb162fbfbe76a5b43a88a1a56ee (diff) | |
download | FreeBSD-src-7c35eb4515a87e9de248f9f7a8483c06a3fe3e96.zip FreeBSD-src-7c35eb4515a87e9de248f9f7a8483c06a3fe3e96.tar.gz |
Spelling in P_HADTHREADS.
MFC after: 1 week
-rw-r--r-- | bin/ps/ps.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 48bbc7e..2465df3 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -301,7 +301,7 @@ the include file .It Dv "P_PPWAIT" Ta No "0x00010 Parent is waiting for child to exec/exit" .It Dv "P_PROFIL" Ta No "0x00020 Has started profiling" .It Dv "P_STOPPROF" Ta No "0x00040 Has thread in requesting to stop prof" -.It Dv "P_HASTHREADS" Ta No "0x00080 Has had threads (no cleanup shortcuts)" +.It Dv "P_HADTHREADS" Ta No "0x00080 Has had threads (no cleanup shortcuts)" .It Dv "P_SUGID" Ta No "0x00100 Had set id privileges since last exec" .It Dv "P_SYSTEM" Ta No "0x00200 System proc: no sigs, stats or swapping" .It Dv "P_SINGLE_EXIT" Ta No "0x00400 Threads suspending should exit, not wait" |