Bug 34207

Summary: [PATCH] wrong path to lsof in handbook section 4.5
Product: Documentation Reporter: Marian Cerny <cerny>
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 Marian Cerny 2002-01-23 14:50:01 UTC
In handbook, section 4.5 - Using the Ports Collection:

When talking about installing (4.5.2, 4.5.2.1), lsof is used as
an example. Four times it is mentioned with the correct path
/usr/ports/sysutils/lsof.

Later in section 4.5.3 - Removing Installed Ports, lsof is used
again, but now with incorrect path /usr/ports/irc/lsof.

Fix: Change /usr/ports/irc/lsof to /usr/ports/sysutils/lsof.

This patch should do it:
How-To-Repeat: Have a look at the handbook, section 4.5.
Comment 1 Tom Hukins freebsd_committer freebsd_triage 2002-01-26 21:33:02 UTC
State Changed
From-To: open->closed

Committed in revision 1.156 of 
doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 

Thanks!