summaryrefslogtreecommitdiff
path: root/toc.ftr
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-28 19:25:04 +0000
committerrsc <rsc>2007-08-28 19:25:04 +0000
commitcffa9543012ee0bc2a1d355ed00839b03fe7ae0c (patch)
tree72af3d67a6e1deb91ab579774281472791c46e9b /toc.ftr
parent5573c8f296091a484e486dcf153ce60b7c632df3 (diff)
downloadxv6-labs-cffa9543012ee0bc2a1d355ed00839b03fe7ae0c.tar.gz
xv6-labs-cffa9543012ee0bc2a1d355ed00839b03fe7ae0c.tar.bz2
xv6-labs-cffa9543012ee0bc2a1d355ed00839b03fe7ae0c.zip
nits
Diffstat (limited to 'toc.ftr')
-rw-r--r--toc.ftr11
1 files changed, 5 insertions, 6 deletions
diff --git a/toc.ftr b/toc.ftr
index 3b16d8c..466e028 100644
--- a/toc.ftr
+++ b/toc.ftr
@@ -6,10 +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:
- namei 4610
- 0333 4610 4709 4758
- 4808 4857 4866 5264
- 5277 5362 5410 5490
+ swtch 2256
+ 0311 1928 1962 2255
+ 2256
-indicates that namei is defined on line 4610 and is mentioned on twelve lines
-on sheets 03, 46, 47, 48, 52, 53, and 54.
+indicates that swtch is defined on line 2256 and is mentioned on five lines
+on sheets 03, 19, and 22.