diff options
author | rsc <rsc> | 2006-09-08 15:39:24 +0000 |
---|---|---|
committer | rsc <rsc> | 2006-09-08 15:39:24 +0000 |
commit | ca0140339d18e13259a3b8feb0ce9e47013f0edb (patch) | |
tree | 8640e4fac248e744b729302fb389d3295cf49eca | |
parent | e936743429a8f66f1a50d467c02d1ab3da69889d (diff) | |
download | xv6-labs-ca0140339d18e13259a3b8feb0ce9e47013f0edb.tar.gz xv6-labs-ca0140339d18e13259a3b8feb0ce9e47013f0edb.tar.bz2 xv6-labs-ca0140339d18e13259a3b8feb0ce9e47013f0edb.zip |
fix toc example
-rw-r--r-- | toc.ftr | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7,10 +7,10 @@ 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 4660 - 0333 4660 4759 4808 - 4858 4907 4916 5314 - 5327 5412 5460 5540 + namei 4610 + 0333 4610 4709 4758 + 4808 4857 4866 5264 + 5277 5362 5410 5490 -indicates that namei is defined on line 4660 and is mentioned on twelve lines -on sheets 03, 46, 47, 48, 49, 53, 54, and 55. +indicates that namei is defined on line 4610 and is mentioned on twelve lines +on sheets 03, 46, 47, 48, 52, 53, and 54. |