diff options
| author | Austin Clements <amdragon@mit.edu> | 2011-09-02 16:30:20 -0400 | 
|---|---|---|
| committer | Austin Clements <amdragon@mit.edu> | 2011-09-02 16:30:20 -0400 | 
| commit | 49d64d330e12d2401d01667b97870ed162d96e02 (patch) | |
| tree | ac0ea7cb5cbbeda1f66fccf31c8fc06111e28049 | |
| parent | 2a2e6eb13d5565161d48280bb02096af221a5072 (diff) | |
| download | xv6-labs-49d64d330e12d2401d01667b97870ed162d96e02.tar.gz xv6-labs-49d64d330e12d2401d01667b97870ed162d96e02.tar.bz2 xv6-labs-49d64d330e12d2401d01667b97870ed162d96e02.zip | |
Update index example in TOC footer
| -rw-r--r-- | toc.ftr | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -6,8 +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 2358 -        0317 2128 2166 2357 2358 +    swtch 2658 +        0374 2428 2466 2657 2658 -indicates that swtch is defined on line 2358 and is mentioned on five lines -on sheets 03, 21, and 23. +indicates that swtch is defined on line 2658 and is mentioned on five lines +on sheets 03, 24, and 26. | 
