From cc21c06e3b610951d4b870b90083f7f502388252 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 2 Sep 2010 19:03:48 -0400 Subject: Update example in TOC footer --- toc.ftr | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'toc.ftr') 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. -- cgit v1.2.3 From cf4b1ad90bcaeeb0c8458098c87948f61d408f94 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 19 Feb 2011 21:17:55 -0500 Subject: xv6: formatting, cleanup, rev5 (take 2) --- toc.ftr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toc.ftr') diff --git a/toc.ftr b/toc.ftr index 3ed8593..5e15911 100644 --- a/toc.ftr +++ b/toc.ftr @@ -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 2308 - 0317 2128 2166 2307 2308 + swtch 2358 + 0317 2128 2166 2357 2358 -indicates that swtch is defined on line 2308 and is mentioned on five lines +indicates that swtch is defined on line 2358 and is mentioned on five lines on sheets 03, 21, and 23. -- cgit v1.2.3