summaryrefslogtreecommitdiff
path: root/doc/mach.texi
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-07-06 18:46:22 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-07-06 18:46:22 +0200
commit02356436fc183e0b8ef357cde5196c493ab33d15 (patch)
tree104e7dd238b3b524d5a2a4da192550751e019877 /doc/mach.texi
parentc031b41b783cc99c0bd5aac7d14c1d6e34520397 (diff)
parent0ab9ef8ab8c57ab83cb01bef37ca6d30395a43a2 (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
Diffstat (limited to 'doc/mach.texi')
-rw-r--r--doc/mach.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/mach.texi b/doc/mach.texi
index 49c0d67..2da670f 100644
--- a/doc/mach.texi
+++ b/doc/mach.texi
@@ -7029,8 +7029,9 @@ session. If the execution is resumed again, the numbers may change.
The current thread can be distinguished from others by a @code{#} after
the thread id instead of @code{:}. Without @code{l} option, it only
shows thread id, thread structure address and the status for each
-thread. The status consists of 5 letters, R(run), W(wait), S(suspended),
-O(swapped out) and N(interruptible), and if corresponding
+thread. The status consists of 6 letters, R(run), W(wait), S(suspended),
+O(swapped out), N(interruptible), and F(loating) point arithmetic used (if
+supported by the platform). If the corresponding
status bit is off, @code{.} is printed instead. If @code{l} option is
specified, more detail information is printed for each thread.