From 48755214c9a02d6249caf3126d3b41d67eda4730 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 30 Aug 2009 23:02:08 -0700 Subject: assorted fixes: * rename c/cp to cpu/proc * rename cpu.context to cpu.scheduler * fix some comments * formatting for printout --- toc.ftr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'toc.ftr') diff --git a/toc.ftr b/toc.ftr index 466e028..6ed7fe0 100644 --- a/toc.ftr +++ b/toc.ftr @@ -6,9 +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: - swtch 2256 - 0311 1928 1962 2255 - 2256 + swtch 2208 + 0318 1928 1967 2207 + 2208 -indicates that swtch is defined on line 2256 and is mentioned on five lines +indicates that swtch is defined on line 2208 and is mentioned on five lines on sheets 03, 19, and 22. -- cgit v1.2.3