summaryrefslogtreecommitdiff
path: root/toc.ftr
diff options
context:
space:
mode:
authorRuss Cox <[email protected]>2009-08-30 23:02:08 -0700
committerRuss Cox <[email protected]>2009-08-30 23:02:08 -0700
commit48755214c9a02d6249caf3126d3b41d67eda4730 (patch)
tree2edc8b996fd7c3ef2da8876d657140e242999d93 /toc.ftr
parent0aef8914959af9e472852611eb6352c211093d35 (diff)
downloadxv6-labs-48755214c9a02d6249caf3126d3b41d67eda4730.tar.gz
xv6-labs-48755214c9a02d6249caf3126d3b41d67eda4730.tar.bz2
xv6-labs-48755214c9a02d6249caf3126d3b41d67eda4730.zip
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.ftr8
1 files changed, 4 insertions, 4 deletions
diff --git a/toc.ftr b/toc.ftr
index 466e028..6ed7fe0 100644
--- a/toc.ftr
+++ b/toc.ftr
@@ -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.