From sku@cox.net  Sat Nov 15 12:07:35 2003
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 96A8616A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Nov 2003 12:07:35 -0800 (PST)
Received: from fed1mtao02.cox.net (fed1mtao02.cox.net [68.6.19.243])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CE54643FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Nov 2003 12:07:34 -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 <20031115200734.PNLC27510.fed1mtao02.cox.net@nightfall.cox.net>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sat, 15 Nov 2003 15:07:34 -0500
Received: by nightfall.cox.net (Postfix, from userid 1000)
	id 18B563122; Sat, 15 Nov 2003 12:07:03 -0800 (PST)
Message-Id: <20031115200703.18B563122@nightfall.cox.net>
Date: Sat, 15 Nov 2003 12:07:03 -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] The basics chapter of the Handbook is unfinished.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         59305
>Category:       docs
>Synopsis:       [PATCH] The basics chapter of the Handbook is unfinished.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jesusr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 15 12:10:14 PST 2003
>Closed-Date:    Mon Jan 19 02:50:44 PST 2004
>Last-Modified:  Mon Jan 19 02:50:44 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:
The basics chapter of the Spanish Handbook is unfinished. This patch adds
what is needed to be exactly as in the English Handbook.

>How-To-Repeat:

>Fix:

Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/es_ES.ISO8859-1/books/handbook/basics/chapter.sgml,v
retrieving revision 1.2
diff -u -w -u -w -r1.2 chapter.sgml
--- chapter.sgml        14 Oct 2002 19:29:26 -0000      1.2
+++ chapter.sgml        13 Nov 2003 23:21:04 -0000
@@ -5,20 +5,69 @@
 -->
                                                                                                                                                                                                   
 <chapter id="basics">
+  <chapterinfo>
+    <authorgroup>
+      <author>
+        <firstname>Chris</firstname>
+        <surname>Shumway</surname>
+        <contrib>Rewritten by </contrib>
+      </author>
+    </authorgroup>
+    <!-- 10 Mar 2000 -->
+  </chapterinfo>
+
   <title>Conceptos B&aacute;sicos de Unix</title>
                                                                                                                                                                                                   
-  <sect1>
+  <sect1 id="basics-synopsis">
     <title>Sin&oacute;psis</title>
+    <indexterm><primary>basics</primary></indexterm>
                                                                                                                                                                                                   
-    <para><emphasis>Reescrito por Chris Shumway
-      <email>cshumway@osd.bsdi.com</email>, 10 Mar 2000.</emphasis></para>
                                                                                                                                                                                                   
        <para>El siguiente cap&iacute;tulo cubre la funcionalidad y
-         &oacute;rdenes b&aacute;sicas del sistema operativo FreeBSD. Si se es
-         nuevo en FreeBSD, seguramente querr&aacute; leer este cap&iacute;tulo
-         antes de buscar ayuda.</para>
+       &oacute;rdenes b&aacute;sicas del sistema operativo FreeBSD.
+       Mucho de este material es relevante para cualquier sistema
+       opertivo tipo &unix;. Si se es nuevo en FreeBSD, seguramente
+       querr&aacute; leer este cap&iacute;tulo cuidadosamente.</para>
                                                                                                                                                                                                   
+       <para>Despu&eacute;s de leer este cap&iacute;tulo, usted
+       sabr&aacute;:</para>
                                                                                                                                                                                                   
+    <itemizedlist>
+      <listitem>
+        <para>C&oacute;mo usar la <quote>consola virtual</quote> de
+          FreeBSD.</para>
+      </listitem>
+      <listitem>
+        <para>C&oacute;mo trabajan los permisos de ficheros en &unix;.</para>
+      </listitem>
+      <listitem>
+        <para>La disposici&oacute;n de archivos de sistema en &os; por
+       defecto (default).</para>
+      </listitem>
+      <listitem>
+        <para>C&oacute;mo montar y desomontar archivos de sistema.</para>
+      </listitem>
+      <listitem>
+        <para>Qu&eacute; que son los procesos, daemons y se&ntilde;ales.</para>
+      </listitem>
+      <listitem>
+        <para>Qu&eacute; es un una shell y como cambiar el ambiente de su
+       login.</para>
+      </listitem>
+      <listitem>
+        <para>C&oacute;mo usar editores de texto basicos.</para>
+      </listitem>
+      <listitem>
+        <para>Qu&eacute; son los dispositivos  y nodos de dispositivos.</para>
+      </listitem>
+      <listitem>
+        <para>Qu&eacute; formato binario de utiliza en &os;.</para>
+      </listitem>
+      <listitem>
+        <para>C&oacute;mo leer los manuales para m&aacute;s
+       informaci&oacute;n.</para>
+      </listitem>
+    </itemizedlist>

   </sect1>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->jesusr 
Responsible-Changed-By: jesusr 
Responsible-Changed-When: Sat Jan 17 05:49:32 PST 2004 
Responsible-Changed-Why:  
I'll take care. Thanks to rushani@ for pointing it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59305 
State-Changed-From-To: open->closed 
State-Changed-By: jesusr 
State-Changed-When: Mon Jan 19 02:50:27 PST 2004 
State-Changed-Why:  
Committed, thanks!. 

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