diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-02-04 18:02:07 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:02 +0200 |
commit | b21e19810920c0c670ab9625e4223bb1f2f29e48 (patch) | |
tree | 96109479ac8b80169308889b3fcd6a38047c2485 | |
parent | 9bf771c3a8fa48a94dfa9fdd1a61e1f0c4b198f0 (diff) |
2007-02-04 Thomas Schwinge <tschwinge@gnu.org>
* doc/mach.texi: Fix unusual hyphens.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/mach.texi | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,7 @@ 2007-02-04 Thomas Schwinge <tschwinge@gnu.org> + * doc/mach.texi: Fix unusual hyphens. + * i386/i386/hardclock.c: Don't check for the `SYMMETRY' platform. * kern/timer.h: Add some comments from... diff --git a/doc/mach.texi b/doc/mach.texi index 438302d..13e0927 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -4578,7 +4578,7 @@ This depression is independent of operations that change the thread's priority (e.g. @code{thread_priority} will not abort the depression). The minimum time and units of time can be obtained as the @code{min_timeout} value from @code{host_info}. The depression is also -aborted when the current thread is next run (either via handoff +aborted when the current thread is next run (either via hand-off scheduling or because the processor set has nothing better to do). @end table @@ -6944,8 +6944,8 @@ 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(sus -pended), O(swapped out) and N(interruptible), and if corresponding +thread. The status consists of 5 letters, R(run), W(wait), S(suspended), +O(swapped out) and N(interruptible), and if corresponding status bit is off, @code{.} is printed instead. If @code{l} option is specified, more detail information is printed for each thread. |