From b8168a63b98dfd6f69b0b4121ad82525271316a7 Mon Sep 17 00:00:00 2001 From: Peter Pentchev <roam@FreeBSD.org> Date: Thu, 24 Feb 2005 13:21:55 +0000 Subject: [PATCH] Fix a typo - 'ouput' -> 'output'. PR: 78007 Submitted by: "Jesus R. Camou" <jcamou@cox.net> --- .../books/developers-handbook/kerneldebug/chapter.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml index 44cab07c25..80895d7fb2 100644 --- a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml @@ -168,7 +168,7 @@ you can for any other program.</para> <para>This first dump is from a 5.2-BETA kernel and the crash - comes from deep within the kernel. The ouput below has been + comes from deep within the kernel. The output below has been modified to include line numbers on the left. This first trace inspects the instruction pointer and obtains a back trace. The address that is used on line 41 for the <command>list</command>