summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2010-09-02 19:03:48 -0400
committerAustin Clements <[email protected]>2010-09-02 19:03:48 -0400
commitcc21c06e3b610951d4b870b90083f7f502388252 (patch)
treeda890414e8b9d371d2cfdef84405ab3a43bacaa1
parent588644f4728e2707138628c62469ba4eeebe18e9 (diff)
downloadxv6-labs-cc21c06e3b610951d4b870b90083f7f502388252.tar.gz
xv6-labs-cc21c06e3b610951d4b870b90083f7f502388252.tar.bz2
xv6-labs-cc21c06e3b610951d4b870b90083f7f502388252.zip
Update example in TOC footer
-rw-r--r--toc.ftr9
1 files changed, 4 insertions, 5 deletions
diff --git a/toc.ftr b/toc.ftr
index 6ed7fe0..3ed8593 100644
--- a/toc.ftr
+++ b/toc.ftr
@@ -6,9 +6,8 @@ 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 2208
- 0318 1928 1967 2207
- 2208
+ swtch 2308
+ 0317 2128 2166 2307 2308
-indicates that swtch is defined on line 2208 and is mentioned on five lines
-on sheets 03, 19, and 22.
+indicates that swtch is defined on line 2308 and is mentioned on five lines
+on sheets 03, 21, and 23.