diff options
| author | Russ Cox | 2009-08-30 23:02:08 -0700 |
|---|---|---|
| committer | Russ Cox | 2009-08-30 23:02:08 -0700 |
| commit | 48755214c9a02d6249caf3126d3b41d67eda4730 (patch) | |
| tree | 2edc8b996fd7c3ef2da8876d657140e242999d93 /toc.ftr | |
| parent | 0aef8914959af9e472852611eb6352c211093d35 (diff) | |
assorted fixes:
* rename c/cp to cpu/proc
* rename cpu.context to cpu.scheduler
* fix some comments
* formatting for printout
Diffstat (limited to 'toc.ftr')
| -rw-r--r-- | toc.ftr | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,9 +6,9 @@ on the same line as the name, the line number (or, in a few cases, numbers) where the name is defined. Successive lines in an entry list the line numbers where the name is used. For example, this entry: - swtch 2256 - 0311 1928 1962 2255 - 2256 + swtch 2208 + 0318 1928 1967 2207 + 2208 -indicates that swtch is defined on line 2256 and is mentioned on five lines +indicates that swtch is defined on line 2208 and is mentioned on five lines on sheets 03, 19, and 22. |
