From sku@cox.net  Thu Jan 29 18:38:47 2004
Return-Path: <sku@cox.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B126416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jan 2004 18:38:47 -0800 (PST)
Received: from fed1mtao02.cox.net (fed1mtao02.cox.net [68.6.19.243])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 24DCF43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jan 2004 18:38:46 -0800 (PST)
	(envelope-from sku@cox.net)
Received: from nightfall.cox.net ([68.107.140.104]) by fed1mtao02.cox.net
          (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP
          id <20040130023841.WGVN23539.fed1mtao02.cox.net@nightfall.cox.net>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Thu, 29 Jan 2004 21:38:41 -0500
Received: by nightfall.cox.net (Postfix, from userid 1000)
	id 937E3315F; Thu, 29 Jan 2004 18:38:27 -0800 (PST)
Message-Id: <20040130023827.937E3315F@nightfall.cox.net>
Date: Thu, 29 Jan 2004 18:38:27 -0800 (PST)
From: Jesus R.Camou <jcamou@cox.net>
Reply-To: Jesus R.Camou <jcamou@cox.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Add a question to the Spanish FAQ
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62090
>Category:       docs
>Synopsis:       [PATCH] Add a question to the Spanish FAQ
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 29 18:40:06 PST 2004
>Closed-Date:    Fri Jan 30 10:18:32 PST 2004
>Last-Modified:  Fri Jan 30 10:18:32 PST 2004
>Originator:     Jesus R. Camou
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD nightfall.cox.net 4.9-STABLE FreeBSD 4.9-STABLE #7: Thu Oct 30 09:09:53 PST 2003 sku@nightfall.cox.net:/usr/obj/usr/src/sys/NIGHTFALL i386

>Description:
Question missing in the Spanish FAQ. The question id is replace-current-os, which is not is not
in the FAQ.

>How-To-Repeat:

>Fix:


Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/es_ES.ISO8859-1/books/faq/book.sgml,v
retrieving revision 1.18
diff -u -r1.18 book.sgml
--- book.sgml	19 Jan 2004 11:24:11 -0000	1.18
+++ book.sgml	30 Jan 2004 02:32:45 -0000
@@ -1,7 +1,7 @@
 <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
- 
+<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
+%freebsd;
 <!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//ES">%bookinfo;
- 
 <!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ES">
 %mailing-lists;
 ]>
@@ -158,6 +158,49 @@
            </itemizedlist>
          </answer>
        </qandaentry>
+
+      <qandaentry>
+	<question id="replace-current-OS">
+	  <para>&iquest;Puede FreeBSD remplazar mi sistema operativo
+	  actual?</para>
+	</question>
+
+	<answer>
+	  <para>Para la mayor parte de la gente, si.  Aunqu&eacute;  
+	    esta pregunta no se contesta tan f&aacute;cilmente.</para>
+ 
+	  <para>La mayor&iacute;a de las personas no usa realmente un sistema
+	    operativo. Usan aplicaciones.  Las aplicaciones son las que 
+	    en realidad usan el sistema operativo.  FreeBSD esta
+	    dise&ntilde;ado para proveer un ambiente robusto y listo para
+	    aplicaciones.  Soporta una gran variedad de exploradores de web,
+	    suites de oficina, lectores de correo electr&oacute;nico, programas
+	    de gr&aacute;ficos, ambientes de programaci&oacute;n, servidores
+	    y casi todo lo que se desee.  La mayor parte de estas 
+	    aplicaciones pueden ser encontr&aacute;das en la <ulink 
+	    url="http://www.FreeBSD.org/ports/">Colecci&oacute;n de Ports
+	    </ulink>.</para>
+
+	  <para>Si se requiere de una aplicaci&oacute;n solamente disponible
+	    para un sistema operativo, simplemente no puede cambiar ese 
+	    sistema operativo. Aunqu&eacute; muy probablemente encuentre una
+	    aplicaci&oacute;n  muy parecida en FreeBSD.  Si lo que se desea
+	    es una s&oacute;lida oficina o un servidor de Internet, una 
+	    estaci&oacute;n de trabajo confiable, o solamente la habilidad
+	    de trabajar sin interrupciones, FreeBSD seguramente har&aacute;
+	    lo que usted necesita. Una gran cantidad de usuarios alrededor
+	    del mundo, incluyendo novatos y usuarios de &unix; experimentados
+	    usan FreeBSD como su sistema operativo.</para>
+
+	  <para>Si se desea migrar a FreeBSD desde alg&uacute;n otro ambiente
+	    &unix;, usted ya sabe mas de lo que se necesita. Si su constumbre
+	    es un sistema operativo gr&aacute;fico como Windows o viejas 
+	    versiones de Mac OS, usted tendr&aacute; que invertir mas tiempo
+	    aprendiendo la forma en la que &unix; hace las cosas.  Este FAQ
+	    y el <ulink url="../handbook/index.html">FreeBSD Handbook</ulink>
+	    son excelentes lugares donde empezar.</para>
+	</answer>
+      </qandaentry>
 
       <qandaentry>
         <question id="why-called-FreeBSD">



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->ale 
Responsible-Changed-By: ale 
Responsible-Changed-When: Fri Jan 30 07:51:53 PST 2004 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62090 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Fri Jan 30 10:18:14 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62090 
>Unformatted:
