Bug 69249

Summary: [patch] Update Opera listing, to reflect the native version.
Product: Documentation Reporter: Brad Davis <so14k>
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 Brad Davis 2004-07-18 22:30:18 UTC
	Update the Opera listing to reflect that we now have a native FreeBSD version.

Fix: Apply the following patch
Comment 1 Christian Brueffer 2004-07-19 01:21:57 UTC
> 
> --- doc-ori/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml Sun Jul 18 08:52:18 2004
> +++ doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml     Sun Jul 18 15:25:48 2004
> @@ -151,7 +151,7 @@
>              <entry><application>Opera</application></entry>
>              <entry>light</entry>
>              <entry>light</entry>
> -            <entry>FreeBSD version:  None.  Linux version:  Linux Binary Compatibility and
> +            <entry>FreeBSD and Linux version avaliable. The Linux version depends on:
>                <application>linux-openmotif</application></entry>
>            </row>


This removes the mentioning of linux binary compatibility, which is a
pretty heavy dependency.

How about the following patch?

Index: chapter.sgml
===================================================================
RCS file:
/data/ncvs/freebsd/doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v
retrieving revision 1.31
diff -u -r1.31 chapter.sgml
--- chapter.sgml        7 Jan 2004 17:10:05 -0000       1.31
+++ chapter.sgml        19 Jul 2004 00:10:08 -0000
@@ -150,8 +150,9 @@
             <entry><application>Opera</application></entry>
             <entry>light</entry>
             <entry>light</entry>
-            <entry>FreeBSD version:  None.  Linux version:  Linux
             Binary Compatibility and
-              <application>linux-openmotif</application></entry>
+            <entry>FreeBSD and Linux versions available.  The Linux
+             version depends on Linux Binary Compatibility and
+              <application>linux-openmotif</application>.</entry>
           </row>
         </tbody>
       </tgroup>


- Christian

-- 
Christian Brueffer	chris@unixpages.org	brueffer@FreeBSD.org
GPG Key:	 http://people.freebsd.org/~brueffer/brueffer.key.asc
GPG Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D
Comment 2 Brad Davis 2004-07-19 01:33:40 UTC
Looks good to me.


Regards,
Brad Davis
Comment 3 Christian Brueffer freebsd_committer freebsd_triage 2004-07-19 01:48:18 UTC
State Changed
From-To: open->closed

Committed with a slight enhancement. Thanks!