Bug 12913

Summary: Handbook section 23 ("Linux emulation") still points to /usr/ports/emulators/linux_lib instead of linux_base
Product: Documentation Reporter: Oleg V. Volkov <rover>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Oleg V. Volkov 1999-08-01 21:40:00 UTC
	See synopsis.

Fix: 

Obvious.
How-To-Repeat: 
	N/A
Comment 1 chris 1999-08-01 22:19:48 UTC
On Mon, Aug 02, 1999, Oleg V. Volkov wrote:
> >Fix:
> 	
> 	Obvious.

   ...and here's a patch:

Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en/handbook/linuxemu/chapter.sgml,v
retrieving revision 1.15
diff -u -1 -r1.15 chapter.sgml
--- chapter.sgml	1999/06/20 21:19:13	1.15
+++ chapter.sgml	1999/08/01 21:19:06
@@ -157,3 +157,3 @@
       <sect3>
-	<title>Installing using the linux_lib port</title>
+	<title>Installing using the linux_base port</title>
 	
@@ -162,5 +162,5 @@
 	  do this by hand, however, it is vastly simpler to just grab the
-	  linux_lib port:</para>
+	  linux_base port:</para>
 
-	<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_lib</userinput>
+	<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput>
 &prompt.root; <userinput>make all install</userinput></screen>
@@ -210,3 +210,3 @@
 	
-	<para>What if you install the <filename>linux_lib</filename> port and
+	<para>What if you install the <filename>linux_base</filename> port and
 	  your application still complains about missing shared libraries? How

-- 
|Chris Costello <chris@calldei.com>
|Stack Error:  Lost on a cluttered desk...
`-----------------------------------------
Comment 2 cpiazza freebsd_committer freebsd_triage 1999-08-01 23:35:06 UTC
State Changed
From-To: open->closed

Fixed, thanks!