Bug 21999

Summary: [PATCH] Ask for numeric-sorted nm(1) output in FAQ.
Product: Documentation Reporter: k <k>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description k 2000-10-15 13:20:00 UTC
	
	In the FAQ section 'For serious FreeBSD hackers only'
	question 'Making the most of a kernel panic' we currently
	ask for alphabetic-sorted output from nm(1).

	When trying to debug the panic it is alot easier to find 
	the instruction address if the output is numeric-sorted.

Fix: Tell the user to use 'nm -n /kernel.that....' instead.
Comment 1 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-10-30 14:05:29 UTC
State Changed
From-To: open->closed

Committed. 

Thanks!